-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "terative",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.12.1",
"description": "Starter template for Nuxt 3 and Tauri 2",
"author": "Intradeus",
"license": "MIT",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "nuxt dev",
"generate": "nuxt generate",
"preinstall": "npx only-allow pnpm",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix",
"bump": "bumpp",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build:debug": "tauri build --debug"
},
"dependencies": {
"@nuxt/fonts": "^0.10.0",
"@tauri-apps/api": ">=2.0.2",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@nuxt/eslint": "^0.5.7",
"@nuxt/icon": "^1.5.5",
"@tauri-apps/cli": ">=2.0.2",
"@unocss/eslint-plugin": "^0.63.4",
"@unocss/nuxt": "^0.63.4",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"bumpp": "^9.6.1",
"eslint": "9.12.0",
"nuxt": "^3.13.2",
"nuxt-svgo": "^4.0.6",
"sass": "^1.79.4",
"typescript": "^5.6.2"
}
}