-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·52 lines (52 loc) · 1.32 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
52
{
"name": "base-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.1",
"bootstrap": "^4.1.3",
"file-saver": "^2.0.2",
"history": "^4.7.2",
"html2canvas": "^1.0.0-rc.3",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.4.0",
"jspdf": "^1.5.3",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"popper.js": "^1.14.5",
"prop-types": "^15.7.2",
"react": "^16.6.3",
"react-awesome-modal": "^2.0.5",
"react-cookie": "^3.0.4",
"react-csv": "^1.1.1",
"react-date-picker": "^7.8.1",
"react-dom": "^16.6.3",
"react-html-table-to-excel": "^2.0.0",
"react-moment": "^0.8.3",
"react-pdf": "^4.0.5",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-simple-storage": "^1.4.0",
"react-table": "^6.10.0",
"react-validation": "^3.0.7",
"redux-form": "^8.1.0",
"redux-forms": "^1.0.0-3",
"redux-thunk": "^2.3.0",
"simple-react-validator": "^1.0.5",
"xlsx": "^0.15.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}