-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 957 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
36
37
{
"name": "notes",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "serve out",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@orama/orama": "3.1.18",
"@takumi-rs/image-response": "1.1.2",
"fumadocs-core": "16.8.10",
"fumadocs-mdx": "15.0.4",
"fumadocs-ui": "16.8.10",
"lucide-react": "1.14.0",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwind-merge": "3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.0",
"@types/mdx": "2.0.13",
"@types/node": "25.7.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"postcss": "8.5.14",
"prettier-plugin-tailwindcss": "0.8.0",
"serve": "14.2.6",
"tailwindcss": "4.3.0",
"typescript": "6.0.3"
}
}