|
1 | 1 | { |
2 | | - "name": "ucmacm-website", |
3 | | - "private": true, |
4 | | - "version": "0.0.0", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "dev": "vite", |
8 | | - "build": "tsc && vite build", |
9 | | - "preview": "vite preview", |
10 | | - "check": "biome check --write --error-on-warnings --no-errors-on-unmatched .", |
11 | | - "postinstall": "lefthook install" |
12 | | - }, |
13 | | - "dependencies": { |
14 | | - "@radix-ui/react-dialog": "^1.1.14", |
15 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
16 | | - "@radix-ui/react-navigation-menu": "^1.2.13", |
17 | | - "@radix-ui/react-slot": "^1.2.1", |
18 | | - "class-variance-authority": "^0.7.1", |
19 | | - "clsx": "^2.1.1", |
20 | | - "framer-motion": "^12.18.1", |
21 | | - "lucide-react": "^0.515.0", |
22 | | - "react": "^19.1.0", |
23 | | - "react-dom": "^19.1.0", |
24 | | - "react-router": "^7.6.2", |
25 | | - "react-scan": "^0.3.4", |
26 | | - "supertokens-auth-react": "^0.49.1", |
27 | | - "tailwind-merge": "^3.3.1", |
28 | | - "tailwindcss-animate": "^1.0.7" |
29 | | - }, |
30 | | - "devDependencies": { |
31 | | - "@biomejs/biome": "2.0.0", |
32 | | - "@tailwindcss/vite": "^4.1.10", |
33 | | - "@types/node": "^24.0.2", |
34 | | - "@types/react": "^19.1.8", |
35 | | - "@types/react-dom": "^19.1.6", |
36 | | - "@vitejs/plugin-react-swc": "^3.10.2", |
37 | | - "lefthook": "^1.11.14", |
38 | | - "rustywind": "^0.24.0", |
39 | | - "tailwindcss": "^4.1.5", |
40 | | - "typescript": "^5.8.3", |
41 | | - "vite": "^6.3.5" |
42 | | - }, |
43 | | - "volta": { |
44 | | - "node": "22.16.0" |
45 | | - } |
| 2 | + "name": "ucmacm-website", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "check": "biome check --write --error-on-warnings .", |
| 11 | + "ci": "biome ci", |
| 12 | + "postinstall": "lefthook install" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@radix-ui/react-dialog": "^1.1.14", |
| 16 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 17 | + "@radix-ui/react-navigation-menu": "^1.2.13", |
| 18 | + "@radix-ui/react-slot": "^1.2.1", |
| 19 | + "class-variance-authority": "^0.7.1", |
| 20 | + "clsx": "^2.1.1", |
| 21 | + "framer-motion": "^12.18.1", |
| 22 | + "lucide-react": "^0.515.0", |
| 23 | + "react": "^19.1.0", |
| 24 | + "react-dom": "^19.1.0", |
| 25 | + "react-router": "^7.6.2", |
| 26 | + "react-scan": "^0.3.4", |
| 27 | + "supertokens-auth-react": "^0.49.1", |
| 28 | + "tailwind-merge": "^3.3.1", |
| 29 | + "tailwindcss-animate": "^1.0.7" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@biomejs/biome": "2.0.0", |
| 33 | + "@tailwindcss/vite": "^4.1.10", |
| 34 | + "@types/node": "^24.0.2", |
| 35 | + "@types/react": "^19.1.8", |
| 36 | + "@types/react-dom": "^19.1.6", |
| 37 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 38 | + "lefthook": "^1.11.14", |
| 39 | + "rustywind": "^0.24.0", |
| 40 | + "tailwindcss": "^4.1.5", |
| 41 | + "typescript": "^5.8.3", |
| 42 | + "vite": "^6.3.5" |
| 43 | + }, |
| 44 | + "volta": { |
| 45 | + "node": "22.16.0" |
| 46 | + } |
46 | 47 | } |
0 commit comments