/
sejeenn
/
Gulp
Обзор
Документация
Войти
/
sejeenn
/
Gulp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
27 строк
622 B
EugeneVorontsov
qwerty
22 мар 2025, 15:52
22 мар 2025, 15:52
d2f5915
Код
Авторство
О чём код?
{ "name": "gulp", "version": "1.0.0", "description": "", "repository": { "type": "git", "url": "https://gitverse.ru/sejeenn/Gulp.git" }, "license": "ISC", "author": "Eugene Vorontsov", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "browser-sync": "^3.0.3", "gulp": "^5.0.0", "gulp-autoprefixer": "^9.0.0", "gulp-clean-css": "^4.3.0", "gulp-cli": "^3.0.0", "gulp-concat": "^2.6.1", "gulp-htmlmin": "^5.0.1", "gulp-image": "^6.2.1", "gulp-svg-sprite": "^2.0.3" } }