-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.22 KB
/
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
40
41
42
43
44
{
"name": "vite-tauri-template",
"type": "module",
"version": "1.0.0",
"private": true,
"description": "Vite + Tauri + Vuetify bundled together to use",
"author": "Yoones Khoshghadam <[email protected]>",
"license": "MIT",
"repository": "[email protected]:yooneskh/vite-vuetify-template.git",
"main": "index.js",
"scripts": {
"serve": "vite",
"serve:tauri": "VITE_NETWORK_PROCESSOR=tauri vite",
"serve:native": "tauri dev",
"build": "VITE_NETWORK_PROCESSOR=tauri vite build && tauri build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@tauri-apps/api": "1.0.2",
"@unocss/reset": "^0.47.4",
"axios": "^1.2.1",
"roboto-fontface": "0.10.0",
"typescript": "^4.9.3",
"unified-network": "0.4.0",
"unstorage": "^1.0.1",
"vue": "3.2.37",
"vue3-highlightjs": "^1.0.5",
"vuetify": "3.0.0-beta.5"
},
"devDependencies": {
"@ow3/eslint-config": "^0.33.11",
"@tauri-apps/cli": "1.0.5",
"@unocss/vite": "^0.47.4",
"@vitejs/plugin-vue": "3.0.1",
"eslint": "^8.28.0",
"nitropack": "^1.0.0",
"sass": "1.54.0",
"unocss": "^0.47.4",
"vite": "3.0.3"
}
}