-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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
{
"name": "gatsby-starter-netlify-cms",
"description": "Example Gatsby, and Netlify CMS project",
"version": "1.1.3",
"author": "Austin Green",
"dependencies": {
"ajv": "^6.10.0",
"bulma": "^0.7.5",
"gatsby": "^2.7.3",
"gatsby-cli": "^2.6.2",
"gatsby-image": "^2.1.1",
"gatsby-link": "^2.1.1",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-netlify": "^2.0.17",
"gatsby-plugin-netlify-cms": "^3.0.18",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.1",
"gatsby-plugin-transition-link": "^1.12.4",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-images": "^2.0.6",
"gatsby-remark-relative-images": "^0.2.2",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.19",
"gsap": "^2.1.3",
"immutable": "^3.8.2",
"lodash": "^4.17.11",
"lodash-webpack-plugin": "^0.11.4",
"moment": "^2.23.0",
"netlify-cms": "^2.9.1",
"netlify-cms-lib-auth": "^2.2.2",
"netlify-cms-lib-util": "^2.3.2",
"netlify-cms-ui-default": "^2.6.2",
"node-sass": "^4.12.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-emotion": "^9.2.12",
"react-helmet": "^5.2.1",
"react-immutable-proptypes": "^2.1.0",
"react-typography": "^0.16.19",
"slate": "^0.41.3",
"slate-schema-violations": "^0.1.39",
"typography": "^0.16.19",
"typography-theme-kirkham": "^0.16.19",
"typography-theme-ocean-beach": "^0.15.11",
"uuid": "^3.2.1",
"webpack": "^4.32.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"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": {
"prettier": "^1.17.1"
}
}