-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
79 lines (79 loc) · 1.86 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
78
79
{
"name": "react-forms",
"version": "2.0.0-beta36",
"description": "Forms library for React",
"homepage": "http://prometheusresearch.github.io/react-forms/",
"main": "lib/index.js",
"scripts": {
"test": "make test-cov"
},
"babel": {
"presets": [
"prometheusresearch"
]
},
"nyc": {
"exclude": [
"*.js",
"lib/*.js",
"lib/**/*.js",
"coverage/*.js",
"examples/**/*.js",
"**/__tests__/*.js",
"**/__tests__/fixtures/*.js"
]
},
"eslintConfig": {
"extends": "prometheusresearch"
},
"repository": {
"type": "git",
"url": "git://github.com/prometheusresearch/react-forms.git"
},
"keywords": [
"forms",
"react",
"react-component"
],
"author": "Prometheus Research",
"license": "MIT",
"bugs": {
"url": "https://github.com/prometheusresearch/react-forms/issues"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-prometheusresearch": "^0.1.0",
"coveralls": "^2.11.8",
"doctoc": "^1.0.0",
"eslint": "^2.4.0",
"eslint-config-prometheusresearch": "^0.2.0",
"jsdom": "^6.3.0",
"mocha": "^2.3.2",
"node-libs-browser": "^1.0.0",
"nyc": "^6.1.1",
"power-assert": "^1.3.1",
"prettier": "^1.7.0",
"react": "^0.14.0 || ^15.0.0",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^0.14.0 || ^15.0.0",
"sinon": "^1.16.1",
"tape": "^2.13.4",
"webpack": "^1.12.14"
},
"dependencies": {
"derivable": "1.0.0-beta11",
"generate-function": "^2.0.0",
"generate-object-property": "^1.1.0",
"invariant": "^2.2.1",
"jsonpointer": "^3.0.0",
"lodash": "^4.0.0",
"memoize-decorator": "^1.0.2",
"react-derivable": "^0.2.0",
"react-stylesheet": "^1.0.0"
}
}