-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) Β· 2.4 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
{
"name": "tiing-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"prettier": {
"semi": true,
"singleQuote": true,
"tabWidth": 2
},
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^6.1.1",
"@mui/styled-engine-sc": "^6.1.1",
"@netlify/plugin-nextjs": "^5.7.2",
"@prisma/client": "^5.19.1",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.1",
"@tanstack/react-query-next-experimental": "^5.56.1",
"@types/aos": "^3.0.7",
"@types/jsonwebtoken": "^9.0.6",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"aos": "^2.3.4",
"axios": "^1.7.3",
"chart.js": "^4.4.3",
"cookies-next": "^4.2.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"next": "14.2.3",
"prettier": "3.2.5",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"sockjs-client": "^1.6.1",
"styled-components": "^6.1.13",
"swr": "^2.2.5",
"uuid": "^10.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@next/eslint-plugin-next": "^14.2.3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/eslint-plugin-query": "^5.56.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
"postcss": "^8.4.47",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.14",
"typescript": "^5",
"typescript-eslint": "^7.8.0",
"url-loader": "^4.1.1"
}
}