-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.98 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.98 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
63
64
65
66
{
"name": "jone",
"description": "Jone - Base UI & React Aria UI library",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build && bun scripts/sync-content.ts",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"types:check": "react-router typegen && fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@floating-ui/react-dom": "^2.1.8",
"@floating-ui/utils": "^0.2.11",
"@fontsource-variable/geist": "^5.2.8",
"@orama/core": "^1.2.19",
"@react-router/node": "^7.13.1",
"@react-router/serve": "^7.13.1",
"@takumi-rs/image-response": "^0.69.5",
"@tanstack/react-virtual": "^3.13.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.6.9",
"fumadocs-mdx": "14.2.9",
"fumadocs-ui": "16.6.9",
"isbot": "^5.1.35",
"match-sorter": "^8.2.0",
"react": "^19.2.4",
"react-aria": "^3.47.0",
"react-aria-components": "^1.16.0",
"react-dom": "^19.2.4",
"react-router": "^7.13.1",
"reselect": "^5.1.1",
"shadcn": "^4.0.0",
"tabbable": "^6.4.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.0.1",
"tw-animate-css": "^1.4.0",
"use-sync-external-store": "^1.6.0"
},
"overrides": {
"path-to-regexp": "^8.3.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.96",
"@react-router/dev": "^7.13.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/vite": "^4.2.1",
"@types/mdx": "^2.0.13",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react-router-devtools": "^6.2.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1"
}
}