mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
30 lines
626 B
JSON
30 lines
626 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|