jbilcke-hf/LifeSim
10
1{2 "name": "fish-tank",3 "version": "0.0.0",4 "private": true,5 "scripts": {6 "dev": "next dev",7 "build": "next build",8 "start": "next start",9 "lint": "next lint"10 },11 "dependencies": {12 "@radix-ui/react-accordion": "^1.1.2",13 "@radix-ui/react-avatar": "^1.0.3",14 "@radix-ui/react-checkbox": "^1.0.4",15 "@radix-ui/react-collapsible": "^1.0.3",16 "@radix-ui/react-dialog": "^1.0.4",17 "@radix-ui/react-dropdown-menu": "^2.0.5",18 "@radix-ui/react-icons": "^1.3.0",19 "@radix-ui/react-menubar": "^1.0.3",20 "@radix-ui/react-popover": "^1.0.6",21 "@radix-ui/react-select": "^1.2.2",22 "@radix-ui/react-separator": "^1.0.3",23 "@radix-ui/react-slot": "^1.0.2",24 "@silevis/reactgrid": "^4.0.5",25 "@tanstack/react-query": "^4.30.0",26 "@tanstack/react-table": "^8.9.3",27 "@types/fluent-ffmpeg": "^2.1.21",28 "@types/node": "20.4.2",29 "@types/react": "18.2.15",30 "@types/react-dom": "18.2.7",31 "@types/uuid": "^9.0.2",32 "autoprefixer": "10.4.14",33 "class-variance-authority": "^0.6.1",34 "clsx": "^2.0.0",35 "cmdk": "^0.2.0",36 "cookies-next": "^2.1.2",37 "date-fns": "^2.30.0",38 "eslint": "8.45.0",39 "eslint-config-next": "13.4.10",40 "fluent-ffmpeg": "^2.1.2",41 "fs-extra": "^11.1.1",42 "lucide-react": "^0.260.0",43 "next": "13.4.10",44 "pick": "^0.0.1",45 "postcss": "8.4.26",46 "react": "18.2.0",47 "react-day-picker": "^8.8.0",48 "react-dom": "18.2.0",49 "tailwind-merge": "^1.13.2",50 "tailwindcss": "3.3.3",51 "tailwindcss-animate": "^1.0.6",52 "temp-dir": "^3.0.0",53 "ts-node": "^10.9.1",54 "typescript": "5.1.6",55 "uuid": "^9.0.0",56 "zod": "^3.21.4",57 "zustand": "^4.3.9"58 }59}60 