-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.12 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
{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google/generative-ai": "^0.21.0",
"@mui/icons-material": "^6.2.1",
"@mui/lab": "^6.0.0-beta.17",
"@mui/material": "^6.2.1",
"@mui/x-date-pickers": "^7.22.3",
"@mui/x-date-pickers-pro": "^7.22.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-pdf/renderer": "^4.2.1",
"@tanstack/react-query": "^5.59.19",
"@tiptap/core": "^2.11.3",
"@tiptap/extension-text-align": "^2.11.3",
"@tiptap/extension-underline": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/react": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@types/react-beautiful-dnd": "^13.1.8",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.12.0",
"lucide-react": "^0.453.0",
"mui-color-input": "^5.0.1",
"next": "15.0.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.2.0",
"react-hot-toast": "^2.4.1",
"recharts": "^2.13.0",
"shadcn-ui": "^0.9.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tiptap": "^1.32.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@shadcn/ui": "^0.0.4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}