UNPKG

@brave/swap-interface

Version:

Brave Swap - an open-source swap interface by Brave, focussed on usability and multi-chain support.

80 lines (79 loc) 2.03 kB
{ "name": "@brave/swap-interface", "version": "2.1.1", "description": "Brave Swap - an open-source swap interface by Brave, focussed on usability and multi-chain support.", "type": "module", "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/brave/swap.git" }, "keywords": [ "ethereum", "solana", "brave", "swap", "dex" ], "author": "Brave Software <dev@brave.com>", "homepage": "https://brave.com", "publishConfig": { "access": "public" }, "engines": { "node": ">=16.4.0" }, "files": [ "dist", "dist/style.css" ], "main": "./dist/lib.umd.cjs", "module": "./dist/lib.js", "types": "./dist/lib.d.ts", "exports": { ".": { "import": "./dist/lib.js", "require": "./dist/lib.umd.cjs" }, "./style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "scripts": { "dev": "tsc && vite build -w", "build": "tsc && vite build", "lint": "eslint ./src" }, "dependencies": { "@brave/leo": "github:brave/leo", "@types/react-window": "^1.8.2", "@types/styled-components": "^5.1.9", "async": "^3.2.4", "bignumber.js": "^9.1.0", "ethereum-blockies": "github:brave/blockies", "postcss-js": "^4.0.0", "react": "^16.14.0", "react-dom": "^16.14.0", "react-virtualized-auto-sizer": "^1.0.7", "react-window": "^1.8.5", "styled-components": "^5.3.0", "svelte2tsx": "^0.5.20" }, "devDependencies": { "@types/async": "^3.2.15", "@types/node": "^18.7.20", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "@typescript-eslint/eslint-plugin": "^5.51.0", "@vitejs/plugin-react": "2.1.0", "eslint": "^8.34.0", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react-hooks": "^4.6.0", "typescript": "^4.6.4", "vite": "^3.0.0", "vite-plugin-dts": "1.6.6" } }