-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"bootstrap": "^4.0.0",
"jquery": "^3.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^2.3.1",
"sass": "~1.32.12",
"sass-loader": "^8.0.0",
"tailwindcss": "^2.0.2",
"vue": "^2.5.17",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@splidejs/splide": "^2.4.21",
"@splidejs/vue-splide": "^0.3.5",
"@websanova/vue-auth": "^4.1.1",
"dayjs": "^1.10.5",
"filefy": "^0.1.10",
"fotorama": "^4.6.4",
"fuse.js": "^6.4.6",
"lightgallery": "^2.1.5",
"lingallery": "^1.3.7",
"mitt": "^2.1.0",
"primevue": "^2.0.0",
"register-service-worker": "^1.7.2",
"spotlight.js": "^0.7.72",
"v-photoswipe": "^1.0.3-1",
"v-viewer": "^1.6.3",
"vue-advanced-cropper": "^1.7.0",
"vue-axios": "^3.2.4",
"vue-i18n": "^8.22.4",
"vue-light-gallery": "^1.0.1",
"vue-moment": "^4.1.0",
"vue-router": "^3.5.1",
"vue-signature": "^2.5.1",
"vuetify": "^2.4.4",
"vuetify-loader": "^1.7.2",
"vuex": "^3.6.2",
"vuex-pathify": "^1.4.5"
}
}