-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
69 lines (69 loc) · 1.61 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "react-icheck",
"version": "0.3.8",
"description": "iCheck components built with React. Highly customizable checkboxes and radio buttons",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d lib",
"gh-pages": "gulp publish:examples",
"lint": "eslint src examples/src",
"prepublish": "npm run build",
"start": "gulp dev",
"test": "npm run lint && gulp build --p"
},
"repository": {
"type": "git",
"url": "https://github.com/luqin/react-icheck"
},
"license": "ISC",
"files": [
"lib",
"CHANGELOG.md",
"README.md"
],
"peerDependencies": {
"react": "^15 || ^16"
},
"dependencies": {
"babel-runtime": "^5.8.38",
"classnames": "^2.2.3",
"icheck": "^1.0.2",
"prop-types": "^15.5.8"
},
"devDependencies": {
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-eslint": "^4.1.1",
"babel-plugin-object-assign": "^1.2.1",
"eslint": "^1.10.3",
"bootstrap": "^3.3.7",
"eslint-config-airbnb": "^2.1.1",
"eslint-config-onefe": "^0.2.0",
"eslint-plugin-react": "^3.11.3",
"gulp": "^3.9.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-bootstrap": "^0.30.3",
"react-component-tools": "^1.0.2",
"react-router": "^2.8.1",
"react-router-bootstrap": "^0.22.1",
"react-router-loader": "^0.5.4",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"keywords": [
"react",
"icheck",
"radio",
"checkbox",
"toggle",
"switch",
"radioGroup",
"form",
"input",
"ui",
"react-dom",
"react-icheck",
"react-component"
]
}