-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.53 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "carmu-app",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:prettier": "prettier . --write",
"lint:ts": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "11.13.3",
"@hello-pangea/dnd": "16.6.0",
"@hookform/resolvers": "3.9.1",
"@kurkle/color": "0.3.2",
"@mantine/core": "5.10.5",
"@mantine/dates": "5.10.5",
"@mantine/hooks": "5.10.5",
"@mantine/next": "5.10.5",
"@radix-ui/react-alert-dialog": "1.1.2",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-scroll-area": "1.2.0",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toast": "1.2.2",
"@tabler/icons-react": "3.21.0",
"@tanstack/react-query": "5.59.19",
"@tanstack/react-query-devtools": "5.59.19",
"@tanstack/react-table": "8.20.5",
"axios": "1.7.7",
"chart.js": "4.4.6",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.3",
"cookies-next": "4.3.0",
"date-fns": "3.6.0",
"dayjs": "1.11.13",
"framer-motion": "10.18.0",
"html-to-image": "1.11.11",
"next": "14.2.16",
"next-auth": "4.24.10",
"next-nprogress-bar": "2.3.14",
"nprogress": "0.2.0",
"qrcode.react": "4.2.0",
"react": "18.3.1",
"react-chartjs-2": "5.2.0",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-to-print": "2.15.1",
"react-toastify": "9.1.3",
"remeda": "1.61.0",
"sharp": "0.33.5",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"zod": "3.23.8",
"zustand": "4.5.5"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.59.7",
"@types/node": "22.8.7",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.16",
"eslint": "9.14.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "8.0.3",
"lint-staged": "15.2.10",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}