-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "react-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.6.0",
"admin-lte": "^3.0.5",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"file-saver": "^2.0.5",
"firebase": "^8.2.2",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"link": "^0.1.5",
"moment": "^2.29.1",
"moment-range": "^1.0.2",
"moment-timezone": "^0.5.32",
"npm-switch": "^2.0.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-chartjs-2": "^2.11.1",
"react-data-table-component": "^6.11.6",
"react-date-range": "^1.1.3",
"react-datepicker": "^3.4.1",
"react-dom": "^17.0.1",
"react-google-login": "^5.2.2",
"react-notify-toast": "^0.5.1",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "1.1.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"xlsx": "^0.16.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}