Files
trustlab/package.json
2025-12-30 12:14:45 +07:00

58 lines
1.5 KiB
JSON

{
"name": "TrustLab by DyzulkDev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"pages:build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@marsidev/react-turnstile": "^1.4.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"apexcharts": "^5.3.6",
"autoprefixer": "^10.4.22",
"axios": "^1.13.2",
"flatpickr": "^4.6.13",
"geist": "^1.5.1",
"laravel-echo": "^2.2.6",
"lucide-react": "^0.562.0",
"next": "16.0.10",
"next-intl": "^4.6.1",
"next-themes": "^0.4.6",
"pusher-js": "^8.4.0",
"react": "^19.2.0",
"react-apexcharts": "^1.9.0",
"react-dom": "^19.2.0",
"react-dropzone": "^14.3.8",
"react-easy-crop": "^5.5.6",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"swr": "^2.3.8",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.16",
"@eslint/eslintrc": "^3.3.1",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.19.25",
"@types/react": "^19.2.1",
"@types/react-dom": "^19.2.1",
"@types/react-transition-group": "^4.4.12",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"overrides": {
"@cloudflare/next-on-pages": {
"next": "$next"
}
}
}