|
1 | 1 | { |
2 | | - "name": "ned.im", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev", |
7 | | - "build": "next build", |
8 | | - "start": "next start", |
9 | | - "check": "biome check --write .", |
10 | | - "lint": "next lint" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@headlessui/react": "^2.2.0", |
14 | | - "@mdx-js/loader": "^3.1.0", |
15 | | - "@mdx-js/react": "^3.1.0", |
16 | | - "@next/mdx": "15.2.2", |
17 | | - "@radix-ui/react-dialog": "^1.1.5", |
18 | | - "@radix-ui/react-dropdown-menu": "^2.1.5", |
19 | | - "@radix-ui/react-slot": "^1.1.1", |
20 | | - "@radix-ui/react-tooltip": "^1.1.7", |
21 | | - "@tabler/icons-react": "^3.29.0", |
22 | | - "@twitter-api-v2/plugin-rate-limit": "^1.1.0", |
23 | | - "@types/mdx": "^2.0.13", |
24 | | - "@uidotdev/usehooks": "^2.4.1", |
25 | | - "class-variance-authority": "^0.7.1", |
26 | | - "clsx": "^2.1.1", |
27 | | - "embla-carousel-react": "^8.5.2", |
28 | | - "geist": "^1.3.1", |
29 | | - "lucide-react": "^0.482.0", |
30 | | - "motion": "^12.0.3", |
31 | | - "next": "15.2.2", |
32 | | - "next-themes": "^0.4.4", |
33 | | - "react": "19.0.0", |
34 | | - "react-dom": "19.0.0", |
35 | | - "remark-gfm": "^4.0.0", |
36 | | - "sharp": "^0.33.5", |
37 | | - "tailwind-merge": "^3.0.2", |
38 | | - "twitter-api-v2": "^1.19.0" |
39 | | - }, |
40 | | - "devDependencies": { |
41 | | - "@biomejs/biome": "1.9.4", |
42 | | - "@tailwindcss/postcss": "^4.0.0", |
43 | | - "@tailwindcss/typography": "^0.5.16", |
44 | | - "@types/node": "^22.10.10", |
45 | | - "@types/react": "19.0.10", |
46 | | - "@types/react-dom": "19.0.4", |
47 | | - "postcss": "^8.5.1", |
48 | | - "tailwindcss": "^4.0.0", |
49 | | - "tw-animate-css": "^1.2.2", |
50 | | - "typescript": "^5.7.3" |
51 | | - }, |
52 | | - "packageManager": "pnpm@10.6.4", |
53 | | - "pnpm": { |
54 | | - "overrides": { |
55 | | - "@types/react": "19.0.10", |
56 | | - "@types/react-dom": "19.0.4" |
57 | | - } |
58 | | - } |
| 2 | + "name": "ned.im", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev --turbopack", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "check": "biome check --write .", |
| 10 | + "lint": "next lint" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@headlessui/react": "^2.2.4", |
| 14 | + "@mdx-js/loader": "^3.1.0", |
| 15 | + "@mdx-js/react": "^3.1.0", |
| 16 | + "@next/mdx": "15.3.3", |
| 17 | + "@radix-ui/react-dialog": "^1.1.14", |
| 18 | + "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 19 | + "@radix-ui/react-slot": "^1.2.3", |
| 20 | + "@radix-ui/react-tooltip": "^1.2.7", |
| 21 | + "@tabler/icons-react": "^3.33.0", |
| 22 | + "@twitter-api-v2/plugin-rate-limit": "^1.1.0", |
| 23 | + "@types/mdx": "^2.0.13", |
| 24 | + "@uidotdev/usehooks": "^2.4.1", |
| 25 | + "class-variance-authority": "^0.7.1", |
| 26 | + "clsx": "^2.1.1", |
| 27 | + "embla-carousel-react": "^8.6.0", |
| 28 | + "geist": "^1.4.2", |
| 29 | + "lucide-react": "^0.511.0", |
| 30 | + "motion": "^12.15.0", |
| 31 | + "next": "15.3.3", |
| 32 | + "next-themes": "^0.4.6", |
| 33 | + "react": "19.1.0", |
| 34 | + "react-dom": "19.1.0", |
| 35 | + "remark-gfm": "^4.0.1", |
| 36 | + "sharp": "^0.34.2", |
| 37 | + "tailwind-merge": "^3.3.0", |
| 38 | + "twitter-api-v2": "^1.23.2" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@biomejs/biome": "1.9.4", |
| 42 | + "@tailwindcss/postcss": "^4.1.8", |
| 43 | + "@tailwindcss/typography": "^0.5.16", |
| 44 | + "@types/node": "^22.15.29", |
| 45 | + "@types/react": "19.1.6", |
| 46 | + "@types/react-dom": "19.1.5", |
| 47 | + "postcss": "^8.5.4", |
| 48 | + "tailwindcss": "^4.1.8", |
| 49 | + "tw-animate-css": "^1.3.2", |
| 50 | + "typescript": "^5.8.3" |
| 51 | + }, |
| 52 | + "packageManager": "pnpm@10.11.0", |
| 53 | + "pnpm": { |
| 54 | + "overrides": { |
| 55 | + "@types/react": "19.1.6", |
| 56 | + "@types/react-dom": "19.1.5" |
| 57 | + } |
| 58 | + } |
59 | 59 | } |
0 commit comments