-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
60 lines (60 loc) · 1.86 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"prod": "vite build"
},
"devDependencies": {
"@codemirror/lang-html": "^6.4.9",
"@formkit/icons": "^1.6.9",
"@formkit/vue": "^1.6.9",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@inertiajs/vue3": "^2.0.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tsparticles/vue3": "^3.0.1",
"@vitejs/plugin-vue": "^5.2",
"@vue/server-renderer": "^3.5.13",
"@vueuse/core": "^12.4.0",
"@vueuse/integrations": "^12.4.0",
"autolinker": "^4.1.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"concurrently": "^9.1.2",
"date-fns": "^4.1.0",
"dompurify": "^3.2.3",
"easymde": "2.16.1",
"echarts": "^5.6.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.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": "^3.4",
"tsparticles": "^3.7.1",
"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": "^7.0.3",
"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"
}
}