-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.37 KB
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
{
"name": "gatsby-starter-netlify-cms",
"description": "Example Gatsby, and Netlify CMS project",
"version": "1.1.3",
"author": "Austin Green",
"dependencies": {
"browser-monads": "^1.0.0",
"bulma": "^0.6.0",
"date-fns": "^1.29.0",
"gatsby": "^1.9.213",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.37",
"gatsby-plugin-babel": "^1.0.0",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-netlify-cms": "^1.0.9",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-styled-components": "^2.0.11",
"gatsby-plugin-typography": "^1.7.19",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-prismjs": "^2.0.5",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.21",
"lodash": "^4.17.10",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms": "^1.7.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.0",
"pts": "^0.5.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-google-recaptcha": "^1.0.0",
"react-helmet": "^5.2.0",
"react-responsive": "^5.0.0",
"react-transition-group": "^2.4.0",
"styled-components": "^3.4.1",
"typography": "^0.16.17",
"typography-theme-kirkham": "^0.16.3",
"typography-theme-ocean-beach": "^0.15.11",
"update": "^0.7.4",
"uuid": "^3.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "echo SITE_RECAPTCHA_KEY=$SITE_RECAPTCHA_KEY >> env.production && 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": {
"@babel/plugin-transform-classes": "^7.0.0-rc.1",
"babel-eslint": "^10.0.0",
"babel-plugin-styled-components": "^1.7.1",
"babel-polyfill": "^6.26.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "1.14.3"
}
}