forked from heshen/maguttiCms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
{
"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": {
"@fortawesome/fontawesome-free": "5.8.1",
"@kirschbaum-development/laravel-translations-loader": "^1.0.2",
"@vue/compiler-sfc": "^3.2.1",
"axios": "^0.21",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.27",
"laravel-mix-merge-manifest": "^2.0.0",
"lodash": "^4.17.19",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"resolve-url-loader": "^3.1.2",
"sass": "1.32.13",
"sass-loader": "^11.0.1",
"sweetalert2": "^11.1.2",
"vue": "^3.2.1",
"vue-loader": "^16.5.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.6",
"@popperjs/core": "^2.9.3",
"animate.css": "^3.7.0",
"bootbox": "^5.5.2",
"bootstrap": "^5.1",
"filepond": "^4.28.2",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.7",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.7",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"js-cookie": "^2.2.0",
"masonry-layout": "^4.2.2",
"mitt": "^1.2.0",
"node-sass": "^6.0.1",
"npm": "^6.14.14",
"swiper": "^6.8.1",
"vue-i18n": "^9.1.7"
}
}