{ "name": "next-url-shortener", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.3.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-navigation-menu": "^1.1.4", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@tanstack/react-table": "^8.12.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "dotenv": "^16.4.4", "next": "14.1.0", "next-themes": "^0.2.1", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.50.1", "surrealdb.js": "^0.11.0", "swr": "^2.2.4", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "ws": "^8.16.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20", "@types/prop-types": "^15.7.11", "@types/react": "^18.2.55", "@types/react-dom": "^18", "autoprefixer": "^10.4.17", "eslint": "^8", "eslint-config-next": "14.1.0", "postcss": "^8", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.4.1", "typescript": "^5" } }