-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 601 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "AppPerf",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^5.4.4",
"axios": "^0.18.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chart.js": "^2.7.3",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-zoom": "chartjs/chartjs-plugin-zoom#master",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"serialize-javascript": "^3.1.0",
"webpacker-react": "^0.3.2"
},
"devDependencies": {
"webpack-dev-server": "^3.2.1"
}
}