forked from TheOdinProject/theodinproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"license": "MIT",
"dependencies": {
"@babel/preset-react": "^7.10.4",
"@hookform/resolvers": "^0.1.1",
"@rails/ujs": "^6.0.3",
"@rails/webpacker": "5.2.1",
"axios": "^0.20.0",
"babel-plugin-prismjs": "^2.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.2",
"core-js": "^3.6.5",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.8.2",
"react-scrolllock": "^5.0.1",
"react_ujs": "^2.6.1",
"regenerator-runtime": "^0.13.7",
"stickyfilljs": "^2.1.0",
"toaster": "^0.1.2",
"turbolinks": "^5.2.0",
"validate.js": "^0.13.1",
"yup": "^0.29.3"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}