-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production",
"echo-server": "laravel-echo-server start"
},
"devDependencies": {
"axios": "^0.21",
"jquery": "^3.2",
"laravel-mix": "^6.0",
"lodash": "^4.17.21",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.7",
"vue-loader": "15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"laravel-echo": "^1.4.0",
"laravel-echo-server": "^1.6.2",
"select2-bootstrap4-theme": "^1.0.0",
"socket.io-client": "^2.1.1",
"url-pattern": "^1.0.3",
"vue-echo": "^1.0.2",
"vue-holderjs": "^1.0.2",
"vue-infinite-loading": "^2.3.3",
"vue-moment": "^4.0.0",
"vue-qrcode-reader": "^3.0.3",
"vuex": "^3.1.1",
"vuex-persist": "^2.0.0"
}
}