mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
fresh
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user