-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 918 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
39
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.5.0",
"cookies-next": "^4.3.0",
"date-fns": "^4.1.0",
"firebase": "^11.1.0",
"formik": "^2.4.6",
"framer-motion": "^11.15.0",
"nanoid": "^5.0.9",
"next": "14.2.15",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-easy-crop": "^5.2.0",
"react-intersection-observer": "^9.14.0",
"react-redux": "^9.2.0",
"tailwind-datepicker-react": "^1.4.3",
"yup": "^1.6.1"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}