{ "name": "kiosk", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "shadcn": "shadcn-ui" }, "type": "module", "dependencies": { "@deno/kv": "^0.7.0", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-navigation-menu": "^1.1.4", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", "better-sqlite3": "^9.5.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "kysely": "^0.27.3", "next": "14.2.1", "react": "^18", "react-dom": "^18", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "tsx": "^4.7.2", "vaul": "^0.9.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.9", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.1", "postcss": "^8", "shadcn-ui": "^0.8.0", "tailwindcss": "^3.4.1", "typescript": "^5" } }