-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 890 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 890 Bytes
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
{
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"dom": "^0.0.3",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"react-scripts": "^5.0.1",
"redux": "^4.2.1",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"browsersync": "^0.0.1-security",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"es6": "^0.0.7",
"lite-server": "^2.6.1",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-config": "^7.5.0",
"webpack-dev-server": "^4.15.1"
}
}