saiblog/package.json

34 lines
944 B
JSON
Raw Normal View History

2022-10-23 12:08:29 +02:00
{
"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",
2022-10-23 12:08:29 +02:00
"lint": "eslint --ext .js,.cjs,.mjs,.ts,.cts,.mts,.tsx,.astro .",
"format": "pnpm prettier --write",
"fix": "pnpm lint --fix && pnpm format",
2022-10-23 12:08:29 +02:00
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@clickbar/eslint-config-typescript": "^10.0.0",
"@fontsource/fira-code": "^5.0.16",
"@fontsource/inter": "^5.0.16",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.4.1",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.34.0",
"prettier-plugin-astro": "^0.13.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
2022-10-23 12:08:29 +02:00
}
}