-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.56 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
51
{
"name": "react-app-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"serve": "yarn build && NODE_ENV=development node server/index.js"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-import-inspector": "^2.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"express": "^4.16.2",
"ignore-styles": "^5.0.1",
"immutable": "^3.8.2",
"mobx": "^3.6.1",
"mobx-react": "^4.4.3",
"morgan": "^1.9.0",
"react-app-rewire-mobx": "^1.0.7",
"react-app-rewired": "^1.5.0",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.0.0-beta.21",
"react-loadable": "^5.3.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.0.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.14",
"semantic-ui-react": "^0.78.2",
"serialize-javascript": "^1.4.0"
}
}