-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
45
46
47
48
49
{
"name": "montage",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"@vueuse/core": "^9.10.0",
"autoprefixer": "^10.4.11",
"axios": "^1.2.2",
"degree-picker": "^0.0.19",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.4.0",
"fabric": "^5.3.0",
"floating-vue": "^2.0.0-beta.20",
"matija-utils": "^1.0.29",
"pinia": "^2.0.28",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"sass": "^1.62.1",
"tailwindcss": "^3.1.8",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.38",
"vue-i18n": "9",
"vue-router": "4",
"vuetify": "3.3.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@types/fabric": "^4.5.15",
"@types/node": "^18.7.10",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint-import-resolver-typescript": "^3.5.3",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vue-tsc": "^0.40.0"
}
}