-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.27 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.27 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "admin-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.2.2",
"@mui/icons-material": "^7.3.5",
"@mui/lab": "^7.0.1-beta.19",
"@mui/material": "^7.3.5",
"@tanstack/react-query": "^5.90.9",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-table": "^8.21.3",
"@types/d3-color": "^3.1.3",
"@types/d3-ease": "^3.0.2",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-path": "^3.1.1",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.7",
"@types/d3-time": "^3.0.4",
"@types/d3-timer": "^3.0.2",
"@types/parse-json": "^7.0.0",
"@types/prop-types": "^15.7.15",
"@types/react-redux": "^7.1.34",
"@types/react-transition-group": "^4.4.12",
"@types/use-sync-external-store": "^1.5.0",
"axios": "^1.13.2",
"date-fns": "^4.1.0",
"firebase": "^12.6.0",
"framer-motion": "^12.23.24",
"immer": "^10.2.0",
"init": "^0.1.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.577.0",
"next": "16.2.1",
"nookies": "^2.5.2",
"notistack": "^3.0.2",
"posthog-js": "^1.300.0",
"posthog-node": "^5.15.0",
"react": "19.2.4",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "19.2.4",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.71.1",
"react-select": "^5.10.2",
"recharts": "^3.4.1",
"shadcn": "^3.5.1",
"sonner": "^2.0.7",
"superstruct": "^2.0.2",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/d3-array": "^3.2.2",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}