-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
package.json
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
{
"name": "vpressdemo",
"version": "0.2.4",
"description": "Support demo import and preview for vitepress",
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/vpindex.js",
"keywords": [
"vitepress",
"vpress-demo",
"vitepress-demo",
"vitepress-demo-import",
"vitepress-demo-preview"
],
"author": "vpressdemo contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/v-poc/vpressdemo.git"
},
"bugs": {
"url": "https://github.com/v-poc/vpressdemo/issues"
},
"scripts": {
"dev-docs": "vitepress dev",
"build": "vite build",
"build-docs": "vitepress build",
"preview-docs": "vitepress preview",
"start": "vitepress dev"
},
"packageManager": "pnpm@9.6.0",
"devDependencies": {
"@types/node": "^20.14.12",
"shiki": "^1.12.0",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-static-copy": "^1.0.6",
"vitepress": "^1.3.1",
"vue": "^3.4.34"
}
}