-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.71 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.71 KB
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
52
53
54
55
56
57
58
59
{
"name": "modusin-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.17.1",
"bootstrap": "4.0.0",
"filestack-js": "^0.11.2",
"filestack-react": "^1.3.8",
"jquery": "3.3.1",
"lodash": "^4.17.5",
"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-day-picker": "^7.0.7",
"react-dom": "16.2.0",
"react-hot-loader": "3.1.3",
"react-ionicons": "^2.1.6",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.1",
"react-select": "^1.2.1",
"react-share": "^2.0.0",
"react-slick": "^0.18.1",
"react-social": "^1.10.0",
"react-social-share-buttons": "^1.0.2",
"react-social-sharing": "^1.1.0",
"react-sticky-el": "^1.0.16",
"reactstrap": "5.0.0-beta",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-saga": "0.16.0",
"redux-thunk": "2.2.0",
"sweetalert": "^2.1.0",
"tinydate": "1.0.0"
},
"scripts": {
"dev": "PORT=3001 react-app-rewired start",
"start": "react-app-rewired start",
"build": "react-app-rewired build && echo '/* /index.html 200' > build/_redirects",
"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"
}
}