-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1006 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
{
"name": "anki-marker",
"private": true,
"version": "0.1.1-0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"element-plus": "^2.9.1",
"github-markdown-css": "^5.8.1",
"markdown-it": "^14.1.0",
"normalize.css": "^8.0.1",
"semver": "^7.6.3",
"vue": "^3.4.29",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/markdown-it": "^14.1.2",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "^5.0.5",
"archiver": "^7.0.1",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.21"
}
}