-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "rest_api",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.2",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"eslint": "^3.19.0",
"file-saver": "^2.0.0",
"immutability-helper": "^2.7.1",
"is-equal": "^1.5.5",
"js-cache": "^1.0.3",
"jszip": "^3.1.5",
"moment": "^2.22.2",
"promise.allsettled": "^1.0.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-alert": "^4.0.4",
"react-alert-template-basic": "^1.0.0",
"react-bootstrap": "^0.32.1",
"react-confirm-alert": "^2.0.5",
"react-datepicker": "^1.5.0",
"react-dom": "^16.4.1",
"react-dropzone": "^5.0.1",
"react-expand-collapse": "^0.2.0",
"react-measure": "^2.0.2",
"react-moment": "^0.7.9",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-rte": "^0.16.1",
"react-s-alert": "^1.4.1",
"react-scripts": "1.1.4",
"react-select": "^2.1.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-preset-env": "^1.7.0"
}
}