-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "memos-dotcom",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"og:audit": "node scripts/og-audit.mjs",
"postinstall": "node scripts/generate-openapi.mjs && fumadocs-mdx && pnpm format",
"lint": "biome check",
"format": "biome format --write",
"check": "biome check --write"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"clsx": "^2.1.1",
"framer-motion": "^12.31.0",
"fumadocs-core": "^16.6.5",
"fumadocs-mdx": "^14.2.8",
"fumadocs-openapi": "^10.3.10",
"fumadocs-ui": "^16.6.5",
"lucide-react": "^0.554.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shiki": "^3.22.0",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.5",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.10",
"@types/react": "^19.2.11",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}