Skip to content

Commit bd4469f

Browse files
committed
0.2.0
0 parents  commit bd4469f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
}

0 commit comments

Comments
 (0)