-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.21 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
{
"private": true,
"name": "blog",
"description": "I’m here. I’m not going anywhere.",
"version": "1.3.12",
"author": "rubickecho <tangliangcheng852@gmail.com>",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"docker:dev": "docker-compose up",
"commit": "npx git-cz",
"new": "node scripts/src/new.js"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^4.0.0",
"gatsby": "^4.12.1",
"gatsby-omni-font-loader": "^2.0.0",
"gatsby-plugin-feed": "^4.12.1",
"gatsby-plugin-gatsby-cloud": "^4.12.1",
"gatsby-plugin-google-analytics": "^4.16.0",
"gatsby-plugin-google-gtag": "^4.17.0",
"gatsby-plugin-manifest": "^4.12.1",
"gatsby-plugin-sitemap": "^5.12.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"git-cz": "^4.9.0"
}
}