mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
32 lines
731 B
JSON
32 lines
731 B
JSON
{
|
|
"name": "new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"flowbite": "^2.4.1",
|
|
"flowbite-react": "^0.10.1",
|
|
"next": "14.2.5",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"swiper": "^11.1.4",
|
|
"swr": "^2.2.5",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/material-symbols": "^1.1.83",
|
|
"@iconify-json/mdi": "^1.1.67",
|
|
"@iconify-json/twemoji": "^1.1.15",
|
|
"@iconify/tailwind": "^1.1.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8",
|
|
"tailwind-scrollbar": "^3.1.0",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|