forked from mrjackwills/obliqoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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": "obliqoro",
"private": true,
"version": "0.1.15",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@vueuse/head": "^2.0.0",
"pinia": "^2.2.2",
"vue": "^3.5.3",
"vue-router": "^4.4.3",
"vuetify": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@mdi/js": "^7.4.47",
"@tauri-apps/cli": "^1.6.1",
"@types/node": "^22.5.4",
"@types/secure-json-parse": "^1.0.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.6"
}
}