profit-planet-frontend/package.json
2026-02-18 10:24:31 +01:00

68 lines
1.9 KiB
JSON

{
"name": "profit-planet-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.2.2",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@react-pdf/renderer": "^4.3.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindplus/elements": "^1.0.22",
"@tailwindui/react": "^0.1.1",
"axios": "^1.13.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.6.13",
"country-select-js": "^2.1.0",
"gsap": "^3.14.2",
"intl-tel-input": "^26.4.1",
"lucide-react": "^0.574.0",
"motion": "^12.34.1",
"next": "^16.1.6",
"pdfjs-dist": "^5.4.624",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.6",
"react-hook-form": "^7.71.1",
"react-hot-toast": "^2.6.0",
"react-pdf": "^10.3.0",
"react-phone-number-input": "^3.4.14",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.182.0",
"winston": "^3.19.0",
"yup": "^1.7.1",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.24",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^10.0.0",
"eslint-config-next": "^16.1.6",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.3.0",
"postcss": "^8.5.6",
"postcss-preset-env": "^11.1.3",
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}