generated from dishait/vuepress-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.45 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "quick",
"version": "2.1.19",
"description": "一个编程快速入门的视频栏目,帮助你快速开始编程",
"author": {
"name": "markthree",
"email": "[email protected]",
"url": "https://github.com/markthree"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/dishait/quick"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"prepare": "nuxi prepare",
"generate": "nuxi generate",
"preview-lite": "nuxi preview",
"preview": "tsx scripts/preview.ts",
"release": "bumpp --commit --push --tag"
},
"devDependencies": {
"@arco-design/web-vue": "^2.46.2",
"@nuxt-themes/docus": "^1.12.0",
"@nuxt/devtools": "^0.5.5",
"@nuxt/image-edge": "1.0.0-28094330.102af81",
"@nuxt/kit": "^3.5.2",
"@nuxtjs/fontaine": "^0.3.0",
"@nuxtjs/robots": "^3.0.0",
"@parcel/watcher": "^2.1.0",
"@types/node": "^18.16.16",
"@unocss/nuxt": "^0.52.7",
"beastcss": "^2.1.3",
"bumpp": "^9.1.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"file-computed": "^0.9.2",
"less": "^4.1.3",
"nuxt": "^3.5.2",
"nuxt-size": "^0.1.3",
"nuxt3-intelligence": "^0.1.1",
"sitemap": "^7.1.1",
"tsx": "^3.12.7",
"ufo": "^1.1.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"vue",
"postcss"
]
}
},
"engines": {
"node": ">=18"
}
}