-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
{
"name": "beiboot-desktop",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "cross-env NODE_ENV=debug tauri",
"deploy": "tauri build",
"deploy-debug": "cross-env NODE_ENV=debug tauri build --debug"
},
"devDependencies": {
"@babel/types": "^7.22.10",
"@mdi/font": "7.2.96",
"@tauri-apps/api": "^1.3.0",
"@tauri-apps/cli": "^1.3.0",
"@types/node": "^18.11.11",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-typescript": "^11.0.3",
"core-js": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"pinia": "^2.1.6",
"prettier": "^2.8.8",
"roboto-fontface": "*",
"sass": "^1.66.1",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue": "^3.2.13",
"vue-router": "^4.0.0",
"vuetify": "3.2.4",
"webfontloader": "^1.0.0"
},
"dependencies": {
"@sentry/vue": "^7.55.2",
"axios": "^1.2.5",
"beiboot-api-client": "^0.1.4",
"keycloak-js": "^21.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store"
}
}