-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 962 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@rafacdb/bah",
"version": "0.8.27",
"description": "bah - Components for React",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "babel --presets es2015,stage-1,react src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bastiani/bah.git"
},
"keywords": ["react", "components", "reactjs", "ui"],
"author": "Rafael Campos de Bastiani <rafacdb@gmail.com> (https://bastiani.github.io/bah)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bastiani/bah/issues"
},
"homepage": "https://bastiani.github.io/bah/",
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"styled-components": "^2.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1"
}
}