-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 972 Bytes
/
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
{
"name": "typster",
"private": true,
"version": "0.12.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"td": "tauri dev",
"tb": "tauri build",
"start": "pnpm tauri dev",
"pack": "pnpm tauri build"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"ant-design-vue": "~4.2.5",
"monaco-editor": "^0.46.0",
"pinia": "^2.2.4",
"radash": "^12.1.0",
"today-ui": "^0.0.23",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.1.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^20.17.1",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}