|
3 | 3 | "version": "1.0.0", |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | | - "build:server": "webpack --config webpack.config.server.js", |
7 | | - "build:client": "webpack --config webpack.config.client.js", |
| 6 | + "build:server": "rspack --config rspack.config.server.js", |
| 7 | + "build:client": "rspack --config rspack.config.client.js", |
8 | 8 | "start": "node ./dist/server.js", |
9 | 9 | "start:dev": "node dev.js" |
10 | 10 | }, |
11 | 11 | "devDependencies": { |
12 | | - "@types/cross-spawn": "^6.0.2", |
13 | | - "@types/express": "^4.17.11", |
14 | | - "@types/node": "^14.14.35", |
15 | | - "@types/react": "^17.0.3", |
16 | | - "@types/react-dom": "^17.0.3", |
17 | | - "clean-webpack-plugin": "^3.0.0", |
18 | | - "copy-webpack-plugin": "^8.1.0", |
19 | | - "cross-spawn": "^7.0.3", |
20 | | - "ts-loader": "^8.0.18", |
21 | | - "typescript": "^4.2.3", |
22 | | - "webpack": "^5.101.1", |
23 | | - "webpack-cli": "^4.5.0", |
24 | | - "webpack-manifest-plugin": "^3.1.0", |
25 | | - "webpack-node-externals": "^2.5.2" |
| 12 | + "@types/cross-spawn": "^6.0.6", |
| 13 | + "@types/express": "^5.0.3", |
| 14 | + "@types/node": "^22.17.1", |
| 15 | + "@types/react": "^19.1.9", |
| 16 | + "@types/react-dom": "^19.1.7", |
| 17 | + "cross-spawn": "^7.0.6", |
| 18 | + "typescript": "^5.9.2", |
| 19 | + "rspack-manifest-plugin": "^5.0.3", |
| 20 | + "@rspack/core": "1.4.11", |
| 21 | + "@rspack/cli": "1.4.11" |
26 | 22 | }, |
27 | 23 | "dependencies": { |
28 | | - "ejs": "^3.1.6", |
29 | | - "express": "^4.17.1", |
30 | | - "react": "^17.0.2", |
31 | | - "react-dom": "^17.0.2" |
| 24 | + "ejs": "^3.1.10", |
| 25 | + "express": "^5.1.0", |
| 26 | + "react": "^19.1.1", |
| 27 | + "react-dom": "^19.1.1" |
32 | 28 | } |
33 | 29 | } |
0 commit comments