-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "ag-command-center",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.12.0",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.27.0",
"@tiptap/extension-image": "^3.27.0",
"@tiptap/extension-link": "^3.27.0",
"@tiptap/extension-table": "^3.27.0",
"@tiptap/pm": "^3.27.0",
"@tiptap/react": "^3.27.0",
"@tiptap/starter-kit": "^3.27.0",
"@uiw/react-md-editor": "^4.1.1",
"axios": "^1.17.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.21",
"framer-motion": "^12.40.0",
"lottie-react": "^2.4.1",
"lucide-react": "^1.18.0",
"prop-types": "^15.8.1",
"quill": "^2.0.3",
"react": "^19.2.6",
"react-csv": "^2.2.2",
"react-dom": "^19.2.6",
"react-hook-form": "^7.79.0",
"react-hot-toast": "^2.6.0",
"react-redux": "^9.3.0",
"react-router-dom": "^7.17.0",
"react-spinners": "^0.17.0",
"recharts": "^3.8.1",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"tailwindcss": "^4.3.1",
"vite": "^8.0.12"
}
}