UNPKG

933 BJSONView Raw
1{
2 "name": "@rafacdb/bah",
3 "version": "0.8.24",
4 "description": "bah - Components for React",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublishOnly": "babel --presets es2015,stage-1,react src -d lib"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Bastiani/bah.git"
12 },
13 "keywords": ["react", "components", "reactjs", "ui"],
14 "author": "Rafael Campos de Bastiani <rafacdb@gmail.com> (https://bastiani.github.io/bah)",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/Bastiani/bah/issues"
18 },
19 "homepage": "https://bastiani.github.io/bah/",
20 "dependencies": {
21 "prop-types": "^15.5.10",
22 "react": "^15.6.1",
23 "react-dom": "^15.6.1",
24 "redux": "^3.7.2",
25 "styled-components": "^2.1.1"
26 },
27 "devDependencies": {
28 "babel-cli": "^6.24.1",
29 "babel-preset-es2015": "^6.24.1",
30 "babel-preset-react": "^6.24.1",
31 "babel-preset-stage-1": "^6.24.1"
32 }
33}