-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.11 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@vueuse/sound": "^1.1.7",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"file-loader": "^6.2.0",
"laravel-echo": "^1.11.7",
"luxon": "^2.4.0",
"nprogress": "^0.2.0",
"pusher-js": "^4.4.0",
"qrcode.vue": "^1.7.0",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-i18n": "^8.27.0",
"vue-notification": "^1.3.20",
"vue-router": "^3.5.3",
"vue-social-sharing": "^3.0.9",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"axios": "^0.25",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
}
}