|
1 | 1 | { |
2 | | - "name": "@nocta/web", |
3 | | - "version": "1.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "build": "next build", |
7 | | - "dev": "next dev --turbo", |
8 | | - "start": "next start", |
9 | | - "postinstall": "fumadocs-mdx", |
10 | | - "typecheck": "tsc -p tsconfig.json" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@nocta/registry": "workspace:*", |
14 | | - "@radix-ui/react-collapsible": "^1.1.12", |
15 | | - "@radix-ui/react-dialog": "^1.1.15", |
16 | | - "@radix-ui/react-icons": "^1.3.2", |
17 | | - "@radix-ui/react-navigation-menu": "^1.2.14", |
18 | | - "@radix-ui/react-popover": "^1.1.15", |
19 | | - "@radix-ui/react-presence": "^1.1.5", |
20 | | - "@radix-ui/react-scroll-area": "^1.2.10", |
21 | | - "@types/three": "^0.180.0", |
22 | | - "class-variance-authority": "^0.7.1", |
23 | | - "clsx": "^2.1.1", |
24 | | - "fumadocs-core": "16.0.2", |
25 | | - "fumadocs-mdx": "13.0.0", |
26 | | - "fumadocs-ui": "16.0.2", |
27 | | - "motion": "^12.23.24", |
28 | | - "next": "16.0.7", |
29 | | - "next-themes": "^0.4.6", |
30 | | - "react": "^19.2.0", |
31 | | - "react-dom": "^19.2.0", |
32 | | - "react-tweet": "^3.2.2", |
33 | | - "scroll-into-view-if-needed": "^3.1.0", |
34 | | - "shadcn": "^3.5.0", |
35 | | - "tailwind-merge": "^3.3.1" |
36 | | - }, |
37 | | - "devDependencies": { |
38 | | - "@eslint/eslintrc": "^3.3.1", |
39 | | - "@tailwindcss/postcss": "^4.1.16", |
40 | | - "@types/mdx": "^2.0.13", |
41 | | - "@types/node": "24.9.1", |
42 | | - "@types/react": "^19.2.2", |
43 | | - "@types/react-dom": "^19.2.2", |
44 | | - "postcss": "^8.5.6", |
45 | | - "tailwindcss": "^4.1.16", |
46 | | - "typescript": "^5.9.3" |
47 | | - } |
| 2 | + "name": "@nocta/web", |
| 3 | + "version": "1.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "build": "next build", |
| 7 | + "dev": "next dev --turbo", |
| 8 | + "start": "next start", |
| 9 | + "postinstall": "fumadocs-mdx", |
| 10 | + "typecheck": "tsc -p tsconfig.json" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@nocta/registry": "workspace:*", |
| 14 | + "@radix-ui/react-collapsible": "^1.1.12", |
| 15 | + "@radix-ui/react-dialog": "^1.1.15", |
| 16 | + "@radix-ui/react-icons": "^1.3.2", |
| 17 | + "@radix-ui/react-navigation-menu": "^1.2.14", |
| 18 | + "@radix-ui/react-popover": "^1.1.15", |
| 19 | + "@radix-ui/react-presence": "^1.1.5", |
| 20 | + "@radix-ui/react-scroll-area": "^1.2.10", |
| 21 | + "@types/three": "^0.180.0", |
| 22 | + "class-variance-authority": "^0.7.1", |
| 23 | + "clsx": "^2.1.1", |
| 24 | + "fumadocs-core": "16.0.2", |
| 25 | + "fumadocs-mdx": "13.0.0", |
| 26 | + "fumadocs-ui": "16.0.2", |
| 27 | + "motion": "^12.23.24", |
| 28 | + "next": "16.0.10", |
| 29 | + "next-themes": "^0.4.6", |
| 30 | + "react": "^19.2.0", |
| 31 | + "react-dom": "^19.2.0", |
| 32 | + "react-tweet": "^3.2.2", |
| 33 | + "scroll-into-view-if-needed": "^3.1.0", |
| 34 | + "shadcn": "^3.5.0", |
| 35 | + "tailwind-merge": "^3.3.1" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@eslint/eslintrc": "^3.3.1", |
| 39 | + "@tailwindcss/postcss": "^4.1.16", |
| 40 | + "@types/mdx": "^2.0.13", |
| 41 | + "@types/node": "24.9.1", |
| 42 | + "@types/react": "^19.2.2", |
| 43 | + "@types/react-dom": "^19.2.2", |
| 44 | + "postcss": "^8.5.6", |
| 45 | + "tailwindcss": "^4.1.16", |
| 46 | + "typescript": "^5.9.3" |
| 47 | + } |
48 | 48 | } |
0 commit comments