/
topboy
/
Gulp-template
Обзор
Документация
Войти
/
topboy
/
Gulp-template
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
module
package.json
26 строк
616 B
Sergey Kolmakov
refactor to module
23 янв 2026, 07:39
23 янв 2026, 07:39
06e87cc
Код
Авторство
О чём код?
{ "name": "start_gulp", "version": "1.0.0", "description": "", "license": "ISC", "author": "Sergey Kolmakov", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "browser-sync": "^3.0.4", "gulp": "^5.0.1", "gulp-autoprefixer": "^8.0.0", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-imagemin": "^7.1.0", "gulp-nunjucks-render": "^2.2.3", "gulp-rename": "^2.1.0", "gulp-sass": "^6.0.1", "gulp-uglify-es": "^3.0.0", "jquery": "^4.0.0", "sass": "^1.97.3" } }