n-daisuke897-blog/package.json

31 lines
844 B
JSON

{
"name": "blog-daisuke-nakahara",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/rss": "^4.0.15",
"astro": "^5.17.1",
"preact": "^10.28.3"
},
"devDependencies": {
"@astrojs/language-server": "^2.13.4",
"@astrojs/ts-plugin": "^1.10.6",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"typescript": "^5.9.3",
"typescript-language-server": "^5.1.3",
"vscode-langservers-extracted": "^4.10.0"
}
}