This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
{
"name": "react-dispatchor",
"version": "1.3.0",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/redcatjs/react-dispatchor.git"
},
"keywords": [
"react",
"dispatcher",
"dispatchor",
"nestable",
"event",
"emitter"
],
"author": "Jo <[email protected]> (https://redcat.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redcatjs/react-dispatchor/issues"
},
"homepage": "https://github.com/redcatjs/react-dispatchor#readme",
"scripts": {
"build": "webpack",
"dev": "npm run build -- --watch",
"prepublish": "npm run build",
"codestyle": "eslint app"
},
"peerDependencies": {
"react": "^16.2.0"
},
"dependencies": {
"dispatchor": "^1.3.0",
"react-router-redux": "^4.0.8",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"standard": "^10.0.3",
"webpack": "^3.10.0"
},
"files": [
"dist"
]
}