AniX/package.json
2025-04-04 00:41:04 +05:00

46 lines
1.2 KiB
JSON

{
"name": "new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "flowbite-react patch"
},
"dependencies": {
"apexcharts": "^3.52.0",
"deepmerge-ts": "^7.1.0",
"flowbite": "^2.4.1",
"flowbite-react": "^0.11.7",
"hls-video-element": "^1.5.0",
"markdown-to-jsx": "^7.4.7",
"media-chrome": "^4.8.0",
"next": "^14.2.26",
"next-plausible": "^3.12.1",
"react": "^18",
"react-cropper": "^2.3.3",
"react-dom": "^18",
"react-toastify": "^11.0.5",
"swiper": "^11.1.4",
"swr": "^2.2.5",
"videojs-video-element": "^1.4.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.21",
"@iconify-json/material-symbols": "^1.1.83",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/twemoji": "^1.1.15",
"@iconify/tailwind": "^1.1.1",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1"
}
}