-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.3 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
{
"name": "shadcn-table",
"private": false,
"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",
"@pinia/nuxt": "^0.8.0",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.5.0-beta.3",
"@unovis/vue": "^1.5.0-beta.3",
"@vee-validate/nuxt": "^4.14.7",
"@vee-validate/zod": "^4.14.7",
"@vueform/multiselect": "^2.6.11",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-colreorder-dt": "2.0.4",
"datatables.net-datetime": "^1.5.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.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"notivue": "^2.4.5",
"pinia": "^2.2.8",
"radix-vue": "^1.9.10",
"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.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@iconify-json/lucide": "^1.2.17",
"@iconify-json/svg-spinners": "^1.2.1",
"@internationalized/date": "^3.6.0",
"@nuxt/icon": "^1.9.0",
"@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.0.0",
"@vueuse/math": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"nuxt": "^3.14.1592",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.x"
}
}