-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1003 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
{
"name": "movies",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"firebase": "^10.12.5",
"framer-motion": "^11.2.13",
"js-cookie": "^3.0.5",
"next": "^14.2.17",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"undici": "^6.20.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/node": "20.11.27",
"@types/react": "18.2.65",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"sass": "^1.72.0",
"typescript": "5.4.2",
"webpack": "^5.96.1"
}
}