package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "@krypco/portal",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "postinstall": "node scripts/fix-briven-auth-exports.mjs",
  7. "dev": "next dev",
  8. "dev:turbo": "next dev --turbopack",
  9. "build": "next build",
  10. "start": "next start",
  11. "lint": "eslint",
  12. "typecheck": "tsc --noEmit"
  13. },
  14. "dependencies": {
  15. "@briven/auth": "^0.0.1",
  16. "@krypco/mavi-core": "workspace:*",
  17. "@scure/bip32": "^2.2.0",
  18. "@scure/bip39": "^2.2.0",
  19. "@tanstack/react-query": "^5.101.4",
  20. "@wagmi/connectors": "^8.0.25",
  21. "class-variance-authority": "^0.7.1",
  22. "clsx": "^2.1.1",
  23. "motion": "^12.43.0",
  24. "next": "15.5.22",
  25. "qrcode": "^1.5.4",
  26. "react": "19.1.0",
  27. "react-dom": "19.1.0",
  28. "tailwind-merge": "^3.6.0",
  29. "viem": "^2.55.10",
  30. "wagmi": "^3.7.4"
  31. },
  32. "devDependencies": {
  33. "@eslint/eslintrc": "^3",
  34. "@krypco/config": "workspace:*",
  35. "@next/eslint-plugin-next": "15.5.22",
  36. "@tailwindcss/postcss": "^4",
  37. "@types/node": "^20",
  38. "@types/qrcode": "^1.5.6",
  39. "@types/react": "^19",
  40. "@types/react-dom": "^19",
  41. "@typescript-eslint/eslint-plugin": "^8.65.0",
  42. "@typescript-eslint/parser": "^8.65.0",
  43. "eslint": "^9",
  44. "eslint-config-next": "15.5.22",
  45. "eslint-plugin-import": "^2.32.0",
  46. "eslint-plugin-jsx-a11y": "^6.10.2",
  47. "eslint-plugin-react": "^7.37.5",
  48. "eslint-plugin-react-hooks": "^7.1.1",
  49. "tailwindcss": "^4",
  50. "typescript": "^5"
  51. }
  52. }