forked from scalableinternetservicesarchive/1337PACK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 917 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": "app",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.7.0",
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.32",
"@material-ui/pickers": "^3.2.7",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^4.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"date-fns": "^2.7.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-hook-form": "^3.27.0",
"react-router-dom": "^5.1.2",
"turbolinks": "^5.2.0",
"universal-cookie": "^4.0.2"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.9.0"
}
}