-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 901 Bytes
/
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
{
"name": "metric-visualize",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@nivo/core": "^0.70.1",
"@nivo/line": "^0.70.1",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"autoprefixer": "^9.0.0",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"deserialize-json-api": "^1.4.0",
"formik": "^2.2.9",
"postcss": "^8.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^5.2.0",
"react-simple-hook-modal": "^1.1.0",
"tailwindcss": "^2.1.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"yup": "^0.32.9"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}