aethex-us/package.json

19 lines
392 B
JSON

{
"name": "aethex.us",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.11",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}