-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
80 lines (80 loc) · 2.45 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
{
"name": "nuxt-ui-thing-starter",
"private": false,
"keywords": [
"nuxt-components",
"nuxt",
"tailwindcss",
"nuxt-ui-thing"
],
"scripts": {
"build": "nuxt build",
"clean": "rm -rf .nuxt dist .output node_modules yarn.lock package-lock.json && npm i",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"rm:recommendations": "npx --yes rimraf .vscode/extensions.json",
"ui:add": "npx --yes ui-thing@latest add",
"ui:prettier": "npx --yes ui-thing@latest prettier",
"ui:shortcuts": "npx --yes ui-thing@latest shortcuts",
"ui:theme": "npx --yes ui-thing@latest theme"
},
"dependencies": {
"@internationalized/number": "^3.6.0",
"@morev/vue-transitions": "^3.0.5",
"@nuxt/fonts": "^0.10.3",
"@pinia/nuxt": "^0.9.0",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.5.0",
"@unovis/vue": "^1.5.0",
"@vee-validate/nuxt": "^4.15.0",
"@vee-validate/zod": "^4.15.0",
"@vueform/multiselect": "^2.6.11",
"@vueform/slider": "^2.1.10",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-colreorder-dt": "2.0.4",
"datatables.net-responsive-dt": "^3.0.3",
"datatables.net-rowreorder-dt": "1.5.0",
"datatables.net-searchbuilder-dt": "^1.8.1",
"datatables.net-select-dt": "^2.1.0",
"datatables.net-vue3": "^3.0.3",
"embla-carousel": "^8.5.1",
"embla-carousel-vue": "^8.5.1",
"jszip": "^3.10.1",
"notivue": "^2.4.5",
"pinia": "^2.3.0",
"radix-vue": "^1.9.11",
"tailwind-variants": "^0.3.0",
"v-wave": "^3.0.2",
"vaul-vue": "^0.2.0",
"vue": "^3.5.13",
"vue-currency-input": "^3.1.0",
"vue-router": "latest",
"vue-sonner": "^1.3.0",
"vue3-otp-input": "^1.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/svg-spinners": "^1.2.2",
"@internationalized/date": "^3.6.0",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@tailwindcss/forms": "^0.5.9",
"@vueuse/core": "^12.2.0",
"@vueuse/math": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"nuxt": "^3.15.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.x"
}
}