-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 916 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
{
"engines": {
"node": "^12.0.0"
},
"dependencies": {
"@babel/preset-react": "^7.9.4",
"@rails/webpacker": "^4.2.2",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bloodhound-js": "^1.2.2",
"create-react-class": "^15.6.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpacker-react": "^0.3.2"
},
"devDependencies": {
"babel-jest": "^26.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"cypress": "^4.5.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"jest": "^26.0.1",
"raf": "^3.4.0",
"react-addons-test-utils": "^15.6.2",
"react-codemod": "^5.2.1",
"react-test-renderer": "^16.2.0",
"webpack-dev-server": "^3.11.0"
}
}