-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 KB
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
{
"name": "multipaste",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.1",
"@iconify-json/mdi": "^1.1.68",
"@tauri-apps/api": ">=2.0.0-rc.0",
"@tauri-apps/cli": ">=2.0.0-rc.0",
"@tauri-apps/plugin-autostart": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "2.0.0-rc.0",
"@tauri-apps/plugin-global-shortcut": "2.0.0-rc.0",
"@tauri-apps/plugin-log": "2.0.0-rc.0",
"@tauri-apps/plugin-notification": "2.0.0-rc.0",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"@tauri-apps/plugin-shell": ">=2.0.0-rc.0",
"@types/node": "^18.19.43",
"@unocss/eslint-plugin": "^0.61.9",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^10.11.0",
"eslint": "^9.8.0",
"eslint-plugin-format": "^0.1.2",
"perfect-scrollbar": "^1.5.5",
"typescript": "^4.9.5",
"unocss": "^0.61.9",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue-tsc": "^1.8.27"
}
}