|
1 | 1 | { |
2 | | - "name": "nocta-ui", |
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 | | - "lint": "biome check .", |
11 | | - "lint:fix": "biome check --apply .", |
12 | | - "typecheck": "tsc -p tsconfig.json", |
13 | | - "prepare": "husky" |
14 | | - }, |
15 | | - "dependencies": { |
16 | | - "@ariakit/react": "^0.4.20", |
17 | | - "@radix-ui/react-collapsible": "^1.1.12", |
18 | | - "@radix-ui/react-dialog": "^1.1.15", |
19 | | - "@radix-ui/react-icons": "^1.3.2", |
20 | | - "@radix-ui/react-navigation-menu": "^1.2.14", |
21 | | - "@radix-ui/react-popover": "^1.1.15", |
22 | | - "@radix-ui/react-presence": "^1.1.5", |
23 | | - "@radix-ui/react-scroll-area": "^1.2.10", |
24 | | - "@tanstack/react-table": "^8.21.3", |
25 | | - "@types/three": "^0.180.0", |
26 | | - "class-variance-authority": "^0.7.1", |
27 | | - "clsx": "^2.1.1", |
28 | | - "d3-shape": "^3.2.0", |
29 | | - "fumadocs-core": "16.0.2", |
30 | | - "fumadocs-mdx": "13.0.0", |
31 | | - "fumadocs-ui": "16.0.2", |
32 | | - "motion": "^12.23.24", |
33 | | - "next": "^16.0.0", |
34 | | - "next-themes": "^0.4.6", |
35 | | - "react": "^19.2.0", |
36 | | - "react-dom": "^19.2.0", |
37 | | - "react-tweet": "^3.2.2", |
38 | | - "scroll-into-view-if-needed": "^3.1.0", |
39 | | - "shadcn": "^3.5.0", |
40 | | - "tailwind-merge": "^3.3.1" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@biomejs/biome": "2.3.2", |
44 | | - "@eslint/eslintrc": "^3.3.1", |
45 | | - "@tailwindcss/postcss": "^4.1.16", |
46 | | - "@types/d3-shape": "^3.1.7", |
47 | | - "@types/mdx": "^2.0.13", |
48 | | - "@types/node": "24.9.1", |
49 | | - "@types/react": "^19.2.2", |
50 | | - "@types/react-dom": "^19.2.2", |
51 | | - "husky": "^9.1.7", |
52 | | - "postcss": "^8.5.6", |
53 | | - "tailwindcss": "^4.1.16", |
54 | | - "typescript": "^5.9.3" |
55 | | - }, |
56 | | - "packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a" |
| 2 | + "name": "nocta-ui", |
| 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 | + "lint": "biome check .", |
| 11 | + "lint:fix": "biome check --apply .", |
| 12 | + "typecheck": "tsc -p tsconfig.json", |
| 13 | + "prepare": "husky" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@ariakit/react": "^0.4.20", |
| 17 | + "@radix-ui/react-collapsible": "^1.1.12", |
| 18 | + "@radix-ui/react-dialog": "^1.1.15", |
| 19 | + "@radix-ui/react-icons": "^1.3.2", |
| 20 | + "@radix-ui/react-navigation-menu": "^1.2.14", |
| 21 | + "@radix-ui/react-popover": "^1.1.15", |
| 22 | + "@radix-ui/react-presence": "^1.1.5", |
| 23 | + "@radix-ui/react-scroll-area": "^1.2.10", |
| 24 | + "@tanstack/react-table": "^8.21.3", |
| 25 | + "@types/three": "^0.180.0", |
| 26 | + "class-variance-authority": "^0.7.1", |
| 27 | + "clsx": "^2.1.1", |
| 28 | + "d3-shape": "^3.2.0", |
| 29 | + "fumadocs-core": "16.0.2", |
| 30 | + "fumadocs-mdx": "13.0.0", |
| 31 | + "fumadocs-ui": "16.0.2", |
| 32 | + "motion": "^12.23.24", |
| 33 | + "next": "16.0.7", |
| 34 | + "next-themes": "^0.4.6", |
| 35 | + "react": "^19.2.0", |
| 36 | + "react-dom": "^19.2.0", |
| 37 | + "react-tweet": "^3.2.2", |
| 38 | + "scroll-into-view-if-needed": "^3.1.0", |
| 39 | + "shadcn": "^3.5.0", |
| 40 | + "tailwind-merge": "^3.3.1" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@biomejs/biome": "2.3.2", |
| 44 | + "@eslint/eslintrc": "^3.3.1", |
| 45 | + "@tailwindcss/postcss": "^4.1.16", |
| 46 | + "@types/d3-shape": "^3.1.7", |
| 47 | + "@types/mdx": "^2.0.13", |
| 48 | + "@types/node": "24.9.1", |
| 49 | + "@types/react": "^19.2.2", |
| 50 | + "@types/react-dom": "^19.2.2", |
| 51 | + "husky": "^9.1.7", |
| 52 | + "postcss": "^8.5.6", |
| 53 | + "tailwindcss": "^4.1.16", |
| 54 | + "typescript": "^5.9.3" |
| 55 | + }, |
| 56 | + "packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a" |
57 | 57 | } |
0 commit comments