-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "simple-react-web",
"version": "0.1.0",
"private": true,
"homepage": "https://simple-web-react.herokuapp.com",
"dependencies": {
"axios": "^0.18.0",
"connected-react-router": "^4.3.0",
"cookie-parser": "^1.4.3",
"forcedomain": "^1.0.0",
"ignore-styles": "^5.0.1",
"js-cookie": "^2.2.0",
"md5-file": "^4.0.0",
"morgan": "^1.9.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-frontload": "^1.0.1",
"react-helmet": "^5.2.0",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.1.1",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.0",
"validatorjs": "^3.14.2"
},
"scripts": {
"start": "react-scripts build && NODE_ENV=production node ./server/index.js",
"serve": "NODE_ENV=production node ./server/index.js",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}