23 lines
534 B
JSON
23 lines
534 B
JSON
{
|
|
"name": "toothless-bot-home",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 3020",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0 --port 3020",
|
|
"serve": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"express": "^5.1.0",
|
|
"lucide-react": "^0.511.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "^4.1.7",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|