-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 1.97 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
{
"name": "sudobot-dashboard",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev:webpack": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"@mui/material": "^5.16.7",
"@nextui-org/react": "^2.4.6",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@react-email/components": "^0.0.19",
"@react-email/render": "^0.0.15",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/nextjs": "^7.119.0",
"@tanstack/react-query": "^5.52.1",
"@types/uuid": "^9.0.8",
"axios": "^1.7.5",
"chart.js": "^4.4.4",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"deepmerge": "^4.3.1",
"discord-api-types": "^0.37.97",
"dot-object": "^2.1.5",
"eslint-plugin-tailwindcss": "^3.17.4",
"framer-motion": "^11.3.30",
"js-cookie": "^3.0.5",
"next": "14.2.10",
"nodemailer": "^6.9.14",
"posthog-js": "^1.157.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@types/dot-object": "^2.1.6",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.16.1",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"husky": "^9.1.5",
"postcss": "^8.4.41",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}