-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 991 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
40
41
42
{
"name": "will-be-there",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/tooltip": "^2.0.33",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"formik": "^2.4.6",
"mongoose": "^8.3.0",
"nanoid": "^5.0.7",
"next": "14.1.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"react": "^18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-scroll-trigger": "^0.6.14",
"react-share": "^5.1.0",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.4"
}
}