|
20 | 20 | "test": "run-s test:*", |
21 | 21 | "test:lint": "eslint --cache .", |
22 | 22 | "test:format": "prettier --check \"**/*.{js,ts,tsx}\"", |
23 | | - "test:unit": "vitest run", |
24 | 23 | "pretest": "run-s build", |
25 | 24 | "preinstall": "npx only-allow pnpm", |
26 | 25 | "prepare": "simple-git-hooks" |
|
31 | 30 | "@radix-ui/react-label": "^2.1.7", |
32 | 31 | "@radix-ui/react-slot": "^1.2.3", |
33 | 32 | "@radix-ui/react-tooltip": "^1.2.7", |
34 | | - "@react-three/drei": "^10.5.0", |
35 | | - "@react-three/fiber": "^9.2.0", |
36 | 33 | "@vercel/analytics": "^1.5.0", |
37 | 34 | "class-variance-authority": "^0.7.1", |
38 | 35 | "clsx": "^2.1.1", |
39 | 36 | "gsap": "^3.13.0", |
40 | 37 | "lucide-react": "^0.525.0", |
41 | | - "maath": "^0.10.8", |
42 | 38 | "motion": "^12.23.3", |
43 | 39 | "next": "^15.3.5", |
44 | 40 | "next-themes": "^0.4.6", |
|
49 | 45 | "react-use": "^17.6.0", |
50 | 46 | "sonner": "^2.0.6", |
51 | 47 | "tailwind-merge": "^3.3.1", |
52 | | - "three": "^0.178.0", |
53 | 48 | "type-fest": "^4.41.0" |
54 | 49 | }, |
55 | 50 | "devDependencies": { |
|
60 | 55 | "@types/raf": "^3.4.3", |
61 | 56 | "@types/react": "^19.1.8", |
62 | 57 | "@types/react-dom": "^19.1.6", |
63 | | - "@types/three": "^0.178.1", |
64 | 58 | "autoprefixer": "^10.4.21", |
65 | 59 | "del-cli": "^6.0.0", |
66 | 60 | "eslint": "^9.30.1", |
|
71 | 65 | "prettier": "^3.6.2", |
72 | 66 | "simple-git-hooks": "^2.13.0", |
73 | 67 | "tailwindcss": "^4.1.11", |
74 | | - "tw-animate-css": "^1.3.5", |
75 | 68 | "typescript": "^5.8.3" |
76 | 69 | }, |
77 | 70 | "prettier": "@fisch0920/config/prettier", |
|
0 commit comments