-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 Bytes
/
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
{
"name": "piter-united",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"lint": "eslint .",
"stage": "react-static build --staging",
"build": "react-static build",
"publish": "sh publish.sh",
"serve": "serve dist -p 3000"
},
"dependencies": {
"apollo-cache-inmemory": "^1.0.0",
"apollo-client": "^2.0.1",
"apollo-link-http": "^1.1.0",
"axios": "^0.16.2",
"bootstrap": "^4.0.0",
"date-fns": "^1.29.0",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"json-loader": "^0.5.7",
"react": "^16.0.0",
"react-apollo": "^2.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-static": "^5.1.14",
"redux": "^3.7.2"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"eslint-plugin-jsx-a11y": "^5.1.1",
"serve": "^6.1.0"
}
}