forked from DrHouseUA/leleka-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 865 Bytes
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
{
"name": "leleka-pregnancy-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tanstack/react-query": "^5.90.7",
"axios": "^1.13.2",
"cookie": "^1.0.2",
"formik": "^2.4.8",
"izitoast": "^1.4.0",
"modern-normalize": "^3.0.1",
"next": "^16.1.6",
"react": "^19.2.4",
"react-datepicker": "^8.9.0",
"react-dom": "^19.2.4",
"react-flatpickr": "^4.0.11",
"react-hot-toast": "^2.6.0",
"react-select": "^5.10.2",
"swiper": "^12.0.3",
"yup": "^1.7.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"typescript": "^5"
}
}