-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "react-static-example-basic",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"build": "react-static build",
"serve": "serve dist -p 3000",
"deploy": "yarn build && firebase deploy"
},
"dependencies": {
"axios": "^0.17.1",
"emotion": "^8.0.12",
"emotion-server": "^8.0.12",
"fecha": "^2.3.2",
"fuse.js": "^3.2.0",
"offline-plugin": "^4.9.0",
"polished": "^1.9.0",
"react": "^16.2.0",
"react-dom": "^16.0.0",
"react-emotion": "^8.0.12",
"react-markdown": "^3.1.4",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-static": "^4.8.3",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-persist": "^5.4.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-plugin-emotion": "^8.0.12",
"eslint": "^4.14.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-tools": "1.x.x",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.9.2",
"serve": "^6.1.0"
}
}