-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "nuxtau",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"scripts": {
"storybook": "storybook dev --port 6006 --no-open",
"postinstall": "nuxt prepare",
"dev": "nuxt dev",
"build": "nuxt generate",
"lint": "eslint . --fix",
"tauri": "tauri"
},
"dependencies": {
"@pinia/nuxt": "^0.9.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@vueuse/core": "^12.3.0",
"@vueuse/nuxt": "^12.3.0",
"nuxt": "^3.15.1",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@nuxt/eslint": "^0.7.4",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/components": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/vue3": "^8.4.7",
"@storybook/vue3-vite": "^8.4.7",
"@tailwindcss/postcss": "^4.0.0-beta.8",
"@tailwindcss/vite": "^4.0.0-beta.8",
"@tauri-apps/cli": "^2.2.2",
"@vitejs/plugin-vue": "^5.2.1",
"storybook": "^8.4.7",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}