-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "clashperk-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.5",
"@mui/lab": "^6.0.0-beta.13",
"@mui/material": "^6.1.5",
"@mui/material-nextjs": "^6.1.5",
"@mui/x-charts": "^7.22.0",
"@mui/x-date-pickers": "^7.22.0",
"@next/third-parties": "^15.0.1",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"chart.js": "^4.4.5",
"chartjs-adapter-moment": "^1.0.1",
"cookies-next": "^4.2.1",
"dayjs": "^1.11.12",
"discord-api-types": "^0.37.101",
"framer-motion": "^11.3.24",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"next": "^14.2.16",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/moment-duration-format": "^2.2.6",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}