CodeSoft's picture
Deploy SLM Consortium Polls app
0b5f313 verified
Raw
History Blame Contribute Delete
485 Bytes
{
"name": "slm-polls-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@gradio/client": "^1.13.0",
"astro": "^5.13.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"typescript": "^5.9.0"
}
}