-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.4 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
{
"name": "akari",
"type": "module",
"version": "0.0.2-snapshot.3",
"private": true,
"engines": {
"node": "^22.18.0 || >=24.12.0"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --build && vite build",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix --cache"
},
"dependencies": {
"go-captcha-vue": "catalog:prod",
"ky": "catalog:prod",
"naive-ui": "catalog:prod",
"pinia": "catalog:prod",
"skinview3d": "catalog:prod",
"vue": "catalog:prod",
"vue-router": "catalog:prod",
"zod": "catalog:prod"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:dev",
"@iconify/json": "catalog:frontend",
"@tsconfig/node24": "catalog:dev",
"@types/node": "catalog:dev",
"@unocss/preset-icons": "catalog:frontend",
"@unocss/preset-web-fonts": "catalog:",
"@unocss/preset-wind4": "catalog:frontend",
"@vitejs/plugin-vue": "catalog:frontend",
"@vue/tsconfig": "catalog:frontend",
"@vueuse/core": "catalog:frontend",
"eslint": "catalog:dev",
"eslint-plugin-format": "catalog:dev",
"typescript": "catalog:dev",
"unocss": "catalog:frontend",
"unplugin-auto-import": "catalog:dev",
"unplugin-vue-components": "catalog:dev",
"vite": "catalog:frontend",
"vite-plugin-vue-devtools": "catalog:frontend",
"vue-tsc": "catalog:dev"
}
}