union_auto_test/client/package.json

68 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2026-01-10 09:45:10 +00:00
{
"name": "gulp-2022",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"dev": "gulp",
"build": "gulp build --build",
"build:js": "gulp buildJS --build",
"zip": "gulp deployZIP --build",
"deploy": "gulp deployFTP --build",
"svgSprive": "gulp svgSpriteTask"
},
"author": "FLS",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.2",
"air-datepicker": "^3.3.5",
"aos": "^2.3.4",
"file-loader": "^6.2.0",
"graph-modal": "^1.0.4",
"graph-tabs": "^1.0.0",
"gulp-cli": "^2.3.0",
"lightgallery": "^2.5.0",
"photoswipe": "^5.3.0",
"punycode": "^2.3.0",
"rellax": "^1.12.1",
"smooth-scroll": "^16.1.3",
"swiped-events": "^1.1.6"
},
"devDependencies": {
"browser-sync": "latest",
"del": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "latest",
"gulp-file-include": "latest",
"gulp-filenames": "^4.0.1",
"gulp-fonter-fix": "latest",
"gulp-group-css-media-queries": "latest",
"gulp-if": "latest",
"gulp-imagemin": "latest",
"gulp-newer": "latest",
"gulp-notify": "latest",
"gulp-plumber": "latest",
"gulp-pug": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-sass": "latest",
"gulp-svg-sprite": "latest",
"gulp-ttf2woff2": "latest",
"gulp-util": "latest",
"gulp-version-number": "latest",
"gulp-webp": "latest",
"gulp-webp-html-nosvg": "latest",
"gulp-webpcss": "latest",
"gulp-zip": "latest",
"sass": "latest",
"swiper": "latest",
"vinyl-ftp": "latest",
"webp-converter": "2.2.3",
"webpack": "latest",
"webpack-stream": "latest"
}
}