-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 780 Bytes
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
{
"name": "imgc",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"d": "tauri dev",
"b": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.1",
"color": "^4.2.1",
"element-plus": "^2.0.4",
"sass": "^1.49.8",
"vue": "^3.2.25"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.5",
"@types/color": "^3.0.3",
"@vitejs/plugin-vue": "^2.2.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
}
}