26 lines
524 B
JSON
26 lines
524 B
JSON
|
|
{
|
||
|
|
"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": {
|
||
|
|
"@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",
|
||
|
|
"tailwindcss": "^4.3.0"
|
||
|
|
}
|
||
|
|
}
|