basic-agentic-ui / package.json
harlley's picture
fix format and lint
cd4ccbf
raw
history blame
1.12 kB
{
"name": "basic-agentic-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "biome lint ./src",
"format": "biome format --write ./src",
"check": "biome check --write ./src"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@fontsource-variable/inter": "^5.2.8",
"@huggingface/transformers": "^3.8.1",
"@tabler/icons-react": "^3.36.0",
"@tailwindcss/vite": "^4.1.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shadcn": "^3.6.2",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"vite": "^7.2.4"
}
}