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",
|
2025-03-09 17:25:26 -04:00
|
|
|
"@fontsource-variable/red-hat-mono": "^5.2.5",
|
|
|
|
"@fontsource/fira-mono": "^5.2.5",
|
|
|
|
"@fontsource/ibm-plex-mono": "^5.2.5",
|
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",
|
2025-03-25 21:25:13 -04:00
|
|
|
"@types/sanitize-html": "^2.13.0",
|
2025-06-23 05:04:22 -04:00
|
|
|
"@yeskunall/astro-umami": "^0.0.6",
|
2025-05-28 19:28:11 -04:00
|
|
|
"astro": "^5.7.13",
|
2025-04-19 19:31:46 -04:00
|
|
|
"astro-expressive-code": "^0.40.2",
|
2024-12-25 02:14:10 -05:00
|
|
|
"lodash.kebabcase": "^4.1.1",
|
2025-03-25 21:25:13 -04:00
|
|
|
"markdown-it": "^14.1.0",
|
2025-06-23 05:04:22 -04:00
|
|
|
"rehype-callouts": "^2.1.1",
|
2024-12-25 02:14:10 -05:00
|
|
|
"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"
|
2025-06-23 05:19:21 -04:00
|
|
|
},
|
|
|
|
"trustedDependencies": [
|
|
|
|
"@tailwindcss/oxide"
|
|
|
|
]
|
2024-12-25 02:14:10 -05:00
|
|
|
}
|