-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.07 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
61
62
{
"private": true,
"scripts": {
"dev": "mix",
"hot": "mix watch --hot",
"watch": "mix watch",
"build": "mix --production",
"eslint": "eslint --fix --ext .js,.vue resources/js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@popperjs/core": "^2.9.3",
"acorn": "^8.5.0",
"axios": "^0.21.4",
"bootstrap": "^5.1.0",
"bootstrap-vue": "^2.21.2",
"js-cookie": "^2.2.1",
"laravel-echo": "^1.11.2",
"laravel-file-manager": "^2.5.4",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"sweetalert2": "^11.1.2",
"swiper": "^5.2.0",
"vform": "^2.1.1",
"vue": "^2.6.14",
"vue-awesome-swiper": "^4.1.1",
"vue-chat-scroll": "^1.4.0",
"vue-i18n": "^8.25.0",
"vue-js-modal": "^2.0.1",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.2",
"vue-timeago": "^5.1.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webrtc-adapter": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.15.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.16.0",
"laravel-mix": "^6.0.49",
"laravel-mix-versionhash": "^2.0.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack-bundle-analyzer": "^4.4.2"
}
}