-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
118 lines (118 loc) · 3.59 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@elljs/core",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "rsbuild dev --env-dir ./env",
"build": "rsbuild build --env-dir ./env",
"preview": "rsbuild preview --env-dir ./env",
"clean": "rimraf dist && rimraf node_modules",
"format": "pnpm biome format --write ."
},
"dependencies": {
"@authing/browser": "0.0.1-alpha3",
"@casl/ability": "^6.7.2",
"@casl/react": "^4.0.0",
"@hookform/resolvers": "^3.9.1",
"@mdx-js/react": "^3.1.0",
"@number-flow/react": "^0.3.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@scalar/api-reference-react": "^0.3.137",
"@tanstack/react-table": "^8.16.0",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-heading": "^2.9.1",
"@tiptap/extension-horizontal-rule": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"ahooks": "^3.8.1",
"ai": "^3.4.33",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"codehike": "^1.0.4",
"compressorjs": "^1.2.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"keepalive-for-react": "^3.0.1",
"lowlight": "^3.1.0",
"lucide-react": "^0.453.0",
"next-themes": "^0.3.0",
"ollama-ai-provider": "^0.16.1",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-easy-crop": "^5.1.0",
"react-hook-form": "^7.53.1",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.10",
"react-nice-avatar": "^1.5.0",
"react-resizable-panels": "^2.1.6",
"react-router-dom": "^6.27.0",
"recharts": "^2.12.5",
"remark-toc": "^9.0.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"twoslash": "^0.2.12",
"valtio": "^2.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/rollup": "^3.1.0",
"@rsbuild/core": "^1.0.15",
"@rsbuild/plugin-mdx": "^1.0.2",
"@rsbuild/plugin-react": "^1.0.5",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/node": "^22.7.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-dropzone": "^5.1.0",
"autoprefixer": "^10.4.20",
"cz-conventional-changelog": "^3.3.0",
"postcss": "^8.4.47",
"rehype-slug": "^6.0.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}