-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.35 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
{
"name": "wiki.nitaking.dev",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"update-journal": "bun run scripts/update-journal.ts"
},
"dependencies": {
"@ai-sdk/google": "^4.0.22",
"@ai-sdk/react": "^4.0.38",
"@orama/orama": "^3.1.6",
"@orama/stopwords": "^3.1.6",
"@orama/tokenizers": "^3.1.6",
"@vercel/analytics": "^2.0.1",
"ai": "^7.0.35",
"class-variance-authority": "^0.7.1",
"cnfast": "^0.0.8",
"flexsearch": "0.8.205",
"fumadocs-core": "^16.15.4",
"fumadocs-mdx": "^14.3.2",
"fumadocs-ui": "^16.15.4",
"hast-util-to-jsx-runtime": "^2.3.6",
"lucide-react": "^0.525.0",
"next": "^16.2.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"rss-parser": "^3.13.0",
"tailwind-merge": "^3.6.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/hast": "^3.0.5",
"@types/mdx": "^2.0.13",
"@types/node": "22.14.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"agentation": "^3.0.1",
"postcss": "^8.5.3",
"tailwindcss": "^4.3.3",
"typescript": "^5.8.3"
}
}