-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
70 lines (70 loc) · 1.67 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
61
62
63
64
65
66
67
68
69
70
{
"name": "pure-admin-utils-docs",
"version": "2.5.0",
"description": "pure-admin-utils-docs",
"type": "module",
"keywords": [
"pure-admin-utils-docs",
"@pureadmin/utils",
"typescript",
"hooks",
"vue3",
"es6"
],
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"format": "prettier --check --write .",
"clean": "pnpm store prune && pnpm install",
"svgo": "svgo -f . -r",
"preview": "pnpm build && vitepress preview docs --port 8084"
},
"license": "MIT",
"author": {
"name": "xiaoxian521",
"email": "[email protected]",
"url": "https://github.com/xiaoxian521"
},
"devDependencies": {
"@esmjs/geo": "^1.0.0",
"@faker-js/faker": "^8.4.1",
"@pureadmin/utils": "^2.5.0",
"@vicons/ionicons5": "^0.12.0",
"@vue-macros/reactivity-transform": "^1.1.4",
"@vueuse/components": "^12.4.0",
"@vueuse/core": "^12.4.0",
"axios": "^1.7.9",
"echarts": "^5.6.0",
"echarts-gl": "^2.0.9",
"fast-glob": "^3.3.3",
"highlight.js": "^11.11.1",
"marked": "^11.2.0",
"naive-ui": "^2.41.0",
"pathe": "^1.1.2",
"prettier": "^3.4.2",
"svgo": "^3.3.2",
"typeit": "^8.8.7",
"typescript": "^5.7.3",
"unocss": "^65.4.0",
"vite": "^6.0.7",
"vitepress": "^1.5.0",
"vue": "^3.5.13",
"vue-toastification": "2.0.0-rc.5",
"vue3-photo-preview": "^0.3.0"
},
"engines": {
"node": "^18.0.0 || >=20.0.0",
"pnpm": ">=8.6.10"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom",
"@types/react",
"search-insights",
"@algolia/client-search"
]
}
}
}