This commit is contained in:
tejaspanchall
2025-05-28 23:11:20 +05:30
commit 00797f0c96
52 changed files with 15166 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "justanime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"hls.js": "^1.5.7",
"next": "latest",
"proxy-from-env": "^1.1.0",
"react": "latest",
"react-dom": "latest",
"swiper": "^11.2.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"autoprefixer": "latest",
"eslint": "^9",
"eslint-config-next": "15.2.5",
"postcss": "latest",
"tailwindcss": "^4"
}
}