-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.62 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.62 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "src",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"sync-search": "node sync-index.mjs",
"preinstall": "npx only-allow pnpm",
"commit": "cz",
"generate-sitemap": "tsx scripts/generate-sitemap.ts"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@oramacloud/client": "^2.1.4",
"@tailwindcss/postcss": "^4.1.18",
"autocorrect-node": "^2.14.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commitizen": "^4.3.1",
"copy-to-clipboard": "^3.3.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^17.2.3",
"fast-glob": "^3.3.3",
"framer-motion": "^12.23.26",
"fumadocs-core": "15.1.2",
"fumadocs-mdx": "11.5.7",
"fumadocs-typescript": "^5.0.0",
"fumadocs-ui": "15.1.2",
"lucide-react": "^0.562.0",
"next": "15.2.3",
"only-allow": "^1.2.2",
"react": "^19.1.4",
"react-dom": "^19.1.4",
"react-icons": "^5.5.0",
"shiki": "^3.20.0",
"std-env": "^3.10.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@fumadocs/cli": "^1.2.0",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.11",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"packageManager": "pnpm@10.26.2"
}