saiblog/package.json

33 lines
940 B
JSON

{
"name": "@saibotk/saiblog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"prettier": "prettier . --cache",
"lint": "eslint --ext .js,.cjs,.mjs,.ts,.cts,.mts,.tsx,.astro .",
"format": "pnpm prettier --write",
"fix": "pnpm lint --fix && pnpm format",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@clickbar/eslint-config-typescript": "^8.0.2",
"@fontsource/fira-code": "^5.0.8",
"@fontsource/inter": "^5.0.8",
"@tailwindcss/typography": "^0.5.9",
"astro": "^3.0.7",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0",
"prettier-plugin-astro": "^0.12.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}