{
  "name": "@cosmology-ui/swap",
  "version": "0.1.2-beta.88+17a9a04",
  "description": "cosmology-ui",
  "author": "developers@cosmology.tech",
  "contributors": [
    {
      "name": "Irene Yu"
    },
    {
      "name": "Dan Lynch"
    },
    {
      "name": "Jun Liu"
    }
  ],
  "homepage": "https://github.com/cosmology-tech/cosmology-ui#cosmology-ui",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "types",
    "main",
    "module"
  ],
  "scripts": {
    "build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
    "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start  --extensions \".tsx,.ts,.js\"",
    "build": "npm run build:module && npm run build:main",
    "build:ts": "tsc --project ./tsconfig.json",
    "prepare": "npm run build",
    "dev": "cross-env NODE_ENV=development babel-node src/index",
    "lint": "eslint --ext .tsx,.ts .",
    "format": "eslint --ext .tsx,.ts --fix ."
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cosmology-tech/cosmology-ui"
  },
  "keywords": [
    "cosmos",
    "cosmos-kit",
    "cosmology-ui",
    "cosmology-ui-swap"
  ],
  "bugs": {
    "url": "https://github.com/cosmology-tech/cosmology-ui/issues"
  },
  "resolutions": {
    "@types/react": "18.0.26"
  },
  "devDependencies": {
    "@babel/cli": "7.18.10",
    "@babel/core": "7.19.1",
    "@babel/eslint-parser": "^7.5.4",
    "@babel/node": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-export-default-from": "7.18.10",
    "@babel/plugin-proposal-object-rest-spread": "7.18.9",
    "@babel/plugin-transform-runtime": "7.19.1",
    "@babel/preset-env": "7.19.1",
    "@babel/preset-react": "7.18.6",
    "@babel/preset-typescript": "^7.16.7",
    "@types/react": "18.0.20",
    "@typescript-eslint/eslint-plugin": "5.38.0",
    "@typescript-eslint/parser": "5.38.0",
    "cross-env": "^7.0.2",
    "eslint": "8.23.1",
    "eslint-config-next": "12.3.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-simple-import-sort": "8.0.0",
    "eslint-plugin-unused-imports": "2.0.0",
    "prettier": "^2.1.2",
    "react": "18.2.0",
    "typescript": "4.8.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "@chakra-ui/react": "^2.5.1",
    "@cosmology-ui/animation": "^0.1.1",
    "@cosmology-ui/theme": "^0.1.1",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "chain-registry": "^1.5.0",
    "chakra-react-select": "^4.4.2",
    "decimal.js": "^10.4.3",
    "framer-motion": "^9.0.7",
    "react-icons": "^4.7.1"
  },
  "peerDependencies": {
    "react": "18.2.0"
  },
  "gitHead": "17a9a04446a8a6ea951672478c9bbf963d29724d"
}
