File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " react-utils-button" ,
3
+ "version" : " 0.2.0" ,
4
+ "description" : " Lightweight React Button component, serving as an utility wrapper over the HTML button element." ,
5
+ "author" : " Raul Rene Lepsa <raul.lepsa@gmail.com> (https://github.com/raulrene)" ,
6
+ "license" : " MIT" ,
7
+ "main" : " dist/index.js" ,
8
+ "scripts" : {
9
+ "build" : " webpack -d"
10
+ },
11
+ "keywords" : [
12
+ " react-utils-button" ,
13
+ " react-utils" ,
14
+ " react" ,
15
+ " button" ,
16
+ " react-utils-bundle" ,
17
+ " react-component"
18
+ ],
19
+ "dependencies" : {
20
+ "prop-types" : " ^15.5.7"
21
+ },
22
+ "devDependencies" : {
23
+ "babel-core" : " ^6.26.0" ,
24
+ "babel-loader" : " ^7.1.2" ,
25
+ "babel-preset-es2015" : " ^6.24.1" ,
26
+ "babel-preset-es2017" : " ^6.24.1" ,
27
+ "babel-preset-react" : " ^6.24.1" ,
28
+ "babel-preset-stage-2" : " ^6.24.1" ,
29
+ "clean-webpack-plugin" : " ^0.1.17" ,
30
+ "react" : " ^15.6.1" ,
31
+ "webpack" : " ^2.4.1"
32
+ }
33
+ }
You can’t perform that action at this time.
0 commit comments