-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
43 lines (43 loc) · 1.26 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
39
40
41
42
43
{
"engines": {
"node": ">=12.13.0",
"yarn": ">=1 <4"
},
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@mdx-js/loader": "^2.3.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.7.5",
"pnp-webpack-plugin": "^1.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-on-rails": "14.0.3",
"shakapacker": "8.0.0",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.8",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.1",
"webpack-merge": "^5.8.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"react-refresh": "^0.14.0",
"webpack-dev-server": "^4.15.0"
},
"packageManager": "[email protected]"
}