-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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": "metflix",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.3",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^9.8.8",
"axios": "^1.3.4",
"dotenv": "^16.3.1",
"firebase": "^9.17.2",
"fuse.js": "^6.6.2",
"normalize.css": "^8.0.1",
"postcss": "^7.0.39",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-toastify": "^9.1.3",
"sass": "^1.58.3",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.6"
},
"description": "[Deployed Here] (https://netflix-clone-298ae.web.app)",
"main": "vite.config.js",
"author": "",
"license": "ISC"
}