-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 954 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 954 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
{
"name": "rnforge-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint:links": "bun ./scripts/lint.ts",
"gen:source-snapshot": "bun run scripts/gen-source-snapshot.mjs",
"check:source-snapshot": "bun run gen:source-snapshot && git diff --exit-code -- generated/",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"fumadocs-core": "^16.0.0",
"fumadocs-mdx": "^15.0.0",
"fumadocs-ui": "^16.0.0",
"next": "16.2.7",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.15.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"fumadocs-typescript": "^5.2.6",
"next-validate-link": "^1.6.6",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.0"
}
}