saudade/package.json

35 lines
824 B
JSON
Raw Normal View History

2023-06-09 19:52:42 +00:00
{
2023-06-09 20:55:00 +00:00
"scripts": {
2024-03-16 20:27:28 +00:00
"build": "gulp build",
"watch": "gulp watch"
},
"devDependencies": {
"browser-sync": "^2.29.3",
2023-06-15 05:10:06 +00:00
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
2023-06-15 05:10:06 +00:00
"gulp-postcss": "^9.0.1",
"gulp-posthtml": "^3.0.5",
"gulp-rename": "^2.0.0",
2023-06-17 20:12:52 +00:00
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
2023-06-15 05:10:06 +00:00
"postcss-preset-env": "^8.5.0",
"posthtml-modules": "^0.9.1",
"posthtml-postcss": "^0.5.0",
2023-12-11 04:19:45 +00:00
"posthtml-urls": "^1.0.0",
"prettier": "3.1.1"
2023-06-15 05:10:06 +00: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-27 04:06:32 +00:00
},
"overrides": {
"chokidar": "^3.0.0",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.0",
"micromatch": "^4.0.0"
2023-06-09 19:52:42 +00:00
}
}