-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) 路 1.57 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) 路 1.57 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
53
54
55
56
{
"name": "starhub",
"version": "1.0.0",
"description": "A professional GitHub Stars management application with beautiful UI",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.6.7",
"dexie": "^3.2.4",
"dompurify": "^3.0.8",
"element-plus": "^2.5.6",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.10.0",
"http-link-header": "^1.0.2",
"marked": "^17.0.1",
"marked-gfm-heading-id": "^4.1.3",
"marked-highlight": "^2.2.3",
"marked-mangle": "^1.1.12",
"md5": "^2.3.0",
"pinia": "^2.1.7",
"query-string": "^9.1.0",
"vue": "^3.4.21",
"vue-i18n": "^9.14.5",
"vue-router": "^4.3.0",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"express": "^5.2.1",
"sass": "^1.71.1",
"typescript": "~5.4.0",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.17.5",
"vitepress": "^1.6.4",
"vue-tsc": "^1.8.27"
},
"engines": {
"node": ">=18.0.0"
}
}