brahma-test-widget
Version:
A React component for trade automation within the Brahma ecosystem.
69 lines (68 loc) • 1.81 kB
JSON
{
"name": "brahma-test-widget",
"private": false,
"version": "0.0.8",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"prebuild": "rm -rf dist",
"preview": "vite preview",
"bundle": "tsup src/index.ts",
"rollup": "rollup -c --bundleConfigAsCjs"
},
"dependencies": {
"ethers": "^6.13.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-svg-unique-id": "^1.3.3",
"styled-components": "^5.3.6",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@rollup/plugin-url": "^8.0.2",
"@types/node": "^22.13.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"tslib": "^2.8.1",
"tsup": "^8.4.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^5.3.6",
"styled-media-query": "^2.1.2"
},
"description": "A React component for trade automation within the Brahma ecosystem.",
"keywords": [
"react",
"trade",
"widget",
"brahma",
"automation",
"defi"
],
"author": {
"name": "Vaibhav Bhardwaj",
"email": "vaibhav19bhardwaj@gmail.com"
},
"license": "MIT"
}