-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.76 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.76 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
{
"name": "brandon-berry",
"description": "description",
"version": "1.0.0",
"author": "Greg Wolff",
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "^2.24.47",
"gatsby-image": "^2.4.16",
"gatsby-link": "^2.4.13",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-netlify": "^2.3.13",
"gatsby-plugin-netlify-cms": "^3.0.10",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.0.18",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-contentful": "^2.0.26",
"gatsby-source-filesystem": "^2.3.24",
"moment": "^2.27.0",
"netlify-cms": "^2.10.55",
"normalize-wheel": "^1.0.1",
"postprocessing": "^5.5.0",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^3.1.1",
"react-helmet": "^5.2.0",
"react-howler": "^3.7.4",
"react-markdown": "^4.3.1",
"react-player-controls": "^1.1.0",
"react-redux": "^6.0.0",
"react-transition-group": "^2.5.3",
"redux": "^4.0.5",
"styled-components": "^4.1.3",
"three": "^0.96.0",
"uuid": "^3.4.0",
"webfontloader": "^1.6.28"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"develop-hosted": "gatsby develop -H 192.168.0.21"
},
"devDependencies": {
"dotenv": "^6.2.0",
"prettier": "^1.16.1"
}
}