-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.37 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.37 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@nuxt/rspack-builder",
"version": "4.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/rspack"
},
"description": "rspack bundler for Nuxt",
"homepage": "https://nuxt.com",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.mts",
"imports": {
"#builder": "./builder.mjs",
"#vue-module-identifier": "./dist/loaders/vue-module-identifier.mjs"
},
"exports": {
".": "./dist/index.mjs",
"./dist/*": "./dist/*"
},
"files": [
"dist",
"builder.mjs"
],
"scripts": {
"prepack": "obuild",
"build:stub": "obuild --stub",
"test:attw": "attw --pack"
},
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
"@rspack/core": "^1.7.7",
"@vue/compiler-sfc": "3.5.29",
"autoprefixer": "^10.4.27",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^7.0.4",
"cssnano": "^7.1.2",
"defu": "^6.1.4",
"esbuild-loader": "^4.4.2",
"escape-string-regexp": "^5.0.0",
"exsolve": "^1.0.8",
"file-loader": "^6.2.0",
"jiti": "^2.6.1",
"knitwork": "^1.3.0",
"magic-string": "^0.30.21",
"memfs": "^4.56.11",
"mlly": "^1.8.1",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"pify": "^6.1.0",
"postcss": "^8.5.8",
"postcss-import": "^16.1.1",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.2.1",
"postcss-url": "^10.1.3",
"pug-plain-loader": "^1.1.0",
"seroval": "^1.5.0",
"std-env": "^4.0.0-rc.1",
"time-fix-plugin": "^2.0.7",
"tinyglobby": "^0.2.15",
"ts-checker-rspack-plugin": "^1.3.0",
"ufo": "^1.6.3",
"unenv": "^2.0.0-rc.24",
"unplugin": "^3.0.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.2.0",
"vue-loader": "^17.4.2",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-dev-middleware": "^7.4.5",
"webpack-hot-middleware": "^2.26.1",
"webpackbar": "^7.0.0"
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.12",
"h3": "1.15.5",
"h3-next": "npm:h3@2.0.1-rc.14",
"obuild": "0.4.31",
"rollup": "4.59.0",
"vue": "3.5.29"
},
"peerDependencies": {
"nuxt": "workspace:*",
"vue": "^3.3.4"
},
"engines": {
"node": ">=22.12.0"
}
}