Scribbler310's picture
Deploy educational sentiment detection chatbot (excluding PDF)
131da12
Raw
History Blame Contribute Delete
491 Bytes
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"oxlint": "^1.69.0",
"vite": "^5.4.11"
}
}