initial setup
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README copy.md
0 → 100644
File added
next.config.mjs
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "meu_movies", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@tanstack/react-query": "^5.59.0", | ||
"@types/react-query": "^1.2.9", | ||
"axios": "^1.7.7", | ||
"clsx": "^2.1.1", | ||
"next": "14.2.14", | ||
"next-themes": "^0.3.0", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"react-icons": "^5.3.0", | ||
"sharp": "^0.33.5", | ||
"swiper": "^11.1.14" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"autoprefixer": "^10.4.20", | ||
"eslint": "^8", | ||
"eslint-config-next": "14.2.14", | ||
"postcss": "^8.4.47", | ||
"tailwindcss": "^3.4.13", | ||
"typescript": "^5" | ||
} | ||
} |
postcss.config.js
0 → 100644
postcss.config.mjs
0 → 100644
src/Types/Types.ts
0 → 100644
15.3 KB
934 KB
3.79 KB
481 KB
32.3 KB
3.79 KB
src/app/assets/react.svg
0 → 100644
src/app/favicon.ico
0 → 100644
90.9 KB
File added
src/app/fonts/GeistVF.woff
0 → 100644
File added
src/app/globals.css
0 → 100644
src/app/layout.tsx
0 → 100644
src/app/logo_meu.png
0 → 100644
3.79 KB
src/configuration/index.ts
0 → 100644
src/data/listFilm.tsx
0 → 100644
src/hooks/useDarkMode.ts
0 → 100644
src/pages/_app.tsx
0 → 100644
src/pages/index.tsx
0 → 100644
src/pages/movies.tsx
0 → 100644
src/pages/tvseries.tsx
0 → 100644
src/pages/watch/index.tsx
0 → 100644
src/styles/globals.css
0 → 100644
tailwind.config.js
0 → 100644
tailwind.config.ts
0 → 100644
tsconfig.json
0 → 100644