forked from Jocelyn10/netflix-redesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
45
46
47
48
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@heroicons/react": "^1.0.6",
"@mantine/core": "^4.1.2",
"@mantine/hooks": "^4.1.2",
"@mantine/next": "^4.1.2",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.5.1",
"@stripe/firestore-stripe-payments": "^0.0.6",
"@tailwindcss/line-clamp": "^0.3.1",
"firebase": "^9.6.10",
"framer-motion": "^6.2.8",
"next": "latest",
"next-transpile-modules": "^9.0.0",
"react": "^17.0.2",
"react-animate-mount": "^1.0.1",
"react-awesome-reveal": "^3.8.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.28.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-player": "^2.10.0",
"react-transition-group": "^4.4.2",
"recoil": "^0.7.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.7",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "4.5.4"
}
}