-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 898 Bytes
/
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
{
"name": "kizuna",
"type": "module",
"private": true,
"packageManager": "pnpm@10.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tauri": "tauri"
},
"dependencies": {
"@iconify/vue": "^4.3.0",
"@nuxt/icon": "1.10.3",
"@pinia/nuxt": "0.9.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.5",
"@tauri-apps/plugin-shell": "^2.2.0",
"nuxt": "^3.15.2",
"pinia": "^2.3.1",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@tauri-apps/cli": "^2",
"@types/node": "^22.10.9",
"autoprefixer": "^10.4.20",
"daisyui": "4.12.23",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"postcss": "^8.5.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vue-tsc": "^2.2.0"
}
}