forked from twisty/formsy-react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "formsy-react-components",
"version": "0.7.1",
"description": "A set of React JS components for use in a formsy-react form. Markup adheres to Bootstrap structure.",
"scripts": {
"test": "jest --coverage --noHighlight --verbose",
"lint": "eslint src",
"release": "NODE_ENV=production gulp release"
},
"main": "./release/main.js",
"repository": {
"type": "git",
"url": "https://github.com/twisty/formsy-react-components.git"
},
"keywords": [
"react",
"formsy-react",
"bootstrap",
"react-component"
],
"author": "Tim Brayshaw <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/twisty/formsy-react-components/issues"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils"
]
},
"peerDependencies": {
"formsy-react": "^0.18.0",
"react": "^15.1.0"
},
"dependencies": {
"classnames": "^2.1.3"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"babel-jest": "^12.1.0",
"babel-plugin-transform-react-display-name": "^6.0.14",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.0.12",
"babel-preset-react": "^6.0.12",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.0.1",
"eslint-plugin-react": "^4.2.3",
"formsy-react": "^0.18.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"jest-cli": "^12.1.0",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0"
}
}