-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "gym_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.7.4",
"@prisma/client": "^4.14.0",
"@types/google-one-tap": "^1.2.6",
"autoprefixer": "^10.4.20",
"bcryptjs": "^2.4.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"filestack-js": "^3.35.4",
"google-auth-library": "^9.14.2",
"mongodb": "^6.11.0",
"mongoose": "^8.3.1",
"next": "^15.0.4",
"next-auth": "^4.24.10",
"postcss": "^8.4.47",
"prisma": "^5.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^4.8.0",
"react-toastify": "^10.0.6",
"sqlite3": "^5.1.6",
"styled-components": "^5.3.9"
},
"resolutions": {
"styled-components": "^5"
},
"devDependencies": {
"@types/node": "20.12.5",
"@types/react": "18.2.75",
"tailwindcss": "^3.4.14",
"typescript": "5.4.4"
}
}