-
Notifications
You must be signed in to change notification settings - Fork 906
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.6 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.6 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
{
"name": "@vuepress/bundler-rspack",
"version": "2.0.0-rc.29",
"description": "Bundler rspack package of VuePress",
"keywords": [
"bundler",
"rspack",
"vuepress",
"vuepress-bundler"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/core/issues"
},
"license": "MIT",
"author": "meteorlxy",
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/core.git"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"imports": {
"#vuepress-markdown-loader": "./dist/vuepress-markdown-loader.cjs",
"#vuepress-ssr-loader": "./dist/vuepress-ssr-loader.cjs"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsdown",
"clean": "rimraf dist"
},
"dependencies": {
"@rspack/core": "^2.0.3",
"@rspack/dev-server": "^2.0.1",
"@vuepress/bundlerutils": "workspace:*",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.5.0",
"css-loader": "^7.1.4",
"esbuild-loader": "~4.4.3",
"postcss": "^8.5.14",
"postcss-loader": "^8.2.1",
"rspack-chain": "^2.0.1",
"rspack-merge": "^0.1.1",
"style-loader": "^4.0.0",
"vue": "catalog:vue",
"vue-loader": "^17.4.2",
"vue-router": "catalog:vue"
},
"devDependencies": {
"connect-next": "^4.0.1"
}
}