forked from Jinksi/gatsbro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.7 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
{
"name": "whitesmoke",
"description": "An opinionated starter project for creating lightning-fast websites with Gatsby and Netlify CMS",
"version": "1.0.0",
"dependencies": {
"date-fns": "^1.29.0",
"dom-form-serializer": "^1.0.7",
"gatsby": "^1",
"gatsby-image": "^1.0.54",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-netlify-cms": "^2.0.1",
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-relative-images": "^0.1.2",
"gatsby-remark-responsive-iframe": "^1.4.20",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"gatsby-transformer-yaml": "^1.5.18",
"lodash": "^4.17.5",
"modern-normalize": "^0.5.0",
"netlify-cms": "^1.9.3",
"postcss-preset-env": "^5.1.0",
"prop-types": "^15.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-feather": "^1.1.0",
"react-helmet": "^5.2.0",
"react-markdown": "^3.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run clean && npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "del .cache",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"del-cli": "^1.1.0",
"prettier": "^1.7.4"
}
}