-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gatsbyan",
"description": "My personal blog powered by Gatsby JS",
"version": "2.3.0",
"author": "Ferry",
"dependencies": {
"algoliasearch": "^5.18.0",
"bootstrap": "^5.3.3",
"gatsby": "^5.14.1",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-google-analytics-data-reporting-api": "^2.0.1",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-images-contentful": "^6.14.0",
"gatsby-remark-link-on-headers": "^1.1.3",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-contentful": "^8.15.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"medium-zoom": "^1.1.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-instantsearch": "^7.13.9"
},
"devDependencies": {
"@types/node": "^22.10.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"dotenv": "^16.4.7",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"keywords": [
"gatsby",
"ferry suhandri",
"solok",
"sumatera barat",
"advotics",
"jatis",
"ix korong",
"lubuk sikarah",
"software engineer"
],
"license": "MIT",
"homepage": "https://ferry.vercel.app",
"scripts": {
"build": "gatsby build",
"develop": "tsc --noEmit && gatsby develop -H 0.0.0.0",
"clean-develop": "gatsby clean && tsc --noEmit && gatsby develop -H 0.0.0.0",
"clean-build": "gatsby clean && gatsby build",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"build-serve": "tsc --noEmit && gatsby build && gatsby serve -H 0.0.0.0",
"clean-build-serve": "gatsby clean && tsc --noEmit && gatsby build && gatsby serve -H 0.0.0.0",
"serve": "gatsby serve -H 0.0.0.0",
"clean": "gatsby clean",
"disable-telemetry": "gatsby telemetry --disable",
"typecheck": "tsc --noEmit",
"upgrade-all": "yarn yarn-upgrade-all",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/7sferry/gatsbyan"
},
"bugs": {
"url": "https://github.com/7sferry/gatsbyan/issues"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"contentful",
"core-js",
"core-js-pure",
"es5-ext",
"gatsby",
"gatsby-cli",
"gatsby-telemetry",
"lmdb",
"msgpackr-extract",
"sharp"
]
}