-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 900 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": "cs50fp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.4.0",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"moviedb-promise": "^3.1.18",
"next": "12.2.5",
"next-auth": "^4.10.3",
"polished": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-toastify": "^9.0.8",
"sharp": "^0.32.6",
"styled-components": "^5.3.5",
"swiper": "^8.3.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"prisma": "^4.4.0",
"typescript": "4.8.2"
}
}