-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"tauri:dev": "RUST_DEBUG=1 tauri dev",
"tauri:build": "tauri build",
"tauri": "tauri"
},
"dependencies": {
"gsap": "3.7.1",
"luxon": "2.0.2",
"pinia": "2.0.0-rc.6",
"v-money3": "3.15.0",
"vue": "^3.0.5",
"vue-router": "4.0.11",
"vuex": "4.0.2"
},
"devDependencies": {
"@iconify/json": "1.1.390",
"@tauri-apps/api": "^1.0.0-beta.8",
"@tauri-apps/cli": "^1.0.0-beta.10",
"@types/lodash-es": "4.17.4",
"@types/luxon": "2.0.1",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"@vuelidate/core": "2.0.0-alpha.24",
"@vuelidate/validators": "2.0.0-alpha.21",
"lodash-es": "4.17.21",
"sass": "1.38.0",
"typescript": "^4.3.2",
"unplugin-icons": "0.7.5",
"unplugin-vue-components": "0.14.11",
"vite": "^2.4.4",
"vite-plugin-pages": "0.17.3",
"vite-plugin-vue-layouts": "0.3.1",
"vite-plugin-windicss": "1.2.7",
"vue-tsc": "^0.2.2",
"windicss": "3.1.7"
}
}