|
10 | 10 | "preview": "rsbuild preview" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
| 13 | + "@mantine/carousel": "^9.4.1", |
| 14 | + "@mantine/charts": "^9.4.1", |
| 15 | + "@mantine/code-highlight": "^9.4.1", |
| 16 | + "@mantine/core": "^9.4.1", |
| 17 | + "@mantine/dates": "^9.4.1", |
| 18 | + "@mantine/dropzone": "^9.4.1", |
| 19 | + "@mantine/form": "^9.4.1", |
| 20 | + "@mantine/hooks": "^9.4.1", |
| 21 | + "@mantine/modals": "^9.4.1", |
| 22 | + "@mantine/notifications": "^9.4.1", |
| 23 | + "@mantine/nprogress": "^9.4.1", |
| 24 | + "@mantine/spotlight": "^9.4.1", |
| 25 | + "@mantine/tiptap": "^9.4.1", |
| 26 | + "@tiptap/extension-link": "^3.27.1", |
| 27 | + "@tiptap/pm": "^3.27.1", |
| 28 | + "@tiptap/react": "^3.27.1", |
| 29 | + "@tiptap/starter-kit": "^3.27.1", |
| 30 | + "dayjs": "^1.11.21", |
| 31 | + "embla-carousel": "^8.6.0", |
| 32 | + "embla-carousel-react": "^8.6.0", |
13 | 33 | "react": "^19.2.7", |
14 | | - "react-dom": "^19.2.7" |
| 34 | + "react-dom": "^19.2.7", |
| 35 | + "react-json-view": "^1.21.3", |
| 36 | + "react-router": "^8.1.0", |
| 37 | + "recharts": "^3.9.2" |
15 | 38 | }, |
16 | 39 | "devDependencies": { |
17 | 40 | "@rsbuild/core": "^2.1.4", |
|
20 | 43 | "@types/node": "catalog:", |
21 | 44 | "@types/react": "^19.2.17", |
22 | 45 | "@types/react-dom": "^19.2.3", |
| 46 | + "postcss": "^8.5.16", |
| 47 | + "postcss-load-config": "^6.0.1", |
| 48 | + "postcss-preset-mantine": "^1.18.0", |
| 49 | + "postcss-simple-vars": "^7.0.1", |
23 | 50 | "tailwindcss": "catalog:", |
24 | 51 | "typescript": "catalog:" |
25 | 52 | } |
|
0 commit comments