-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 Bytes
/
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
{
"name": "task-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.2.1",
"chart.js": "^4.4.1",
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"material-icons": "^1.13.12",
"next": "14.0.4",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.49.2",
"react-redux": "^9.1.0",
"react-spinners": "^0.13.8",
"yup": "^1.3.3"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"prop-types": "^15.8.1"
}
}