-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 938 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 938 Bytes
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
{
"name": "miku-beer",
"private": true,
"version": "2026.2.2",
"type": "module",
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^3.0.4",
"vue": "^3.5.27"
},
"devDependencies": {
"@iconify-json/mynaui": "^1.2.17",
"@types/node": "^24.10.9",
"@unocss/preset-attributify": "^66.6.0",
"@unocss/preset-icons": "^66.6.0",
"@unocss/preset-web-fonts": "^66.6.0",
"@unocss/preset-wind4": "^66.6.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.7.0",
"prettier": "3.6.2",
"typescript": "~5.8.3",
"unocss": "^66.6.0",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.2.4"
}
}