-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
60 lines (60 loc) · 1.71 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": "kms-tools",
"private": true,
"version": "1.2.0",
"description": "一个用于生成kms激活脚本的小工具",
"author": "一纸忘忧 <[email protected]>",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"service": "bun --watch service/index.ts",
"kill-vlmcsd": "pkill -f vlmcsd",
"studio": "drizzle-kit studio",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit migrate"
},
"dependencies": {
"@arco-design/web-vue": "^2.56.1",
"@elysiajs/cors": "^1.1.0",
"@elysiajs/cron": "^1.1.0",
"@elysiajs/static": "^1.1.0",
"@iconify-json/flag": "^1.2.0",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"elysia": "^1.1.11",
"less": "^4.2.0",
"markdown-it-shiki": "^0.9.0",
"mysql2": "^3.11.0",
"pinia": "^2.2.2",
"unocss": "^0.62.3",
"vue": "^3.5.2",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/bun": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-vue": "^5.1.2",
"drizzle-kit": "^0.24.0",
"drizzle-orm": "^0.33.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.7",
"vite": "^5.4.3",
"vite-plugin-vue-devtools": "^7.3.8",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
}
}