UNPKG

ethical-jobs-ui

Version:

React components according to Ethical Jobs.

45 lines (44 loc) 1.25 kB
{ "name": "ethical-jobs-ui", "author": "Andrew McLagan", "version": "0.1.0", "description": "React components according to Ethical Jobs.", "keywords": [ "react", "react-component", "ethical", "jobs" ], "repository": { "type": "git", "url": "https://github.com/ethical-jobs/ethical-jobs-ui.git" }, "license": "MIT", "bugs": { "url": "https://github.com/ethical-jobs/ethical-jobs-ui/issues" }, "scripts": { "prebuild": "rimraf build", "build": "NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./build --ignore *.test.js", "storybook": "start-storybook -p 9001 -c .storybook", "test": "echo 'testing...'" }, "peerDependencies": { "react": "^16.4.0", "react-dom": "^16.4.0" }, "dependencies": { "@babel/preset-env": "^7.0.0-beta.49", "@babel/preset-react": "^7.0.0-beta.49", "classnames": "^2.2.6", "redux-form-material-ui": "^5.0.0-beta.3" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.49", "@babel/core": "^7.0.0-beta.49", "@storybook/react": "^3.4.7" }, "engines": { "node": ">=7.0.0" } }