-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 891 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": "movieVerse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vidstack/react": "^1.12.11",
"axios": "^1.7.2",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"disqus-react": "^1.1.5",
"firebase": "^11.2.0",
"framer-motion": "^11.3.8",
"hls.js": "^1.5.15",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.2",
"next": "^14.2.23",
"next-nprogress-bar": "^2.3.13",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-paginate": "^8.2.0",
"react-toastify": "^10.0.5",
"sharp": "^0.33.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}