lsky-pro/package.json
2022-01-12 13:26:39 +08:00

41 lines
1.2 KiB
JSON

{
"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.4.0",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.1.0",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.2.1",
"postcss-import": "^14.0.1",
"tailwindcss": "^3.0.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"blueimp-canvas-to-blob": "^3.29.0",
"blueimp-file-upload": "^10.32.0",
"blueimp-load-image": "^5.16.0",
"clipboard": "^2.0.8",
"copy-image-clipboard": "^2.0.1",
"deepmerge": "^4.2.2",
"dragselect": "^2.3.0",
"jquery": "^3.6.0",
"jquery.photoswipe": "^1.1.1",
"justifiedGallery": "^3.8.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"resolve-url-loader": "^4.0.0",
"toastr": "^2.1.4",
"viewerjs": "^1.10.2",
"sweetalert2": "^11.3.3"
}
}