{ "name": "jeopardy-web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "start": "node server.js" }, "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "framer-motion": "^10.12.16", "react": "^18.2.0", "react-dom": "^18.2.0", "sqlite3": "^5.1.6" }, "devDependencies": { "@types/react": "^18.0.38", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "autoprefixer": "^10.4.14", "concurrently": "^8.2.0", "postcss": "^8.4.24", "tailwindcss": "^3.4.7", "vite": "^5.1.1" } }