-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.44 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.44 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"prod": "vite build"
},
"devDependencies": {
"@codemirror/lang-html": "^6.4.9",
"@eslint/js": "^9.18.0",
"@formkit/icons": "^1.6.9",
"@formkit/vue": "^1.6.9",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@inertiajs/vue3": "^2.0.6",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@tsparticles/vue3": "^3.0.1",
"@vitejs/plugin-vue": "^5.2",
"@vue/server-renderer": "^3.5.13",
"@vueuse/core": "^12.8.2",
"@vueuse/integrations": "^12.4.0",
"autolinker": "^4.1.0",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"concurrently": "^9.1.2",
"date-fns": "^4.1.0",
"dompurify": "^3.2.3",
"echarts": "^6.0.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^17.3.0",
"laravel-echo": "^1.18.0",
"laravel-vite-plugin": "^1.1",
"lodash": "^4.17.21",
"millify": "^6.1.0",
"postcss": "^8.5.1",
"pusher-js": "^8.3.0",
"skinview3d": "^3.1.0",
"sweetalert2": "github:MineTrax/sweetalert2",
"tailwindcss": "^4.1.18",
"tsparticles": "^3.7.1",
"tw-animate-css": "^1.4.0",
"v-calendar": "^3.0.0-alpha.8",
"vform": "^2.1.2",
"vite": "^6.0",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1",
"vue-datepicker-next": "^1.0.3",
"vue-echarts": "^8.0.1",
"vue-multiselect": "^3.1.0",
"vue-tippy": "^6.6",
"vuedraggable": "^4.1.0",
"xterm": "^5.3.0",
"xterm-addon-attach": "^0.9.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0",
"zxcvbn": "^4.4.2"
},
"dependencies": {
"@tiptap/extension-image": "^3.13.0",
"@tiptap/extension-link": "^3.13.0",
"@tiptap/extension-text-align": "^3.13.0",
"@tiptap/extension-underline": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@tiptap/vue-3": "^3.13.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.522.0",
"reka-ui": "^2.9.3",
"tailwind-merge": "^3.3.1",
"tiptap-markdown": "^0.9.0"
}
}