-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.93 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
70
71
72
73
74
75
76
77
{
"name": "react-bootstrap-validation",
"version": "0.2.0",
"description": "Form validation for react-bootstrap",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nexwaygroup/react-bootstrap-validation.git"
},
"bugs": {
"url": "https://github.com/nexwaygroup/react-bootstrap-validation/issues"
},
"directories": {
"lib": "lib/"
},
"keywords": [
"react",
"react-component",
"bootstrap",
"react-bootstrap",
"form",
"validation",
"radio",
"radio-group"
],
"author": "Ivan Reshetnikov <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/nexwaygroup/react-bootstrap-validation",
"peerDependencies": {
"react": ">=0.13",
"prop-types": ">=15"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "node_modules/babel-jest",
"unmockedModulePathPatterns": [
"node_modules",
"src"
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-jest": "^10.0.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-jest": "^10.0.1",
"babel-preset-react": "^6.11.1",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jest": "^0.1.40",
"jest-cli": "^0.10.0",
"react-addons-test-utils": "^15.2.0",
"sinon": "^1.17.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.10.5"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"browserify": "^13.0.1",
"classnames": "^2.0.0",
"gulp-babel": "^6.1.2",
"react-addons-create-fragment": "^15.2.0",
"react-bootstrap": "^0.31.5",
"validator": "^3.41.3"
}
}