-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "mobx-async-connect",
"version": "2.0.3",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib; NODE_ENV=production babel ./src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bertho-zero/mobx-async-connect.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bertho-zero/mobx-async-connect/issues"
},
"homepage": "https://github.com/bertho-zero/mobx-async-connect#readme",
"peerDependencies": {
"react": "0.14.x || 15.x.x",
"mobx-react": "2.x.x || 3.x.x",
"react-router": "2.x.x"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"mobx": "^2.3.7",
"mobx-react": "^3.5.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-router": "^2.6.0"
},
"dependencies": {
"babel-runtime": "^6.9.2"
}
}