forked from ayushiee/nextflix
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
41 lines (41 loc) · 970 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": "netflix-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aws-sdk": "^2.1632.0",
"axios": "^0.21.1",
"cookie": "^0.6.0",
"env-var": "^7.0.1",
"framer-motion": "^4.1.17",
"js-cookie": "^3.0.5",
"next": "11.0.1",
"react": "17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"redis": "^4.6.14",
"sass": "^1.35.2",
"swiper": "^6.8.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/redis": "^4.0.11",
"@types/cookie": "^0.6.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.5",
"@types/react": "17.0.14",
"@types/react-dom": "^17.0.9",
"@types/uuid": "^9.0.8",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"prettier": "^2.3.2",
"typescript": "4.3.5"
}
}