-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "dolphin-ecology-docs",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "完全免费开源,包括高级功能,打造一个web端,安卓端,ios端的一个海豚架构平台生态圈",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "NODE_ENV=production && vitepress build docs",
"docs:serve": "NODE_ENV=production vitepress serve docs --port 5001"
},
"keywords": [
"dolphin",
"dolphin-ecology",
"dolphin-ecology-docs"
],
"author": "海豚生态-开发人员-王翔",
"license": "MIT",
"dependencies": {
"@docsearch/js": "^3.1.0",
"@docsearch/css": "^3.1.0",
"@element-plus/icons-vue": "^2.0.1",
"@vueuse/core": "^8.6.0",
"clipboard-copy": "^4.0.1",
"dayjs": "^1.11.3",
"element-plus": "npm:element-plus@latest",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.3",
"vue": "^3.2.36"
},
"devDependencies": {
"@docsearch/react": "^3.1.0",
"@iconify-json/ri": "^1.1.2",
"@types/node": "^17.0.38",
"@types/nprogress": "0.2.0",
"escape-html": "^1.0.3",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"prismjs": "^1.28.0",
"sass": "^1.52.2",
"typescript": "^4.7.2",
"unocss": "^0.37.4",
"unplugin-icons": "^0.14.6",
"unplugin-vue-components": "^0.20.1",
"vite": "^2.9.15",
"vitepress": "0.22.4"
},
"engines": {
"node": ">= 16"
}
}