-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@rspack/plugin-test",
"private": true,
"type": "module",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"test": "rstest",
"testu": "rstest -u"
},
"engines": {
"pnpm": "9.15.5"
},
"packageManager": "pnpm@9.15.5",
"repository": "web-infra-dev/rspack-plugin-ci",
"devDependencies": {
"@rspack/core": "2.0.0-beta.5",
"@rspack/cli": "2.0.0-beta.5",
"@webdiscus/pug-loader": "^2.11.1",
"@rstest/core": "^0.8.5",
"@types/cross-spawn": "^6.0.6",
"@types/tmp": "^0.2.6",
"before-build-webpack": "0.2.15",
"css-loader": "^7.1.2",
"cross-spawn": "^7.0.6",
"expect": "^30.2.0",
"file-loader": "^6.2.0",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.6.3",
"sass-embedded": "^1.85.0",
"sass-loader": "^16.0.5",
"jsdom": "^25.0.1",
"del": "^6.1.1",
"lodash": "^4.17.21",
"memfs": "4.17.0",
"tmp": "^0.2.3",
"tmp-promise": "^3.0.3",
"@types/connect": "^3.4.38",
"@types/fastify-static": "^0.14.0",
"@types/node": "^14.18.63",
"fastify": "^3.29.5",
"fastify-graceful-shutdown": "^4.0.1",
"fastify-static": "^4.7.0",
"get-port": "^5.1.1",
"puppeteer": "^24.3.0",
"@biomejs/biome": "1.9.4",
"rimraf": "^5.0.10",
"typescript": "^5.7.3",
"webpack": "5.98.0",
"webpack-cli": "5.1.4"
},
"dependencies": {}
}