forked from HDInnovations/UNIT3D-Community-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"ajv": "^8.10.0",
"alpinejs": "^3.9.1",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"laravel-echo": "^1.11.4",
"laravel-echo-server": "^1.6.3",
"laravel-mix-purgecss": "^6.0.0",
"postcss": "^8.4.12",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.3.1",
"sweetalert2": "^11.4.6",
"virtual-select-plugin": "^1.0.26",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"laravel-vite-plugin": "^1.0.1",
"vite-plugin-static-copy": "^1.0.1",
"prettier-plugin-blade": "^2.0.0",
"vite": "^5.0.12"
},
"type": "module"
}