saudade/package.json
2023-06-13 18:17:41 -07:00

12 lines
248 B
JSON

{
"scripts": {
"dev": "browser-sync start --config bs-config.js"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-posthtml": "^3.0.5",
"gulp-rename": "^2.0.0",
"posthtml-urls": "^1.0.0"
}
}