|
1 | 1 | { |
2 | | - "dependencies": { |
3 | | - "@hookform/resolvers": "^3.9.1", |
4 | | - "@marsidev/react-turnstile": "^1.1.0", |
5 | | - "@radix-ui/react-avatar": "^1.1.10", |
6 | | - "@radix-ui/react-dialog": "1.1.14", |
7 | | - "@radix-ui/react-hover-card": "^1.1.14", |
8 | | - "@radix-ui/react-label": "^2.1.7", |
9 | | - "@radix-ui/react-popover": "^1.1.14", |
10 | | - "@radix-ui/react-select": "^2.2.5", |
11 | | - "@radix-ui/react-separator": "^1.1.7", |
12 | | - "@radix-ui/react-slot": "^1.2.3", |
13 | | - "@radix-ui/react-switch": "^1.2.5", |
14 | | - "@radix-ui/react-tooltip": "1.2.7", |
15 | | - "@tanstack/react-query": "5.80.7", |
16 | | - "@vercel/functions": "2.1.0", |
17 | | - "class-variance-authority": "^0.7.1", |
18 | | - "clsx": "^2.1.1", |
19 | | - "date-fns": "4.1.0", |
20 | | - "fetch-event-stream": "0.1.5", |
21 | | - "fuse.js": "7.1.0", |
22 | | - "lucide-react": "0.514.0", |
23 | | - "next": "15.3.3", |
24 | | - "next-themes": "^0.4.6", |
25 | | - "nextjs-toploader": "^1.6.12", |
26 | | - "posthog-js": "1.252.0", |
27 | | - "prettier": "3.5.3", |
28 | | - "react": "19.1.0", |
29 | | - "react-children-utilities": "^2.10.0", |
30 | | - "react-dom": "19.1.0", |
31 | | - "react-hook-form": "7.55.0", |
32 | | - "react-markdown": "10.1.0", |
33 | | - "remark-gfm": "4.0.1", |
34 | | - "server-only": "^0.0.1", |
35 | | - "shiki": "1.27.0", |
36 | | - "sonner": "2.0.5", |
37 | | - "tailwind-merge": "^2.6.0", |
38 | | - "tailwindcss-animate": "^1.0.7", |
39 | | - "thirdweb": "workspace:*", |
40 | | - "zod": "3.25.62" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@biomejs/biome": "2.0.4", |
44 | | - "@chromatic-com/storybook": "4.0.0", |
45 | | - "@next/eslint-plugin-next": "15.3.3", |
46 | | - "@storybook/addon-docs": "9.0.8", |
47 | | - "@storybook/addon-links": "9.0.8", |
48 | | - "@storybook/addon-onboarding": "9.0.8", |
49 | | - "@storybook/nextjs": "9.0.8", |
50 | | - "@types/node": "22.14.1", |
51 | | - "@types/react": "19.1.8", |
52 | | - "@types/react-dom": "19.1.6", |
53 | | - "@typescript-eslint/eslint-plugin": "7.14.1", |
54 | | - "@typescript-eslint/parser": "7.14.1", |
55 | | - "autoprefixer": "^10.4.21", |
56 | | - "eslint": "8.57.0", |
57 | | - "eslint-config-biome": "1.9.4", |
58 | | - "eslint-plugin-react-compiler": "19.1.0-rc.2", |
59 | | - "eslint-plugin-storybook": "9.0.8", |
60 | | - "knip": "5.60.2", |
61 | | - "next-sitemap": "^4.2.3", |
62 | | - "postcss": "8.5.5", |
63 | | - "storybook": "9.0.8", |
64 | | - "tailwindcss": "3.4.17", |
65 | | - "typescript": "5.8.3" |
66 | | - }, |
67 | | - "name": "nebula-app", |
68 | | - "private": true, |
69 | | - "scripts": { |
70 | | - "build": "NODE_OPTIONS=--max-old-space-size=6144 next build", |
71 | | - "build-storybook": "storybook build", |
72 | | - "build:analyze": "ANALYZE=true pnpm run build", |
73 | | - "dev": "next dev --turbopack", |
74 | | - "fix": "biome check ./src --fix && eslint ./src --fix", |
75 | | - "format": "biome format ./src --write", |
76 | | - "knip": "knip", |
77 | | - "lint": "biome check ./src && knip && eslint ./src", |
78 | | - "postbuild": "next-sitemap", |
79 | | - "preinstall": "npx only-allow pnpm", |
80 | | - "start": "next start", |
81 | | - "storybook": "storybook dev -p 6006", |
82 | | - "typecheck": "tsc --noEmit" |
83 | | - }, |
84 | | - "version": "0.0.2" |
| 2 | + "dependencies": { |
| 3 | + "@hookform/resolvers": "^3.9.1", |
| 4 | + "@marsidev/react-turnstile": "^1.1.0", |
| 5 | + "@radix-ui/react-avatar": "^1.1.10", |
| 6 | + "@radix-ui/react-dialog": "1.1.14", |
| 7 | + "@radix-ui/react-hover-card": "^1.1.14", |
| 8 | + "@radix-ui/react-label": "^2.1.7", |
| 9 | + "@radix-ui/react-popover": "^1.1.14", |
| 10 | + "@radix-ui/react-select": "^2.2.5", |
| 11 | + "@radix-ui/react-separator": "^1.1.7", |
| 12 | + "@radix-ui/react-slot": "^1.2.3", |
| 13 | + "@radix-ui/react-switch": "^1.2.5", |
| 14 | + "@radix-ui/react-tooltip": "1.2.7", |
| 15 | + "@tanstack/react-query": "5.80.7", |
| 16 | + "@vercel/functions": "2.1.0", |
| 17 | + "class-variance-authority": "^0.7.1", |
| 18 | + "clsx": "^2.1.1", |
| 19 | + "date-fns": "4.1.0", |
| 20 | + "fetch-event-stream": "0.1.5", |
| 21 | + "fuse.js": "7.1.0", |
| 22 | + "lucide-react": "0.514.0", |
| 23 | + "next": "15.3.3", |
| 24 | + "next-themes": "^0.4.6", |
| 25 | + "nextjs-toploader": "^1.6.12", |
| 26 | + "posthog-js": "1.252.0", |
| 27 | + "prettier": "3.5.3", |
| 28 | + "react": "19.1.0", |
| 29 | + "react-children-utilities": "^2.10.0", |
| 30 | + "react-dom": "19.1.0", |
| 31 | + "react-hook-form": "7.55.0", |
| 32 | + "react-markdown": "10.1.0", |
| 33 | + "remark-gfm": "4.0.1", |
| 34 | + "server-only": "^0.0.1", |
| 35 | + "shiki": "1.27.0", |
| 36 | + "sonner": "2.0.5", |
| 37 | + "tailwind-merge": "^2.6.0", |
| 38 | + "tailwindcss-animate": "^1.0.7", |
| 39 | + "thirdweb": "workspace:*", |
| 40 | + "zod": "3.25.67" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@biomejs/biome": "2.0.4", |
| 44 | + "@chromatic-com/storybook": "4.0.0", |
| 45 | + "@next/eslint-plugin-next": "15.3.3", |
| 46 | + "@storybook/addon-docs": "9.0.8", |
| 47 | + "@storybook/addon-links": "9.0.8", |
| 48 | + "@storybook/addon-onboarding": "9.0.8", |
| 49 | + "@storybook/nextjs": "9.0.8", |
| 50 | + "@types/node": "22.14.1", |
| 51 | + "@types/react": "19.1.8", |
| 52 | + "@types/react-dom": "19.1.6", |
| 53 | + "@typescript-eslint/eslint-plugin": "7.14.1", |
| 54 | + "@typescript-eslint/parser": "7.14.1", |
| 55 | + "autoprefixer": "^10.4.21", |
| 56 | + "eslint": "8.57.0", |
| 57 | + "eslint-config-biome": "1.9.4", |
| 58 | + "eslint-plugin-react-compiler": "19.1.0-rc.2", |
| 59 | + "eslint-plugin-storybook": "9.0.8", |
| 60 | + "knip": "5.60.2", |
| 61 | + "next-sitemap": "^4.2.3", |
| 62 | + "postcss": "8.5.5", |
| 63 | + "storybook": "9.0.8", |
| 64 | + "tailwindcss": "3.4.17", |
| 65 | + "typescript": "5.8.3" |
| 66 | + }, |
| 67 | + "name": "nebula-app", |
| 68 | + "private": true, |
| 69 | + "scripts": { |
| 70 | + "build": "NODE_OPTIONS=--max-old-space-size=6144 next build", |
| 71 | + "build-storybook": "storybook build", |
| 72 | + "build:analyze": "ANALYZE=true pnpm run build", |
| 73 | + "dev": "next dev --turbopack", |
| 74 | + "fix": "biome check ./src --fix && eslint ./src --fix", |
| 75 | + "format": "biome format ./src --write", |
| 76 | + "knip": "knip", |
| 77 | + "lint": "biome check ./src && knip && eslint ./src", |
| 78 | + "postbuild": "next-sitemap", |
| 79 | + "preinstall": "npx only-allow pnpm", |
| 80 | + "start": "next start", |
| 81 | + "storybook": "storybook dev -p 6006", |
| 82 | + "typecheck": "tsc --noEmit" |
| 83 | + }, |
| 84 | + "version": "0.0.2" |
85 | 85 | } |
0 commit comments