/
outthevoid
/
frontend_developer_module_6
Обзор
Документация
Войти
/
outthevoid
/
frontend_developer_module_6
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
58 строк
2 KB
darthmorgot
Старт проекта.
03 май 2024, 12:02
03 май 2024, 12:02
f0bafd4
Код
Авторство
О чём код?
{ "name": "htmlacademy-gulp-template", "version": "2.0.6", "private": true, "type": "module", "engines": { "node": "^18.18 || ^20.9" }, "browserslist": [ "last 2 versions", "not dead", "not op_mini all", "not and_uc > 0", "not < 0.2%" ], "scripts": { "start": "gulp runDev", "build": "gulp buildProd", "preview": "npm run build && browser-sync start -s build/ --cors --no-notify --no-ui", "lint": "npm-run-all -pc lint:**", "lint:spaces": "ec --exclude vendor/*", "lint:markup": "cd source && html-validator --quiet", "lint:html": "linthtml source/**/*.html --config .linthtmlrc", "lint:bem": "gulp lintBem --silent", "lint:styles": "stylelint \"source/styles/**/*.scss\"", "lint:scripts": "eslint . --ignore-path .gitignore --ignore-pattern vendor/", "optimize": "npm-run-all -p optimize:**", "optimize:raster": "gulp optimizeRaster", "optimize:vector": "gulp optimizeVector" }, "devDependencies": { "@htmlacademy/editorconfig-cli": "3.0.0", "@linthtml/linthtml": "0.9.6", "browser-sync": "3.0.2", "browserslist-to-esbuild": "2.1.1", "eslint": "8.57.0", "eslint-config-htmlacademy": "10.0.1", "gulp": "4.0.2", "gulp-esbuild": "0.12.0", "gulp-html-bemlinter": "3.0.1", "gulp-htmlmin": "5.0.1", "gulp-plumber": "1.2.1", "gulp-postcss": "10.0.0", "gulp-sass": "5.1.0", "gulp-sharp-responsive": "0.4.1", "gulp-stacksvg": "3.0.0", "gulp-svgmin": "4.1.0", "linthtml-config-htmlacademy": "1.0.20", "npm-run-all": "4.1.5", "postcss": "8.4.38", "postcss-lightningcss": "1.0.0", "postcss-url": "10.1.3", "sass": "1.76.0", "stylelint": "16.5.0", "stylelint-config-htmlacademy": "4.2.1", "w3c-html-validator": "1.8.1" } }