32 lines
896 B
JSON
32 lines
896 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",
|
||
|
"lint": "eslint --ext .js,.cjs,.mjs,.ts,.cts,.mts,.tsx,.astro .",
|
||
|
"fix": "eslint --fix --ext .js,.cjs,.mjs,.ts,.cts,.mts,.tsx,.astro .",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/mdx": "^0.11.4",
|
||
|
"@astrojs/rss": "^1.0.2",
|
||
|
"@astrojs/sitemap": "^1.0.0",
|
||
|
"@astrojs/tailwind": "^2.1.1",
|
||
|
"@clickbar/eslint-config-typescript": "^4.0.10",
|
||
|
"@fontsource/fira-code": "^4.5.12",
|
||
|
"@fontsource/inter": "^4.5.14",
|
||
|
"@tailwindcss/typography": "^0.5.7",
|
||
|
"astro": "^1.5.2",
|
||
|
"eslint": "^8.26.0",
|
||
|
"eslint-plugin-astro": "^0.20.0",
|
||
|
"prettier-plugin-astro": "^0.6.0",
|
||
|
"tailwindcss": "^3.2.1",
|
||
|
"typescript": "^4.8.4"
|
||
|
}
|
||
|
}
|