-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 887 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 887 Bytes
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
{
"name": "@objectos/site",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "echo 'Lint: site excluded (see eslint.config.mjs ignores)'"
},
"dependencies": {
"fumadocs-core": "^16.6.12",
"fumadocs-docgen": "^3.0.8",
"fumadocs-mdx": "^14.2.9",
"fumadocs-twoslash": "^3.1.14",
"fumadocs-ui": "^16.4.11",
"lucide-react": "^0.563.0",
"next": "^16.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^25.2.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.5",
"postcss": "^8.4.49",
"tailwindcss": "^4.1.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}