-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 964 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 964 Bytes
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": "catflix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"axios": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.19.1",
"next": "13.2.4",
"node-cache": "^5.1.2",
"react": "18.2.0",
"react-basic-horizontal-scroll": "^0.1.7",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "4.9.5"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}