-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 724 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 724 Bytes
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
{
"name": "new_app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"chartjs-plugin-datalabels": "^0.4.0",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"react": "^16.4.2",
"react-bootstrap": "^0.32.3",
"react-chartjs-2": "^2.7.4",
"react-countup": "^4.0.0-alpha.6",
"react-datepicker": "^1.6.0",
"react-dom": "^16.4.2",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-table": "^6.8.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}