-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.93 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
65
66
67
68
69
70
71
72
73
{
"name": "docsframe",
"version": "0.1.0",
"description": "The easiest documentation framework for your Next.js app",
"keywords": [
"components",
"documentation",
"docs",
"framework",
"shadcn",
"tailwind",
"ui",
"nextjs",
"mdx",
"react",
"typescript"
],
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"preinstall": "npx only-allow pnpm",
"knip": "knip"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-tabs": "^1.1.12",
"cmdk": "^1.1.1",
"next-themes": "^0.4.6",
"sharp": "^0.33.5",
"tsx": "^4.20.3"
},
"devDependencies": {
"@content-collections/core": "^0.8.2",
"@content-collections/mdx": "^0.2.2",
"@content-collections/next": "^0.2.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.2.3",
"@types/node": "^22.17.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.5",
"framer-motion": "^11.18.2",
"knip": "^5.62.0",
"lucide-react": "^0.471.2",
"mdast-util-toc": "^7.1.0",
"next": "^16.1.6",
"prettier": "^3.6.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.1",
"shiki": "^1.29.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.11.0",
"typescript": "^5.9.2",
"unist-util-visit": "^5.0.0"
}
}