-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.59 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
{
"name": "attendance",
"version": "3.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "make postinstall",
"fmt": "prettier -w ."
},
"dependencies": {
"@nuxt/icon": "2.0.0",
"@paralleldrive/cuid2": "^3.3.0",
"@types/crypto-js": "^4.2.2",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"@vueuse/core": "^13.7.0",
"@vueuse/nuxt": "13.7.0",
"ag-grid-vue3": "^34.3.1",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"fzf": "^0.5.2",
"nuxt": "^4.0.3",
"qr-code-styling": "^1.9.2",
"tailwind-merge": "^3.3.1",
"temporal-polyfill": "^0.3.0",
"temporal-zod": "^0.5.0",
"tssrp6a": "^3.0.0",
"vaul-vue": "^0.4.1",
"vue": "^3.5.18",
"vue-chartjs": "^5.3.3",
"vue-input-otp": "^0.2.2",
"vue-sonner": "^2.0.8",
"zod": "^4.0.17"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.92.4",
"@iconify-json/hugeicons": "^1.2.11",
"@iconify-json/svg-spinners": "^1.2.4",
"@tailwindcss/vite": "^4.1.12",
"@types/bun": "^1.3.5",
"@types/node": "^24.3.0",
"@zodios/core": "^10.9.6",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vue-tsc": "^3.0.7"
},
"type": "module"
}