UNPKG

react-pur

Version:

React UI component library (using styled-components)

47 lines (46 loc) 1.2 kB
{ "name": "react-pur", "version": "0.2.0", "description": "React UI component library (using styled-components)", "author": "Arnaud Dellinger", "main": "build/index.js", "license": "GPL 3.0", "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "react": "^15.5.4", "recompose": "^0.25.0", "shader": "^0.1.3", "styled-components": "^2.1.2", "styled-system": "^1.0.0-13", "tag-hoc": "^1.0.0", "webpack": "^2.6.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1" }, "directories": { "doc": "doc", "example": "examples" }, "repository": { "type": "git", "url": "git+https://github.com/eveningkid/react-pur.git" }, "keywords": [], "bugs": { "url": "https://github.com/eveningkid/react-pur/issues" }, "homepage": "https://github.com/eveningkid/react-pur#readme" }