forked from HDInnovations/UNIT3D-Community-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 840 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"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": "^6.0.43",
"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"
}
}