UNPKG

976 BJSONView Raw
1{
2 "name": "@rafacdb/bah",
3 "version": "0.7.12",
4 "description": "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": [
14 "react",
15 "javascript",
16 "components",
17 "tabs",
18 "inputs",
19 "buttons",
20 "layout",
21 "theme"
22 ],
23 "author": "Rafael Campos de Bastiani <rafacdb@gmail.com>",
24 "license": "ISC",
25 "bugs": {
26 "url": "https://github.com/Bastiani/bah/issues"
27 },
28 "homepage": "https://bastiani.github.io/bah/",
29 "dependencies": {
30 "prop-types": "^15.5.10",
31 "react": "^15.6.1",
32 "react-redux": "^5.0.5",
33 "redux": "^3.7.1",
34 "styled-components": "^2.1.0"
35 },
36 "devDependencies": {
37 "babel-cli": "^6.24.1",
38 "babel-preset-es2015": "^6.24.1",
39 "babel-preset-react": "^6.24.1",
40 "babel-preset-stage-1": "^6.24.1"
41 }
42}