UNPKG

@hackoregon/component-library

Version:

Official repo for Hack Oregon React component library

108 lines (107 loc) 3.77 kB
{ "name": "@hackoregon/component-library", "version": "4.0.0", "description": "Official repo for Hack Oregon React component library", "main": "dist/index.js", "modules": "es/index.js", "scripts": { "build:esm": "rimraf es && babel src --out-dir es --copy-files --no-comments", "build:cjs": "rimraf dist && babel src --out-dir dist --copy-files --no-comments", "build": "BABEL_ENV=esm yarn run build:esm && BABEL_ENV=cjs yarn run build:cjs", "configure": "yarn run build", "test": "BABEL_ENV=test mocha --opts ./mocha.options ./src/**/*.test.js", "test:watch": "yarn test -w", "lint": "eslint src stories", "storybook": "node scripts/storybook.js", "start": "node scripts/start.js" }, "author": "David Daniel <davidedaniel@gmail.com> (http://davidedaniel.github.io)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hackoregon/civic.git" }, "private": false, "keywords": [ "civic", "hackoregon", "react" ], "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/register": "^7.0.0", "babel-eslint": "^10.0.1", "babel-plugin-add-module-exports": "^1.0.0", "chai": "^4.2.0", "chai-enzyme": "^1.0.0-beta.1", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", "eslint": "^5.15.1", "eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-import-resolver-webpack": "^0.11.0", "eslint-loader": "^2.1.2", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prefer-object-spread": "^1.1.0", "eslint-plugin-react": "^7.12.4", "ignore-styles": "^5.0.1", "mocha": "^6.0.2", "mocha-clean": "^1.0.0", "rimraf": "^2.6.2", "sinon": "^7.2.7", "sinon-chai": "^3.3.0", "source-map-support": "^0.4.11", "webpack": "^4.29.6", "webpack-blocks": "^2.0.0-rc", "webpack-cli": "^3.2.3" }, "dependencies": { "@emotion/core": "^10.0.15", "@material-ui/core": "^4.1.3", "@turf/center-of-mass": "^6.0.1", "copy-to-clipboard": "^3.0.5", "create-react-ref": "^0.1.0", "d3": "^4.8.0", "d3-format": "1.3.0", "d3-time-format": "^2.1.3", "deck.gl": "^6.4.7", "emotion": "^10.0.9", "emotion-theming": "^10.0.14", "global": "^4.3.2", "lodash": "^4.17.11", "mapbox-gl": "^0.53.1", "prop-types": "^15.7.2", "rc-slider": "^7.0.2", "react": "^16.8.4", "react-dimensions": "^1.3.1", "react-dom": "^16.8.4", "react-map-gl": "4.1.1", "react-map-gl-geocoder": "^1.7.0", "react-select": "^1.0.0-rc.3", "react-share": "^2.2.0", "shortid": "^2.2.14", "victory": "^32.0.2" }, "peerDependencies": { "react-router": "^3.0.0" }, "gitHead": "b50f7a7fca617964ade5a3ecb5225fee17b20fe4" }