2026-05-09 12:11:10 +08:00
|
|
|
{
|
|
|
|
|
"name": "eryao-web",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-10 20:29:42 +08:00
|
|
|
"@astrojs/node": "^10.1.0",
|
2026-05-09 12:11:10 +08:00
|
|
|
"@astrojs/react": "^5.0.4",
|
|
|
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
|
|
|
"@types/react": "^19.2.14",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
|
|
|
|
"astro": "^6.3.1",
|
|
|
|
|
"marked": "^18.0.3",
|
|
|
|
|
"react": "^19.2.6",
|
|
|
|
|
"react-dom": "^19.2.6",
|
2026-05-09 16:00:29 +08:00
|
|
|
"react-router-dom": "^7.15.0",
|
2026-05-09 12:11:10 +08:00
|
|
|
"tailwindcss": "^4.3.0"
|
2026-05-10 20:29:42 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@astrojs/check": "^0.9.9",
|
|
|
|
|
"@types/node": "^25.6.2",
|
|
|
|
|
"typescript": "^6.0.3"
|
2026-05-09 12:11:10 +08:00
|
|
|
}
|
|
|
|
|
}
|