SecrSchoolAI / package.json
sanch1tx's picture
Update package.json
cf7647a verified
raw
history blame contribute delete
637 Bytes
{
"name": "school-ai-bot",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port $PORT --host 0.0.0.0",
"start": "npm run preview"
},
"dependencies": {
"framer-motion": "^11.0.0",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.0",
"three": "^0.160.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.31",
"autoprefixer": "^10.4.16"
},
"engines": {
"node": ">=18"
}
}