-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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": "bank-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"@mui/material": "^5.16.6",
"@mui/x-charts": "^7.12.0",
"@mui/x-date-pickers": "^7.12.0",
"@tanstack/react-query": "^5.51.11",
"@types/axios": "^0.14.0",
"@types/chart.js": "^2.9.41",
"@types/jsonwebtoken": "^8.5.1",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "18.3.0",
"@types/styled-components": "^5.1.34",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"dayjs": "^1.11.12",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"jsonwebtoken": "^8.5.1",
"next": "14.2.5",
"next-i18next": "^15.3.0",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"styled-components": "^6.1.12",
"typescript": "5.5.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/react-select": "^5.0.1",
"msw": "^0.35.0"
},
"optionalDependencies": {
"husky": "^7.0.2"
},
"msw": {
"workerDirectory": "public"
}
}