lsky-pro/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2021-12-10 09:11:15 +08:00
{
"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.15.4",
"@tailwindcss/forms": "^0.4.0",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.1.0",
"axios": "^0.28",
2021-12-14 23:20:52 +08:00
"blueimp-canvas-to-blob": "^3.29.0",
"blueimp-file-upload": "^10.32.0",
"blueimp-load-image": "^5.16.0",
"clipboard": "^2.0.8",
2021-12-30 11:39:26 +08:00
"copy-image-clipboard": "^2.0.1",
"deepmerge": "^4.2.2",
2021-12-25 09:18:31 +08:00
"dragselect": "^2.3.0",
2022-01-20 16:48:49 +08:00
"echarts": "^5.2.2",
2022-02-25 15:53:22 +08:00
"github-markdown-css": "^5.1.0",
"imagesloaded": "^4.1.4",
"jquery": "^3.6.0",
"jquery.photoswipe": "^1.1.1",
"justifiedGallery": "^3.8.1",
2022-02-11 13:48:22 +08:00
"laravel-mix": "^6.0.6",
"less": "^4.1.2",
"less-loader": "^10.2.0",
2022-02-11 13:48:22 +08:00
"lodash": "^4.17.19",
"masonry-layout": "^4.2.2",
"postcss": "^8.4.31",
"postcss-import": "^14.0.1",
"resolve-url-loader": "^4.0.0",
"sweetalert2": "^11.3.3",
"tailwindcss": "^3.0.0",
2021-12-19 22:31:14 +08:00
"toastr": "^2.1.4",
2022-02-25 15:53:22 +08:00
"viewerjs": "^1.10.2"
},
"dependencies": {
"update": "^0.7.4"
2021-12-10 09:11:15 +08:00
}
}