-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 2.32 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": "ui-doc-starter",
"private": false,
"keywords": [
"nuxt",
"nuxt 4",
"nuxt content",
"ui thing",
"starter"
],
"license": "MIT",
"type": "module",
"scripts": {
"build": "nuxt build",
"clean": "rm -rf .nuxt dist node_modules package-lock.json && npm install",
"dev": "nuxt dev --host",
"format": "prettier --write .",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"preview": "nuxt preview"
},
"dependencies": {
"@aksharahegde/nuxt-glow": "^1.1.2",
"@internationalized/date": "^3.5.6",
"@internationalized/number": "^3.5.4",
"@morev/vue-transitions": "^3.0.5",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.1",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.7.5",
"@nuxt/image": "^1.8.1",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.4",
"@vee-validate/nuxt": "^4.14.7",
"@vite-pwa/nuxt": "^0.10.6",
"@vueform/multiselect": "^2.6.10",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-responsive-dt": "^3.0.3",
"datatables.net-searchbuilder-dt": "^1.8.1",
"datatables.net-select-dt": "^2.1.0",
"datatables.net-vue3": "^3.0.2",
"dotenv": "^16.4.5",
"jszip": "^3.10.1",
"nuxt": "^3.14.159",
"radix-vue": "^1.9.9",
"tailwind-variants": "^0.3.0",
"v-wave": "^3.0.2",
"vaul-vue": "^0.2.0",
"vue": "latest",
"vue-currency-input": "^3.1.0",
"vue-router": "latest",
"vue-sonner": "^1.2.5",
"vue-use-active-scroll": "^1.1.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.14",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@vueuse/core": "^11.2.0",
"@vueuse/math": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
}
}