-
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) · 777 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 777 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": "demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "yarn tauri dev",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@vueuse/core": "^10.4.1",
"dayjs": "^1.11.9",
"element-plus": "^2.3.12",
"pinia": "^2.0.30",
"tauri-plugin-serialport-api": "github:lzhida/tauri-plugin-serialport#v0.3.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.67.0",
"typescript": "^4.6.4",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}