/
Slav468
/
test
Обзор
Документация
Войти
/
Slav468
/
test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
97 строк
3 KB
Slav468
feat: init commit
15 июл 2024, 14:31
15 июл 2024, 14:31
0fdfc9b
Код
Авторство
О чём код?
{ "name": "fls-start", "version": "3.0.0", "description": "Start template with Gulp and Webpack", "author": "FLS", "private": true, "license": "", "type": "module", "scripts": { "start": "npm i --legacy-peer-deps", "dev": "gulp && webpack serve --progress -c config/webpack.dev.js", "build": "gulp build --build", "sprite": "gulp sprite", "fonts": "gulp fonts --rewrite", "deploy": "gulp deployFTP --build", "zip": "gulp deployZIP --build", "devbuild": "gulp build --build --nowebp", "noimgbuild": "gulp build --build --noimgopt", "tmp": "gulp -f gulpfile.tmp.js", "bem": "fls-bemtree-from-html" }, "devDependencies": { "@babel/cli": "latest", "@babel/core": "latest", "@babel/preset-react": "latest", "@types/isotope-layout": "^3.0.9", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "autoprefixer": "^10.4.19", "babel-loader": "latest", "copy-webpack-plugin": "latest", "css-loader": "latest", "del": "latest", "eslint": "latest", "eslint-plugin-react": "latest", "eslint-plugin-react-hooks": "latest", "eslint-plugin-react-refresh": "latest", "file-include-webpack-plugin-replace": "latest", "file-loader": "^6.2.0", "gulp": "latest", "gulp-autoprefixer": "latest", "gulp-clean-css": "latest", "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-prettier": "latest", "gulp-rename": "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", "html-webpack-plugin": "latest", "inputmask": "latest", "js-datepicker": "latest", "lightgallery": "latest", "load-plugins": "latest", "mini-css-extract-plugin": "2.4.7", "nouislider": "latest", "postcss": "latest", "postcss-loader": "latest", "postcss-preset-env": "latest", "pug": "latest", "pug-loader": "latest", "sass": "latest", "sass-loader": "latest", "smooth-scroll": "latest", "string-replace-loader": "latest", "style-loader": "latest", "swiper": "latest", "tailwindcss": "latest", "terser-webpack-plugin": "latest", "tippy.js": "latest", "transform-runtime": "0.0.0", "vanilla-lazyload": "latest", "vinyl-ftp": "latest", "webp-converter": "2.2.3", "webpack": "latest", "webpack-cli": "latest", "webpack-dev-server": "latest", "webpack-stream": "latest" }, "dependencies": { "gulp-cheerio": "^1.0.0", "isotope-layout": "^3.0.6", "react": "^18.2.0", "react-dom": "^18.2.0", "simplebar": "latest" } }