devblog/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2024-12-25 02:14:10 -05:00
{
"name": "astro-paper",
2025-03-08 19:45:21 -05:00
"type": "module",
"version": "5.0.0",
2024-12-25 02:14:10 -05:00
"scripts": {
"dev": "astro dev",
2025-03-08 19:45:21 -05:00
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
2024-12-25 02:14:10 -05:00
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
2025-03-08 19:45:21 -05:00
"format:check": "prettier --check .",
"format": "prettier --write .",
2024-12-25 02:14:10 -05:00
"lint": "eslint ."
},
"dependencies": {
2025-03-08 19:45:21 -05:00
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
2024-12-25 02:14:10 -05:00
"@resvg/resvg-js": "^2.6.2",
2025-03-08 19:45:21 -05:00
"@tailwindcss/vite": "^4.0.12",
"astro": "^5.4.2",
2024-12-25 02:14:10 -05:00
"lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
2025-03-08 19:45:21 -05:00
"satori": "^0.12.1",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.12"
2024-12-25 02:14:10 -05:00
},
"devDependencies": {
2025-03-08 19:45:21 -05:00
"@astrojs/check": "^0.9.4",
"@pagefind/default-ui": "^1.3.0",
"@tailwindcss/typography": "^0.5.16",
2024-12-25 02:14:10 -05:00
"@types/lodash.kebabcase": "^4.1.9",
2025-03-08 19:45:21 -05:00
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.22.0",
"eslint-plugin-astro": "^1.3.1",
"globals": "^16.0.0",
"pagefind": "^1.3.0",
"prettier": "^3.5.3",
2024-12-25 02:14:10 -05:00
"prettier-plugin-astro": "^0.14.1",
2025-03-08 19:45:21 -05:00
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
2024-12-25 02:14:10 -05:00
}
}