-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 979 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
34
{
"name": "Shifts",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.7.4",
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"@rails/webpacker": "^4.2.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"cross-fetch": "^3.0.4",
"date-fns": "^2.8.1",
"dom-helpers": "^5.1.3",
"jquery": "^3.5.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-swipeable-views": "^0.13.3",
"react-timeline-scribble": "^1.0.14",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.4",
"redux-devtools": "^3.5.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"webpack-dev-server": "^3.9.0"
}
}