-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
119 lines (119 loc) · 4.01 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
113
114
115
116
117
118
119
{
"name": "ui-thing",
"private": false,
"license": "MIT",
"author": {
"name": "Behon Baker",
"email": "[email protected]",
"url": "https://behonbaker.com"
},
"type": "module",
"scripts": {
"automd": "npx automd@latest --input **/*.md --watch",
"build": "nuxt build",
"clean": "rm -rf .nuxt dist .output node_modules yarn.lock package-lock.json && npm cache clean --force && npm i",
"dev": "nuxt dev --host",
"format": "npx prettier --write .",
"generate": "nuxt generate",
"generate:components": "node scripts/create-components && npx prettier --write ./server/utils/comp.ts",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"preview": "nuxt preview"
},
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/multimonth": "^6.1.15",
"@fullcalendar/scrollgrid": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"@internationalized/number": "^3.6.0",
"@morev/vue-transitions": "3.0.5",
"@tanstack/vue-table": "^8.20.5",
"@tiptap/extension-color": "^3.0.0",
"@tiptap/extension-highlight": "^3.0.0",
"@tiptap/extension-link": "^3.0.0",
"@tiptap/extension-list-item": "^3.0.0",
"@tiptap/extension-subscript": "^3.0.0",
"@tiptap/extension-superscript": "^3.0.0",
"@tiptap/extension-table": "^3.0.0",
"@tiptap/extension-table-cell": "^3.0.0",
"@tiptap/extension-table-header": "^3.0.0",
"@tiptap/extension-table-row": "^3.0.0",
"@tiptap/extension-text-style": "^3.0.0",
"@tiptap/extension-typography": "^3.0.0",
"@tiptap/pm": "^3.0.0",
"@tiptap/starter-kit": "^3.0.0",
"@tiptap/vue-3": "^3.0.0",
"@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.4",
"@vee-validate/nuxt": "^4.14.7",
"@vee-validate/zod": "^4.14.7",
"@vueform/multiselect": "^2.6.11",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/math": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"apexcharts": "^4.0.0",
"canvas-confetti": "^1.9.3",
"datatables.net-buttons": "^3.2.0",
"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",
"date-fns": "4.1.0",
"dayjs": "^1.11.13",
"jszip": "^3.10.1",
"nuxt-swiper": "^2.0.0",
"quill-blot-formatter": "^1.0.5",
"radix-vue": "^1.9.10",
"tailwind-variants": "^0.3.0",
"v-wave": "^3.0.2",
"vaul-vue": "^0.2.0",
"vue-currency-input": "^3.1.0",
"vue-sonner": "^1.3.0",
"vue-use-active-scroll": "^1.1.3",
"vue3-apexcharts": "^1.8.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/icon-park-solid": "^1.2.1",
"@iconify-json/lucide": "^1.2.15",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.12",
"@iconify-json/solar": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@internationalized/date": "^3.6.0",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.7.1",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.2",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/canvas-confetti": "^1.6.4",
"eslint": "^9.15.0",
"husky": "^9.1.7",
"nuxt": "^3.14.1592",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
}
}