-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.12 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
{
"name": "@stackrole/gatsby-starter-foundation",
"description": "A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole",
"version": "1.0.0",
"author": "Stackrole <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stackrole/gatsby-starter-foundation.git"
},
"bugs": {
"url": "https://github.com/stackrole/gatsby-starter-foundation/issues"
},
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.21.33",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.3",
"gatsby-plugin-advanced-sitemap": "^1.5.4",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-netlify-cms": "^4.3.2",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-offline": "^3.2.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-remark-images": "^3.3.3",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^2.4.2",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-transformer-remark": "^2.8.8",
"gatsby-transformer-sharp": "^2.5.2",
"netlify-cms": "^2.10.48",
"netlify-cms-app": "^2.12.12",
"node-sass": "^4.14.1",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"acorn": "^6.4.1",
"netlify-cms-lib-widgets": "^1.3.0",
"prettier": "2.0.5",
"react-refresh": "^0.8.2",
"redux": "^3.0.0",
"typescript": "^3.9.2"
}
}