forked from MineTrax/minetrax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"prod": "vite build"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/server-renderer": "^3.2.41",
"autolinker": "^3.15.0",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"dompurify": "^2.3.10",
"easymde": "^2.16.1",
"echarts": "^5.3.3",
"eslint": "^8.25.0",
"eslint-plugin-vue": "^9.3.0",
"laravel-echo": "^1.13.1",
"laravel-vite-plugin": "^0.5.3",
"lodash": "^4.17.21",
"millify": "^5.0.0",
"postcss": "^8.4.18",
"pusher-js": "^7.3.0",
"skinview3d": "^2.3.0-alpha.2",
"sweetalert2": "^11.5.0",
"tailwindcss": "^3.1.8",
"v-calendar": "^3.0.0-alpha.8",
"vform": "^2.1.2",
"vite": "^3.1.8",
"vue": "^3.2.37",
"vue-datepicker-next": "^1.0.2",
"vue-multiselect": "^3.0.0-alpha.2",
"vue-tippy": "^6.0.0-alpha.63",
"xterm": "^4.19.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.6.0",
"zxcvbn": "^4.4.2"
}
}