-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
47
48
49
50
{
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"lint": "eslint .",
"dev": "vite",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@vueuse/core": "^9.5.0",
"pinia": "^2.0.26",
"qrcode-vue3": "^1.4.17",
"roboto-fontface": "*",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuetify": "npm:@vuetify/nightly@next",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@iconify-json/carbon": "^1.1.11",
"@types/node": "^18.11.9",
"@types/webfontloader": "^1.0.0",
"@unocss/reset": "^0.46.5",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "^2.2.4",
"eslint": "^8.28.0",
"jsdom": "^20.0.3",
"pnpm": "^7.17.0",
"taze": "^0.8.4",
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vitest": "^0.25.2",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^1.0.9"
},
"eslintConfig": {
"extends": "@antfu"
},
"packageManager": "pnpm@7.12.0"
}