-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 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
{
"name": "farcaster-docs",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev -p 3002 --webpack",
"build": "next build --webpack",
"start": "next start -p 3002",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@docsearch/css": "^4.6.2",
"@docsearch/react": "^4.6.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.1",
"@types/mdx": "^2.0.13",
"lucide-react": "^1.7.0",
"next": "^16.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}