this repo has no description
1{
2 "name": "tools",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "lint": "biome check",
10 "format": "biome format --write"
11 },
12 "dependencies": {
13 "@base-ui/react": "^1.3.0",
14 "class-variance-authority": "^0.7.1",
15 "clsx": "^2.1.1",
16 "lucide-react": "^1.7.0",
17 "next": "16.2.1",
18 "react": "19.2.4",
19 "react-dom": "19.2.4",
20 "shadcn": "^4.1.1",
21 "tailwind-merge": "^3.5.0",
22 "tw-animate-css": "^1.4.0"
23 },
24 "devDependencies": {
25 "@biomejs/biome": "2.4.9",
26 "@tailwindcss/postcss": "^4",
27 "@types/node": "^25",
28 "@types/react": "^19",
29 "@types/react-dom": "^19",
30 "babel-plugin-react-compiler": "1.0.0",
31 "tailwindcss": "^4",
32 "typescript": "^6"
33 }
34}