-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.01 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
{
"name": "react-nebo15-validate",
"version": "0.1.16",
"description": "React validation module by Nebo15",
"main": "lib/react-nebo15-validate.min.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register ./test/**/**/*spec.js",
"lint": "eslint src spec",
"build": "webpack && webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev",
"prepublish": "rimraf lib && npm run build"
},
"devDependencies": {
"babel": "6.3.13",
"babel-core": "6.24.0",
"babel-eslint": "7.2.1",
"babel-loader": "6.4.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-es5-property-mutators": "^6.8.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-require": "^1.0.1",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^3.5.0",
"eslint-config-airbnb": "11.1.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.6.0",
"estraverse-fb": "^1.3.1",
"jsdom": "^9.12.0",
"mocha": "^2.3.4",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^16.4.1",
"rimraf": "^2.6.1",
"webpack": "1.12.9",
"yargs": "3.32.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nebo15/react-nebo15-validate.git"
},
"greenkeeper": {
"ignore": [
"webpack"
]
},
"keywords": [
"validate",
"validation",
"validator",
"react",
"nebo15"
],
"author": "Nebo15",
"license": "MIT",
"bugs": {
"url": "https://github.com/nebo15/react-nebo15-validate/issues"
},
"homepage": "https://github.com/nebo15/react-nebo15-validate",
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.4.1"
}
}