-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.69 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@chenfengyuan/vue-barcode": "2",
"@formkit/auto-animate": "^0.8.2",
"@github/relative-time-element": "^4.4.3",
"@internationalized/date": "^3.5.6",
"@meersagor/wavesurfer-vue": "^0.1.2",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.1",
"@pinia/nuxt": "^0.5.5",
"@tanstack/vue-query": "^5.60.6",
"@tanstack/vue-table": "^8.20.5",
"@tanstack/vue-virtual": "^3.10.9",
"@tiptap/extension-focus": "^2.9.1",
"@tiptap/extension-mention": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/suggestion": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@tresjs/nuxt": "^3.0.7",
"@vee-validate/nuxt": "^4.13.2",
"@vee-validate/zod": "^4.13.2",
"@vue/devtools-api": "^7.4.6",
"@vue/server-renderer": "^3.5.13",
"@vuepic/vue-datepicker": "^9.0.3",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.0.3",
"card-validator": "^10.0.0",
"ckeditor5": "^43.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs-nuxt": "^2.1.11",
"easymde": "^2.18.0",
"embla-carousel-vue": "^8.3.0",
"fuse.js": "^7.0.0",
"highlight.js": "^11.10.0",
"jsbarcode": "3",
"lucide-vue-next": "^0.445.0",
"nuxt": "^3.13.0",
"nuxt-countdown": "^1.2.0",
"nuxt-lucide-icons": "^1.0.5",
"nuxt-swiper": "^1.2.2",
"nuxt-time": "^1.0.2",
"nuxt-workers": "^0.0.2",
"pinia": "^2.2.4",
"progress-stream": "^2.0.0",
"qrcode.vue": "^3.5.1",
"quill-mention": "^6.0.1",
"radix-vue": "^1.9.7",
"shadcn-nuxt": "^0.10.4",
"shadcn-vue": "^0.10.5",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tinycolor2": "^1.6.0",
"tippy.js": "^6.3.7",
"ulidx": "^2.4.1",
"vee-validate": "^4.13.2",
"vue": "latest",
"vue-color-input": "^2.0.0",
"vue-router": "latest",
"vue-sonner": "^1.2.1",
"vue3-circle-progress": "^1.0.7",
"vue3-easymde": "^1.0.1",
"vue3-toastify": "^0.2.3",
"wavesurfer.js": "^7.8.11",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/tinycolor2": "^1.4.6",
"capture-website": "^4.1.0",
"daisyui": "^4.12.22",
"fluid-tailwind": "^1.0.3",
"sass-embedded": "^1.83.0",
"vue-mess-detector": "^0.62.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}