UNPKG

@pollum-io/pegasys-components

Version:

Components for Pegays Protocol, the leading AMM on Syscoin NEVM.

101 lines 2.97 kB
{ "name": "@pollum-io/pegasys-components", "version": "1.0.2", "main": "lib/index.js", "module": "lib/index.esm.js", "engines": { "node": ">=14.17.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint --fix ./src --ext .js,.jsx,.ts,.tsx", "lint:staged": "lint-staged", "release": "npm run build && npm publish", "dev": "rollup -c --watch", "build": "rollup -c --environment ENV:production", "storybook": "start-storybook -p 6006 -s public -c ./src/.storybook", "build-storybook": "build-storybook -s public -c ./src/.storybook", "prepare": "husky install", "prepublishOnly": "npm run build" }, "lint-staged": { "*.{tsx,ts}": [ "npm run lint:fix" ] }, "author": "Pegasys", "license": "ISC", "dependencies": { "react-switch": "^6.0.0" }, "devDependencies": { "@babel/core": "^7.15.8", "@pollum-io/pegasys-sdk": "latest", "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.5", "@storybook/addon-actions": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", "@storybook/react": "^6.3.12", "@types/prop-types": "^15.7.4", "@types/react": "^17.0.30", "@types/react-is": "^17.0.2", "@types/styled-components": "^5.1.15", "@types/styled-system": "^5.1.13", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "babel-loader": "^8.2.2", "deep-equal": "^2.0.5", "eslint": "^8.0.1", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-node": "^0.3.6", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^4.12.4", "husky": "^7.0.0", "lint-staged": "^11.2.3", "polished": "^4.1.3", "prettier": "^2.4.1", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-feather": "^2.0.9", "react-is": "^17.0.2", "rollup": "^2.58.0", "rollup-plugin-cleaner": "^1.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.30.0", "styled-components": "^5.3.1", "styled-system": "^5.1.5", "tslib": "^2.3.1", "typescript": "^4.4.4" }, "peerDependencies": { "react": ">=17.0.1", "react-dom": ">=17.0.1" }, "directories": { "lib": "lib" }, "resolutions": { "react": "17.0.2", "react-dom": "17.0.2" }, "keywords": [ "pegasys", "amm", "dex", "syscoin", "nevm" ], "description": "Components for Pegays Protocol, the leading AMM on Syscoin NEVM.", "publishConfig": { "access": "public" } }