-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
112 lines (112 loc) · 3.42 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "vsu-lhs-connect-system",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"unit-tests": "vitest",
"end-to-end-tests": "cypress open"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@headlessui/vue": "^1.7.23",
"@internationalized/date": "^3.7.0",
"@internationalized/number": "^3.6.0",
"@morev/vue-transitions": "^3.0.5",
"@supabase/supabase-js": "^2.48.1",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.5.0",
"@unovis/vue": "^1.5.0",
"@vee-validate/nuxt": "^4.15.0",
"@vee-validate/yup": "^4.15.0",
"@vee-validate/zod": "^4.15.0",
"@vue-email/components": "^0.0.21",
"@vue-email/render": "^0.0.9",
"@vue/runtime-core": "^3.5.13",
"@vueform/multiselect": "^2.6.11",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"datatables.net-buttons-dt": "^3.2.1",
"datatables.net-responsive-dt": "^3.0.3",
"datatables.net-searchbuilder-dt": "^1.8.1",
"datatables.net-select-dt": "^3.0.0",
"datatables.net-vue3": "^3.0.4",
"docx": "^9.1.1",
"emailjs": "^4.0.3",
"embla-carousel-vue": "^8.5.2",
"helmet": "^8.0.0",
"html2pdf.js": "^0.10.2",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.474.0",
"nuxt": "^3.15.2",
"nuxt-nodemailer": "^1.1.2",
"pdfmake": "^0.2.18",
"pinia": "^2.3.1",
"postcss": "^8.5.1",
"primeicons": "^7.0.0",
"puppeteer": "^24.1.1",
"pure-rand": "^6.1.0",
"radix-vue": "^1.9.12",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"uuid": "^11.0.5",
"v-calendar": "^3.1.2",
"validator": "^13.12.0",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.15.0",
"vue": "latest",
"vue-currency-input": "^3.2.1",
"vue-router": "latest",
"vue-sonner": "^1.3.0",
"vuex": "^4.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.24",
"@iconify/vue": "^4.3.0",
"@nuxt/devtools": "^2.0.0-beta.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia/nuxt": "^0.9.0",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"@types/dotenv": "^6.1.1",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.10.10",
"@types/nodemailer": "^6.4.17",
"@types/pdfmake": "^0.2.11",
"@types/validator": "^13.12.2",
"@types/vue": "^1.0.31",
"@types/vue-router": "^2.0.0",
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"cypress": "^14.0.0",
"dotenv": "^16.4.7",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-security-node": "^1.1.4",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
}
}