-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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": "hecks",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.9.4",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"@react-hook/window-size": "^3.0.7",
"@types/actioncable": "^5.2.3",
"@types/lodash": "^4.14.150",
"@types/pluralize": "^0.0.29",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"camelize": "^1.0.0",
"jquery": "^3.5.0",
"lodash": "^4.17.19",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-confetti": "^6.0.0",
"react-dom": "^16.13.1",
"react_ujs": "^2.6.1",
"snakeize": "^0.1.0",
"ts-loader": "^7.0.2",
"turbolinks": "^5.2.0",
"typescript": "^3.8.3"
},
"version": "0.1.0",
"devDependencies": {
"@types/jquery": "^3.3.36",
"webpack-dev-server": "^3.10.3"
}
}