-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 934 Bytes
/
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
{
"name": "logrocket-mobx-state-tree",
"version": "0.1.2",
"description": "MobX-state-tree plugin for [LogRocket](https://logrocket.com/).",
"main": "dist/index.js",
"author": "Logrocket <[email protected]> (https://logrocket.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LogRocket/logrocket-mobx-state-tree"
},
"files": [
"dist/"
],
"scripts": {
"lint": "eslint src/",
"build": "babel src --out-dir dist"
},
"dependencies": {
"mobx-state-tree": "1.1.0",
"mst-middlewares": "^1.1.0"
},
"peerDependencies": {
"mobx": "^3.1.15"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.0",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-3": "^6.17.0",
"eslint": "^3.19.0"
}
}