-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.49 KB
/
package.json
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
{
"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",
"commit": "cz",
"generate-sitemap": "tsx scripts/generate-sitemap.ts"
},
"dependencies": {
"@orama/orama": "^3.0.1",
"@orama/react-components": "^0.1.11",
"@orama/tokenizers": "^3.0.1",
"@oramacloud/client": "^1.3.19",
"autocorrect-node": "^2.13.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"commitizen": "^4.3.1",
"copy-to-clipboard": "^3.3.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.11",
"fumadocs-core": "14.2.0",
"fumadocs-mdx": "11.1.1",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.2.0",
"globby": "^14.0.2",
"lucide-react": "^0.454.0",
"next": "15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-icons": "^5.3.0",
"shiki": "^1.22.2",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}