-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
45 lines (45 loc) · 1.31 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
{
"name": "soulextract-website",
"version": "0.0.0",
"private": true,
"license": "GNUv3",
"scripts": {
"lint": "eslint ./src",
"develop": "gatsby develop --host 0.0.0.0 --port 14000",
"build": "gatsby build",
"server": "NODE_ENV=production PORT=14000 HOST=127.0.0.1 node server.js"
},
"dependencies": {
"@helcor/window-sizes": "^1.0.0-beta.8",
"animejs": "^3.0.1",
"classnames": "^2.2.6",
"express": "^4.16.4",
"gatsby": "^2.3.24",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-jss": "^2.0.7",
"gatsby-plugin-layout": "^1.0.14",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-react-helmet": "^3.0.12",
"helmet": "^3.16.0",
"hoist-non-react-statics": "^3.3.0",
"howler": "^2.1.1",
"morgan": "^1.9.1",
"polished": "^2.3.1",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1"
},
"devDependencies": {
"all-contributors-cli": "^6.4.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0"
}
}