-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "my-vue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"dependencies": {
"@internationalized/date": "^3.9.0",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^13.9.0",
"@zxing/browser": "^0.1.5",
"apexcharts": "^5.3.4",
"axios": "^1.11.0",
"bootstrap-icons": "^1.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-vue": "^8.6.0",
"firebase": "^12.0.0",
"lucide-vue-next": "^0.541.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qrcode.vue": "^3.6.0",
"reka-ui": "^2.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.15.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.8",
"vue3-apexcharts": "^1.8.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.0.12",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-vue": "^10.3.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"typescript-eslint": "^8.36.0",
"vite": "^7.0.3",
"vite-plugin-pwa": "^1.0.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^2.2.12"
},
"lint-staged": {
"*.{ts,vue}": "eslint --fix"
}
}