-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "react-rails-example-app",
"private": true,
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.21.0",
"babel-loader": "^8.2.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"compression-webpack-plugin": "^9.0.0",
"pnp-webpack-plugin": "^1.7.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react_ujs": "3.1.x",
"shakapacker": "7.0.2",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.80.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.0.2",
"webpack-merge": "^5.8.0",
"webpack-sources": "^3.2.3"
},
"version": "0.1.0",
"browserslist": [
"defaults"
],
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@webpack-cli/serve": "^2.0.2",
"react-refresh": "^0.14.0",
"webpack-dev-server": "^4.13.3"
}
}