{
    "name": "@okxweb3/dex-widget",
    "version": "1.3.23",
    "description": "## Prequilification",
    "main": "lib/index.js",
    "module": "lib/index.mjs",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "vite build",
        "build:watch": "vite build --watch --mode development",
        "pub:beta": "npm run release -- --prerelease beta && npm publish --access public --tag beta",
        "pub:patch": "npm run release -- --release-as patch && npm publish",
        "pub:minor": "npm run release -- --release-as minor && npm publish",
        "pub:major": "npm run release -- --release-as major && npm publish",
        "release": "standard-version",
        "lint": "eslint --config .eslintrc . --cache --debug",
        "lint:fix": "eslint --fix .",
        "prettier": "prettier --ignore-path .gitignore --write \"**/*.{ts,js,md,json}\"",
        "prepack": "npm run build"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@types/node": "^22.1.0",
        "@types/react": "^18.3.3",
        "@types/react-dom": "^18.3.0",
        "@typescript-eslint/eslint-plugin": "5.53.0",
        "@typescript-eslint/parser": "5.53.0",
        "eslint": "^7.29.0",
        "eslint-config-prettier": "8.3.0",
        "eslint-plugin-import": "2.24.1",
        "eslint-plugin-no-only-tests": "3.0.0",
        "eslint-plugin-prettier": "3.4.0",
        "less": "^4.2.0",
        "prettier": "2.4.1",
        "standard-version": "^9.5.0",
        "typescript": "~4.7.4",
        "vite": "^5.3.1",
        "vite-plugin-dts": "^4.0.1"
    },
    "dependencies": {
        "@solana/web3.js": "^1.44.1",
        "bs58": "5.0.0",
        "wagmi": "^2.12.2",
        "web3-utils": "^4.3.1"
    },
    "peerDependencies": {
        "react": "^18.3.1",
        "react-dom": "^18.3.1"
    }
}
