-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "@mindhive/mobx",
"version": "2.1.2",
"description": "Our Mobx helpers and primitives",
"contributors": [
{
"name": "Damon Maria",
"email": "[email protected]"
}
],
"scripts": {
"lint": "eslint --ext .jsx,.js src",
"lint:fix": "eslint --fix --ext .jsx,.js src",
"build": "babel src --ignore *.spec.js --out-dir dist",
"build:clean": "rm -r dist/*",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:mindhivenz/mobx.git"
},
"keywords": [
"mobx"
],
"dependencies": {
"babel-runtime": "^6.18.0",
"global": "^4.3.2",
"lodash": "^4.17.4",
"recompose": "^0.22.0"
},
"peerDependencies": {
"@mindhive/di": "^4.0.0",
"mobx": "^3.0.0",
"mobx-react": "^4.0.0",
"react": "^15.0.0"
},
"devDependencies": {
"@mindhive/di": "^4.0.0",
"@mindhive/some": "^3.0.0",
"babel-cli": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.2.1",
"eslint": "^3.8.1",
"eslint-config-mindhive-react": "^1.0.0",
"mobx": "^3.0.0",
"mobx-react": "^4.0.0"
},
"homepage": "https://github.com/mindhivenz/mobx",
"bugs": {
"url": "https://github.com/mindhivenz/mobx/issues"
},
"license": "MIT"
}