-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
44
{
"name": "cinemate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"crypto": "^1.0.1",
"encoding": "^0.1.13",
"eslint": "8.44.0",
"eslint-config-next": "^14.1.4",
"firebase": "^10.0.0",
"framer-motion": "^10.18.0",
"moment": "^2.30.1",
"mongodb": "^5.8.1",
"mongoose": "^7.4.4",
"movie-trailer": "^3.2.2",
"next": "13.4.9",
"nodemailer": "^6.9.8",
"react": "18.2.0",
"react-collapsible": "^2.10.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-redux": "^8.1.1",
"react-youtube": "^10.1.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11"
}
}