-
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) · 913 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 913 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": "rust-reader",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/plugin-cli": "^2.0.0-rc.1",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.1",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"ua-parser-js": "^1.0.37",
"vue": "^3.3.4",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tauri-apps/plugin-cli": "^2.0.0-rc.1",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.1",
"@types/node": "^20.12.7",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vue-tsc": "^1.8.5"
}
}