-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.17 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "pos-tracking-and-accounting",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"seed": "node seed.mjs",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@iconify-json/fa-brands": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.0",
"@nuxt/ui": "^2.18.4",
"@popperjs/core": "^2.11.8",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.4.3",
"@unovis/vue": "^1.4.3",
"@vueuse/core": "^11.0.3",
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.438.0",
"nodemailer": "^6.9.15",
"pinia": "^2.2.2",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vue": "^3.5.0",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.4.2",
"vue-screen-utils": "1.0.0-beta.13"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@iconify-json/akar-icons": "^1.2.0",
"@iconify-json/fa6-brands": "^1.2.0",
"@iconify-json/flat-color-icons": "^1.2.0",
"@iconify-json/fluent": "^1.2.0",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/hugeicons": "^1.2.0",
"@iconify-json/material-symbols": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/radix-icons": "^1.2.0",
"@iconify-json/solar": "^1.2.0",
"@nuxt/image": "^1.8.0",
"@nuxt/kit": "^3.13.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/supabase": "^1.4.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.4",
"@supabase/supabase-js": "^2.45.3",
"@types/nodemailer": "^6.4.15",
"@vite-pwa/nuxt": "^0.10.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"nuxt": "^3.13.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"shadcn-nuxt": "^0.10.4",
"typescript": "^5.5.4",
"vue-mess-detector": "^0.42.0",
"vue-tsc": "^2.1.4",
"zod": "^3.23.8"
}
}