-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.87 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
{
"name": "react-nebo15-events",
"version": "1.0.13",
"description": "Event Manager and components for React JS",
"main": "lib/react-nebo15-events.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.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-es5-property-mutators": "^6.8.0",
"babel-preset-es2015": "6.24.1",
"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": "^2.8.0",
"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": "^3.3.0",
"react-dom": "^15.5.0",
"react-addons-test-utils": "^15.5.0",
"rimraf": "^2.6.1",
"webpack": "1.12.9",
"yargs": "8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/nebo15/react-nebo15-events.git"
},
"greenkeeper": {
"ignore": [
"webpack"
]
},
"keywords": [
"events",
"manager"
],
"author": "Nebo15",
"license": "MIT",
"bugs": {
"url": "https://github.com/nebo15/react-nebo15-events/issues"
},
"homepage": "https://github.com/nebo15/react-nebo15-events",
"peerDependencies": {
"react": "^15.5.0",
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0"
},
"dependencies": {
"react": "^15.5.0"
}
}