-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev",
"lint": "biome check .",
"preview": "rsbuild preview"
},
"dependencies": {
"@mantine/core": "^7.11.1",
"@mantine/dates": "^7.11.1",
"@mantine/form": "^7.11.1",
"@mantine/hooks": "^7.11.1",
"@mantine/tiptap": "^7.11.1",
"@tabler/icons-react": "^3.9.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"dayjs": "^1.11.11",
"mantine-form-zod-resolver": "^1.1.0",
"marked": "^13.0.2",
"react": "^18",
"react-dom": "^18",
"ts-pattern": "^5.2.0",
"turndown": "^7.2.0",
"wouter": "^3.1.3",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
},
"devDependencies": {
"@biomejs/biome": "^1",
"@rsbuild/core": "^0",
"@rsbuild/plugin-react": "^0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/turndown": "^5.0.4",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}