forked from Julusian/react-bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "react-bootstrap-switch",
"description": "Turn checkboxes and radio buttons into toggle switches.",
"version": "15.5.0",
"keywords": [
"react",
"bootstrap",
"switch",
"javascript",
"js"
],
"homepage": "https://github.com/Julusian/react-bootstrap-switch",
"author": {
"name": "Julian Waller",
"email": "git@julusian.co.uk"
},
"main": "dist/js/index.js",
"peerDependencies": {
"prop-types": "^15.5.0",
"react": "^15.5.0",
"react-dom": "^15.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Julusian/react-bootstrap-switch.git"
},
"bugs": "https://github.com/Julusian/react-bootstrap-switch/issues",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browser-sync": "^2.2.1",
"browserify": "^14.3.0",
"eslint": "^2.13.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.8.11",
"gulp-clean-css": "^2.0.11",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.3",
"output-file-sync": "^1.1.2",
"prop-types": "^15.5.8",
"react": "^15.0.0",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.0.0",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.9.0"
},
"scripts": {
"dev": "NODE_ENV=development gulp",
"build": "gulp dist",
"lint": "eslint ."
}
}