-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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.14",
"@orama/tokenizers": "^3.1.14",
"@oramacloud/client": "^2.1.4",
"@tailwindcss/postcss": "^4.1.13",
"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": "^16.6.1",
"fast-glob": "^3.3.3",
"framer-motion": "^12.23.22",
"fumadocs-core": "15.1.2",
"fumadocs-mdx": "11.5.7",
"fumadocs-typescript": "^3.1.0",
"fumadocs-ui": "15.1.2",
"lucide-react": "^0.483.0",
"next": "15.4.7",
"only-allow": "^1.2.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"shiki": "^3.13.0",
"std-env": "^3.9.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.8",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.11",
"@types/react": "^19.1.14",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.13",
"tsx": "^4.20.6",
"typescript": "^5.9.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}