-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@internationalized/date": "^3.5.2",
"@morev/vue-transitions": "^3.0.2",
"@nuxtjs/sitemap": "^6.0.0-beta.1",
"@tanstack/vue-table": "^8.16.0",
"@vee-validate/nuxt": "^4.12.6",
"@vueform/multiselect": "^2.6.7",
"axios": "^1.7.3",
"datatables.net-buttons-dt": "^3.0.2",
"datatables.net-responsive-dt": "^3.0.2",
"datatables.net-searchbuilder-dt": "^1.7.1",
"datatables.net-select-dt": "^2.0.1",
"datatables.net-vue3": "^3.0.1",
"jszip": "^3.10.1",
"nuxt": "^3.11.2",
"radix-vue": "^1.9.2",
"tailwind-variants": "^0.2.1",
"v-wave": "^2.0.0",
"vaul-vue": "^0.1.0",
"vue": "^3.4.21",
"vue-currency-input": "^3.1.0",
"vue-router": "^4.3.0",
"vue-sonner": "^1.1.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@samk-dev/nuxt-vcalendar": "^1.0.3",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt-icon": "^0.6.10",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
}
}