UNPKG

poui

Version:

A React component for designating partial orders

70 lines (69 loc) 1.8 kB
{ "name": "poui", "version": "1.3.4", "description": "A React component for designating partial orders", "main": "dist/index.js", "browserslist": "> 0.2% or last 1 version and not dead", "directories": { "doc": "docs", "lib": "lib", "test": "src" }, "files": [ "src", "dist", "docs", "COPYING*", "yarn.lock" ], "scripts": { "test": "jest", "dev": "jest --watch", "lint": "eslint ./src", "clean": "rm -rf dist && mkdir -p dist", "transpile": "yarn run clean && babel src -d dist --copy-files", "prepublishOnly": "yarn run transpile", "build": "yarn run lint && yarn run transpile", "deploy": "yarn run build && gh-pages -d dist" }, "repository": { "type": "git", "url": "git+https://github.com/wbreeze/poui.git" }, "keywords": [ "Partial Order", "React", "React-component", "Voting", "Vote" ], "author": "Douglas Lovell (https://github.com/wbreeze)", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/wbreeze/poui/issues" }, "homepage": "https://wbreeze.github.io/poui/", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^7.9.0", "eslint-plugin-jest": "^24.0.1", "eslint-plugin-react": "^7.19.0", "gh-pages": "^3.1.0", "jest": "^26.4.2", "react": "^16.13.1", "react-dom": "^16.13.1" }, "peerDependencies": { "react": "^16.8.4", "react-dom": "^16.8.4" } }