{
  "name": "@inkathon/frontend",
  "private": true,
  "version": "0.4.0",
  "scripts": {
    "postinstall": "bash postinstall.sh",
    "dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",
    "node": "pnpm run -F contracts node",
    "dev-and-node": "concurrently \"pnpm dev\" \"pnpm node\" --names \"Next,Node\" --kill-others",
    "build": "NODE_ENV=production next build",
    "start": "NODE_ENV=production next start",
    "type-check": "tsc --pretty --noEmit",
    "sync-types": "typesync",
    "lint": "prettier . --check && eslint",
    "lint:fix": "prettier . --write && eslint --fix",
    "lint:format": "prettier . --write",
    "eslint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "dependencies": {
    "@azns/resolver-core": "^1.6.0",
    "@azns/resolver-react": "^1.6.0",
    "@hookform/resolvers": "^3.3.2",
    "@inkathon/contracts": "workspace:*",
    "@polkadot/api": "^10.11.1",
    "@polkadot/api-contract": "^10.11.1",
    "@polkadot/extension-dapp": "^0.46.6",
    "@polkadot/extension-inject": "^0.46.6",
    "@polkadot/keyring": "^12.6.1",
    "@polkadot/types": "^10.11.1",
    "@polkadot/util": "^12.6.1",
    "@polkadot/util-crypto": "^12.6.1",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-slot": "^1.0.2",
    "@radix-ui/react-tooltip": "^1.0.7",
    "@scio-labs/use-inkathon": "^0.6.1",
    "autoprefixer": "^10.4.16",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.0.0",
    "geist": "^1.2.0",
    "lucide-react": "^0.294.0",
    "next": "^14.0.3",
    "postcss": "^8.4.32",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.48.2",
    "react-hot-toast": "^2.4.1",
    "react-icons": "^4.12.0",
    "sharp": "^0.33.0",
    "spinners-react": "^1.0.7",
    "tailwind-merge": "^2.1.0",
    "tailwindcss-animate": "^1.0.7",
    "use-async-effect": "^2.2.7",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/downloadjs": "^1.4.5",
    "@types/eslint": "^8.44.8",
    "@types/eslint-config-prettier": "^6.11.3",
    "@types/node": "^20.10.3",
    "@types/react": "^18.2.41",
    "@types/react-dom": "^18.2.17",
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "concurrently": "^8.2.2",
    "eslint": "^8.55.0",
    "eslint-config-next": "^14.0.3",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-react": "^7.33.2",
    "prettier": "^3.0.3",
    "prettier-plugin-tailwindcss": "^0.5.7",
    "tailwindcss": "^3.3.5",
    "typescript": "^5.3.2"
  }
}
