-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "ann-tool-box",
"description": "Some kind of a tool box by ANNIe.",
"author": "ANNIe Eyre",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/Eyre-S/Ann-Tool-Box",
"main": "./out/main/index.js",
"scripts": {
"js-dev": "vite",
"js-build": "vue-tsc --noEmit && vite build",
"js-preview": "vite preview",
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build --no-bundle",
"bundle": "tauri bundle",
"clean": "rimraf ./src-tauri/target"
},
"dependencies": {
"@tauri-apps/api": "2.0.2",
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
"@tauri-apps/plugin-fs": "2.0.0",
"@tauri-apps/plugin-shell": "2.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.2",
"@types/node": "22.7.5",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vue-macros/reactivity-transform": "1.1.1",
"@vue-macros/volar": "0.30.3",
"@vueuse/components": "11.1.0",
"@vueuse/core": "11.1.0",
"@vueuse/math": "11.1.0",
"less": "^4.2.0",
"typescript": "5.6.2",
"unplugin-vue-macros": "2.12.3",
"vite": "5.4.8",
"vue": "3.5.11",
"vue-tsc": "2.1.6",
"rimraf": "6.0.1"
}
}