UNPKG

brahma-trade-widget

Version:

A React component for trade automation within the Brahma ecosystem.

134 lines (133 loc) 4.09 kB
{ "name": "brahma-trade-widget", "version": "0.1.16", "description": "A React component for trade automation within the Brahma ecosystem.", "keywords": [ "react", "trade", "widget", "brahma", "automation", "defi" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint-fix": "eslint --fix src", "format": "prettier --write .", "prepare": "husky", "test-all": "yarn run check-format && yarn run check-lint && yarn run check-types && yarn run build", "check-types": "tsc --pretty --noEmit", "check-format": "prettier --check .", "check-lint": "eslint . --ext ts --ext tsx --ext js", "rollup": "rollup -c --bundleConfigAsCjs", "webpack": "webpack" }, "dependencies": { "@binance/w3w-rainbow-connector-v2": "^1.0.2", "@rainbow-me/rainbowkit": "^2.2.0", "@safe-global/protocol-kit": "^5.1.1", "@tanstack/react-query": "^5.55.3", "alchemy-sdk": "^3.5.3", "axios": "^1.7.8", "brahma-console-kit": "^1.0.12", "hast": "^1.0.0", "mermaid": "^10.2.4", "next": "^15.2.2", "posthog-js": "^1.207.2", "react-keyed-flatten-children": "^2.2.1", "react-lottie": "^1.2.10", "react-svg-unique-id": "^1.3.3", "react-toastify": "^10.0.6", "react-tooltip": "^5.28.0", "rehype-highlight": "^6.0.0", "rehype-react": "^7.2.0", "remark-gfm": "^3.0.1", "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "styled-components": "^6.1.13", "styled-media-query": "^2.1.2", "unified": "^10.1.2", "unist-util-visit": "^5.0.0", "viem": "2.17.0", "wagmi": "^2.12.17", "zustand": "^4.3.3" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@types/node": "^20.14.8", "@types/react": "^18.3.5", "@types/react-lottie": "^1.2.10", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "babel-loader": "^10.0.0", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "eslint": "^8", "eslint-config-next": "^14.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.2", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^9.0.2", "husky": "^9.1.7", "lint-staged": "^15.4.3", "mini-css-extract-plugin": "^2.9.2", "prettier": "^3.1.1", "rollup": "^4.28.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-terser": "^7.0.2", "terser-webpack-plugin": "^5.3.14", "ts-loader": "^9.5.2", "typescript": "5.5.2", "url-loader": "^4.1.1", "webpack": "^5.98.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^6.0.1" }, "peerDependencies": { "@rainbow-me/rainbowkit": "^2.2.0", "@tanstack/react-query": "^5.55.3", "react": "^18.3.1", "react-dom": "^18.3.1", "styled-components": "^6.1.13", "wagmi": "^2.12.17", "zustand": "^4.3.3" }, "repository": { "type": "git", "url": "https://github.com/Brahma-fi/public-strategy-page-fe.git" }, "author": "impolska742 <vaibhav19bhardwaj@gmail.com>", "contributors": [ { "name": "impolska742", "email": "vaibhav19bhardwaj@gmail.com" }, { "name": "arunshekhar", "email": "arunshekhar001@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/Brahma-fi/public-strategy-page-fe/issues" }, "homepage": "https://github.com/Brahma-fi/public-strategy-page-fe#readme" }