12345678910111213141516171819202122232425262728 |
- {
- "name": "portfolio",
- "version": "1.0.0",
- "description": "",
- "main": "gulpfile.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "browser-sync": "^2.26.12",
- "gulp": "^4.0.2",
- "gulp-autoprefixer": "^6.1.0",
- "gulp-clean-css": "^4.3.0",
- "gulp-cli": "^2.3.0",
- "gulp-htmlmin": "^5.0.1",
- "gulp-imagemin": "^6.2.0",
- "gulp-rename": "^1.4.0",
- "gulp-sass": "^4.1.0"
- },
- "browserslist": [
- "last 1 version",
- "> 1%",
- "maintained node versions",
- "not dead"
- ]
- }
|