-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "linkup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:db": "json-server --watch db.json --port 8888"
},
"dependencies": {
"@hookform/resolvers": "^3.4.2",
"@tanstack/react-query": "^5.36.0",
"@types/cookie": "^0.6.0",
"@types/lodash.debounce": "^4.0.9",
"axios": "^1.6.8",
"chart.js": "^4.4.3",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"json-server": "1.0.0-beta.0",
"lodash.debounce": "^4.0.8",
"next": "14.2.3",
"next-auth": "^4.24.7",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-responsive": "^10.0.0",
"react-spinners": "^0.13.8",
"recoil": "^0.7.7",
"swiper": "^11.1.4",
"tailwind-scrollbar-hide": "^1.1.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@types/node": "^20.12.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}