/
hunter413
/
Watch
Обзор
Документация
Войти
/
hunter413
/
Watch
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
38 строк
952 B
Dmitrij
Changes to be committed:
04 апр 2024, 11:48
04 апр 2024, 11:48
80e3763
Код
Авторство
О чём код?
{ "name": "myTestGulp", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "browser-sync": "^2.27.5", "del": "^6.0.0", "gulp": "^4.0.2", "gulp-autoprefixer": "^8.0.0", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.3.0", "gulp-coffee": "^3.0.3", "gulp-concat": "^2.6.1", "gulp-htmlmin": "^5.0.1", "gulp-imagemin": "^7.1.0", "gulp-less": "^5.0.0", "gulp-newer": "^1.4.0", "gulp-pug": "^5.0.0", "gulp-rename": "^2.0.0", "gulp-sass": "^5.0.0", "gulp-size": "^4.0.1", "gulp-sourcemaps": "^3.0.0", "gulp-stylus": "^2.7.0", "gulp-typescript": "^6.0.0-alpha.1", "gulp-uglify": "^3.0.2", "sass": "^1.37.5", "typescript": "^4.3.5" } }