LifeSim / package.json
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit ๐Ÿ ๐Ÿชธ
c7b9c60
raw
history blame contribute delete
No virus
1.71 kB
{
"name": "fish-tank",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@silevis/reactgrid": "^4.0.5",
"@tanstack/react-query": "^4.30.0",
"@tanstack/react-table": "^8.9.3",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"cookies-next": "^2.1.2",
"date-fns": "^2.30.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.1.1",
"lucide-react": "^0.260.0",
"next": "13.4.10",
"pick": "^0.0.1",
"postcss": "8.4.26",
"react": "18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"temp-dir": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
"uuid": "^9.0.0",
"zod": "^3.21.4",
"zustand": "^4.3.9"
}
}