You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
blog/package.json

24 lines
659 B

{
"dependencies": {
"@iconify/json": "^2.2.50",
"@iconify/tailwind": "^0.1.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"front-matter": "^4.0.2",
"glob": "^10.2.6",
"md5": "^2.3.0",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"puppeteer": "^19.3.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"tailwindcss": "^3.3.1"
},
"scripts": {
"scrape": "node tools/scraper.js",
"dev": "hugo server -w --gc --buildDrafts",
"prod": "hugo --gc --minify --environment production"
}
}