|
1 | 1 | { |
2 | | - "name": "nextjs", |
| 2 | + "name": "spotify-stats", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
7 | 7 | "build": "next build", |
8 | 8 | "start": "next start", |
9 | | - "lint": "next lint" |
| 9 | + "lint": "next lint", |
| 10 | + "typecheck": "tsc --noEmit", |
| 11 | + "format": "prettier --write .", |
| 12 | + "format:check": "prettier --check ." |
10 | 13 | }, |
11 | 14 | "dependencies": { |
12 | 15 | "@hookform/resolvers": "^3.9.0", |
13 | | - "@next/swc-wasm-nodejs": "13.5.1", |
14 | 16 | "@radix-ui/react-accordion": "^1.2.0", |
15 | 17 | "@radix-ui/react-alert-dialog": "^1.1.1", |
16 | 18 | "@radix-ui/react-aspect-ratio": "^1.1.0", |
|
38 | 40 | "@radix-ui/react-toggle": "^1.1.0", |
39 | 41 | "@radix-ui/react-toggle-group": "^1.1.0", |
40 | 42 | "@radix-ui/react-tooltip": "^1.1.2", |
41 | | - "@types/node": "20.6.2", |
42 | | - "@types/react": "18.2.22", |
43 | | - "@types/react-dom": "18.2.7", |
44 | | - "autoprefixer": "10.4.15", |
| 43 | + "@types/node": "^20.17.0", |
| 44 | + "@types/react": "^18.3.0", |
| 45 | + "@types/react-dom": "^18.3.0", |
| 46 | + "autoprefixer": "^10.4.20", |
45 | 47 | "class-variance-authority": "^0.7.0", |
46 | 48 | "clsx": "^2.1.1", |
47 | 49 | "cmdk": "^1.0.0", |
48 | 50 | "date-fns": "^3.6.0", |
49 | 51 | "embla-carousel-react": "^8.3.0", |
50 | | - "eslint": "8.49.0", |
51 | | - "eslint-config-next": "13.5.1", |
| 52 | + "eslint": "^8.57.0", |
| 53 | + "eslint-config-next": "^15.3.4", |
52 | 54 | "input-otp": "^1.2.4", |
53 | 55 | "lucide-react": "^0.446.0", |
54 | | - "next": "13.5.1", |
| 56 | + "next": "^15.3.4", |
55 | 57 | "next-themes": "^0.3.0", |
56 | | - "postcss": "8.4.30", |
57 | | - "react": "18.2.0", |
| 58 | + "postcss": "^8.4.40", |
| 59 | + "prettier": "^3.4.0", |
| 60 | + "react": "^18.3.0", |
58 | 61 | "react-day-picker": "^8.10.1", |
59 | | - "react-dom": "18.2.0", |
| 62 | + "react-dom": "^18.3.0", |
60 | 63 | "react-hook-form": "^7.53.0", |
61 | 64 | "react-resizable-panels": "^2.1.3", |
62 | 65 | "recharts": "^2.12.7", |
63 | 66 | "sonner": "^1.5.0", |
64 | 67 | "tailwind-merge": "^2.5.2", |
65 | | - "tailwindcss": "3.3.3", |
| 68 | + "tailwindcss": "^3.4.0", |
66 | 69 | "tailwindcss-animate": "^1.0.7", |
67 | | - "typescript": "5.2.2", |
| 70 | + "typescript": "^5.7.0", |
68 | 71 | "vaul": "^0.9.9", |
69 | 72 | "zod": "^3.23.8" |
70 | 73 | } |
|
0 commit comments