saudade/package.json

35 lines
824 B
JSON
Raw Normal View History

2023-06-09 12:52:42 -07:00
{
2023-06-09 13:55:00 -07:00
"scripts": {
2024-03-16 13:27:28 -07:00
"build": "gulp build",
"watch": "gulp watch"
},
"devDependencies": {
"browser-sync": "^2.29.3",
2023-06-14 22:10:06 -07:00
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
2023-06-14 22:10:06 -07:00
"gulp-postcss": "^9.0.1",
"gulp-posthtml": "^3.0.5",
"gulp-rename": "^2.0.0",
2023-06-17 13:12:52 -07:00
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
2023-06-14 22:10:06 -07:00
"postcss-preset-env": "^8.5.0",
"posthtml-modules": "^0.9.1",
"posthtml-postcss": "^0.5.0",
2023-12-10 20:19:45 -08:00
"posthtml-urls": "^1.0.0",
"prettier": "3.1.1"
2023-06-14 22:10:06 -07:00
},
"dependencies": {
"css-blank-pseudo": "^5.0.2",
"css-has-pseudo": "^5.0.2",
"css-prefers-color-scheme": "^8.0.2",
"focus-visible": "^5.2.0",
"postcss-focus-within": "^7.0.2"
2023-11-26 20:06:32 -08:00
},
"overrides": {
"chokidar": "^3.0.0",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.0",
"micromatch": "^4.0.0"
2023-06-09 12:52:42 -07:00
}
}