forked from bearmentor-community/modusin-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "modusin-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.17.1",
"bootstrap": "4.0.0",
"jquery": "3.3.1",
"popper.js": "1.12.9",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-app-rewire-hot-loader": "1.0.0",
"react-app-rewired": "1.4.1",
"react-dom": "16.2.0",
"react-hot-loader": "3.1.3",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.1",
"reactstrap": "5.0.0-beta",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-saga": "0.16.0",
"redux-thunk": "2.2.0",
"tinydate": "1.0.0"
},
"scripts": {
"dev": "PORT=8080 react-app-rewired start",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "git push origin master"
},
"devDependencies": {
"eslint": "4.18.0",
"eslint-config-standard": "11.0.0-beta.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "6.0.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"prettier": "1.10.2",
"prettier-eslint": "8.8.1",
"prettier-eslint-cli": "4.7.1",
"prettier-standard": "8.0.0"
}
}