|
48 | 48 | "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
49 | 49 | "@radix-ui/react-compose-refs": "1.1.0",
|
50 | 50 | "@react-aria/overlays": "3.23.2",
|
| 51 | + "@rspack/cli": "1.0.3", |
| 52 | + "@rspack/core": "1.0.3", |
| 53 | + "@rspack/plugin-react-refresh": "1.0.0", |
51 | 54 | "@stitches/react": "1.2.8",
|
| 55 | + "@swc/helpers": "0.5.13", |
52 | 56 | "@types/lodash-es": "4.17.12",
|
53 | 57 | "@types/react": "18.3.5",
|
54 | 58 | "@types/react-dom": "18.3.0",
|
|
88 | 92 | "reselect": "5.1.1",
|
89 | 93 | "scroll-into-view-if-needed": "3.1.0",
|
90 | 94 | "shiki": "1.16.2",
|
91 |
| - "source-map-loader": "5.0.0", |
92 |
| - "terser-webpack-plugin": "5.3.10", |
93 | 95 | "typescript": "5.5.4",
|
94 | 96 | "use-context-selector": "2.0.0",
|
95 |
| - "webpack": "5.94.0", |
96 |
| - "webpack-cli": "5.1.4", |
97 |
| - "webpack-dev-server": "5.1.0", |
98 | 97 | "zustand": "4.5.5"
|
99 | 98 | },
|
100 | 99 | "overrides": {
|
|
106 | 105 | "scripts": {
|
107 | 106 | "start": "run-p dev:js dev:server",
|
108 | 107 | "build:styles": "NODE_ENV=development node ./scripts/build-styles.mjs",
|
109 |
| - "dev:js": "WDS=1 webpack serve", |
| 108 | + "dev:js": "WDS=1 rspack serve", |
110 | 109 | "dev:server": "NODE_ENV=development AWS_PROFILE=lwjgl node --no-warnings --watch server/index.mjs",
|
111 | 110 | "dev:debug": "NODE_ENV=development AWS_PROFILE=lwjgl node --inspect --preserve-symlinks server/index.mjs",
|
112 | 111 | "dev:test-production": "NODE_ENV=production AWS_PROFILE=lwjgl node --no-warnings --max_old_space_size=384 server/index.mjs --test --s3proxy --nocache --pretty",
|
113 |
| - "production": "run-p production:*", |
| 112 | + "production": "run-p production:* && run-s post-production", |
114 | 113 | "production:styles": "NODE_ENV=production node ./scripts/build-styles.mjs",
|
115 | 114 | "production:js": "NODE_ENV=production node ./scripts/build-production.mjs",
|
116 | 115 | "post-production": "node --no-warnings ./scripts/post-production.mjs",
|
|
119 | 118 | "lint": "eslint --ext .ts,.js,.tsx client/",
|
120 | 119 | "prettier": "prettier --write \"{client,server,scripts}/**/*.{ts,tsx,js,mjs,md,css}\""
|
121 | 120 | },
|
122 |
| - "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276" |
| 121 | + "packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1" |
123 | 122 | }
|
0 commit comments