-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
41
42
{
"name": "datasmith",
"private": true,
"version": "0.1.0",
"description": "轻量级数据库管理工具",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@tabler/icons-vue": "^3.41.1",
"@tauri-apps/api": "2.5.0",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "2.5.0",
"@tauri-apps/plugin-store": "^2.0.0",
"ant-design-vue": "^4.2.0",
"devicon": "^2.17.0",
"monaco-editor": "^0.47.0",
"pinia": "^2.1.7",
"sql-formatter": "^15.7.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@tauri-apps/cli": "2.5.0",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vite-plugin-monaco-editor": "^1.1.0",
"vue-tsc": "^2.0.6"
}
}