-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "bjr_web",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@rails/webpacker": "5.1.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chart.js": "^2.9.3",
"date-fns": "^2.14.0",
"formik": "^2.1.4",
"i18n-js": "^3.7.0",
"lodash.differenceby": "^4.8.0",
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2",
"pubsub-js": "^1.8.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-bootstrap-timezone-picker": "^2.0.1",
"react-chartjs-2": "^2.9.0",
"react-data-table-component": "^6.9.2",
"react-dnd": "5.0.0",
"react-dnd-html5-backend": "3.0.2",
"react-dom": "^16.13.1",
"react-tag-input": "^6.4.3",
"react_ujs": "^2.6.1",
"styled-components": "^5.1.0",
"typescript": "^3.9.3"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}