generated from rstackjs/rspack-repro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 985 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 985 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
{
"name": "rspack-repro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm-run-all build:* --sequential --print-name",
"build:rspack": "RSPACK=1 rspack -c ./config.mjs",
"build:rsbuild": "rsbuild build",
"build:webpack": "WEBPACK=1 pnpm webpack -c ./config.mjs",
"dev:rspack": "RSPACK=1 rspack dev -c ./config.mjs",
"dev:rsbuild": "rsbuild dev",
"dev:webpack": "WEBPACK=1 webpack serve -c ./config.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rspack/cli": "0.7.2",
"@rspack/core": "0.7.2",
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@rsbuild/core": "^0.3.11",
"npm-run-all": "^4.1.5",
"chalk": "^2.4.1",
"swc-loader": "^0.2.3",
"@swc/core": "^1.3.64",
"fork-ts-checker-webpack-plugin": "^8.0.0"
}
}