-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.61 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
{
"name": "inversify-devtools",
"version": "1.0.0",
"description": "inversify-devtools",
"main": "lib/main.js",
"scripts": {
"test": "gulp",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/inversify-devtools.git"
},
"keywords": [
"redux",
"react",
"example"
],
"author": "Remo H. Jansen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/inversify-devtools/issues"
},
"homepage": "https://github.com/inversify/inversify-devtools#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"font-awesome": "^4.6.1",
"inversify-logger-middleware": "^1.0.0-rc.3",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-json-tree": "^0.7.4",
"react-redux": "^4.4.5",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-bootstrap": "^1.0.0-rc.1",
"redux-immutable": "^3.0.6",
"redux-thunk": "^2.0.1",
"redux-devtools": "^3.2.0",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.6.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"envify": "^3.4.1",
"gulp": "^3.9.1",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.0",
"inversify": "^2.0.0-rc.5",
"inversify-dts": "^1.6.0",
"publish-please": "^2.1.4",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.1.5",
"tslint": "^3.8.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}