-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 965 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 965 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
32
33
34
35
{
"name": "react",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "src/app.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.2",
"@types/webpack-env": "^1.18.8",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"postcss": "^8.5.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.4",
"style-loader": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"dotenv": "^16.5.0",
"html-webpack-plugin": "^5.6.3",
"lodash": "^4.17.21",
"ts-loader": "^9.5.2"
}
}