forked from maodeyu180/mao_nav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.21 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
{
"name": "mao_nav",
"version": "1.0.0",
"description": "🐱 一个简洁美观的个人导航网站,支持分类管理和自定义收藏夹",
"private": false,
"type": "module",
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"homepage": "https://github.com/your-username/mao_nav#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/mao_nav.git"
},
"bugs": {
"url": "https://github.com/your-username/mao_nav/issues"
},
"keywords": [
"navigation",
"bookmarks",
"vue3",
"vite",
"cloudflare-pages",
"personal-website",
"导航网站",
"书签管理"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix"
},
"dependencies": {
"pinia": "^3.0.3",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"globals": "^16.2.0",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.7.7"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}