-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 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": "tag-repo",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"hotkeys-js": "^3.10.2",
"path-browserify": "^1.0.1",
"vue": "^3.2.45",
"vue-file-toolbar-menu": "^2.2.0"
},
"devDependencies": {
"@iconify/json": "^2.2.43",
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.7.10",
"@types/path-browserify": "^1.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^4.6.4",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.0.0",
"vitest": "^0.29.8",
"vue-tsc": "^1.0.11"
}
}