-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 983 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
33
34
35
36
37
38
{
"name": "attool",
"private": true,
"version": "0.8.5",
"type": "module",
"packageManager": "pnpm@10.29.3",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"test": "vitest run"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"js-yaml": "^4.1.1",
"jsondiffpatch": "^0.7.6",
"jsonpath-plus": "^10.4.0",
"monaco-editor": "^0.55.1",
"naive-ui": "^2.44.1",
"vue": "^3.5.33"
},
"devDependencies": {
"@tauri-apps/cli": "2.10.1",
"@types/js-yaml": "^4.0.9",
"@vitejs/plugin-vue": "^6.0.6",
"esbuild": "^0.28.0",
"typescript": "6.0.3",
"vite": "8.0.10",
"vitest": "^4.1.5"
}
}