-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 887 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
{
"name": "typster",
"private": true,
"version": "0.4.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": "^1.5.3",
"ant-design-vue": "4.x",
"monaco-editor": "^0.46.0",
"pinia": "^2.1.7",
"radash": "^12.1.0",
"today-ui": "^0.0.23",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.10",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vue-tsc": "^2.0.5"
}
}