-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.53 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": "tauri-vue-template",
"private": true,
"version": "0.3.0",
"scripts": {
"dev2": "RUST_BACKTRACE=1 concurrently -k \"tauri dev\" \"pnpm devtools\"",
"dev": "RUST_BACKTRACE=1 DEV=false tauri dev",
"build": "tauri build",
"vite:dev": "vite dev",
"vite:build": "vite build",
"test": "vitest",
"devtools": "pnpm vue-devtools",
"ts-check": "vue-tsc --noEmit",
"preview": "vite preview",
"check": "cd src-tauri && cargo check"
},
"dependencies": {
"@tauri-apps/api": "1.1.0",
"vue": "3.2.40"
},
"devDependencies": {
"@tauri-apps/cli": "1.1.1",
"@types/node": "18.7.23",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "3.1.0",
"@vue/devtools": "6.4.2",
"@vue/eslint-config-typescript": "11.0.2",
"autoprefixer": "10.4.12",
"concurrently": "7.4.0",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-vue": "9.5.1",
"naive-ui": "^2.33.5",
"postcss": "8.4.16",
"postcss-import": "15.0.0",
"postcss-nesting": "10.2.0",
"tailwindcss": "3.1.8",
"typescript": "4.8.4",
"unplugin-auto-import": "0.11.2",
"unplugin-vue-components": "^0.22.8",
"vfonts": "^0.0.3",
"vite": "3.1.4",
"vitest": "0.23.4",
"vue-router": "4",
"vue-tsc": "0.40.13"
}
}