-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.codependencerc
More file actions
64 lines (63 loc) · 1.35 KB
/
.codependencerc
File metadata and controls
64 lines (63 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"codependencies": [
"@code-hike/mdx",
"@radix-ui/react-accordion",
"@radix-ui/react-aspect-ratio",
"@radix-ui/react-scroll-area",
"@radix-ui/react-separator",
"@radix-ui/react-slot",
"@radix-ui/react-tabs",
"@radix-ui/react-tooltip",
"@xyflow/react",
"class-variance-authority",
"clsx",
"codehike",
"lucide-react",
"next",
{ "nextra": "^^3.2.4" },
{ "nextra-theme-docs": "^^3.2.4" },
{ "react": "^18.3.1" },
{ "react-dom": "^18.3.1" },
"react-icons",
{ "react-resizable-panels": "^2.1.7" },
"react-use",
{ "tailwind-merge": "^2.5.5" },
"zod",
"@commitlint/cli",
"@commitlint/config-conventional",
"@eslint/js",
"@octokit/core",
"@octokit/request",
"@octokit/rest",
"@svgr/webpack",
"@tailwindcss/typography",
"@types/node",
"@types/react",
"@types/uuid",
"autoprefixer",
"codependence",
"commander",
"css-loader",
"cssnano",
"dotenv",
"eslint",
"eslint-plugin-react",
"fast-glob",
"globals",
"gray-matter",
"husky",
"js-yaml",
"lint-staged",
"octokit",
"p-limit",
"postcss",
"postcss-import",
"prettier",
"rimraf",
"style-loader",
{"tailwindcss": "^3.4.15" },
{ "tailwindcss-animate": "^1.0.7" },
"typescript",
"typescript-eslint"
]
}