-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "mobx-app-model",
"version": "0.2.12",
"description": "Model structure for application based on mobx",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/pvasek/mobx-app-model"
},
"scripts": {
"prepublish": "tsc -d",
"test": "tsc & mocha ./lib/**/__tests__/*.js"
},
"author": "pvasek",
"license": "MIT",
"dependencies": {
"@reactivex/rxjs": "^5.0.0-beta.2",
"mobx": "^2.0.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"classnames": "^2.2.3",
"mobx-react": "^3.0.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-typescript": "^2.11.0",
"gulp-util": "^3.0.7",
"mocha": "^2.4.5",
"react-hot-loader": "^1.3.0",
"source-map-support": "^0.4.0",
"ts-loader": "^0.8.1",
"typescript": "^1.8.0",
"typings": "^0.7.9",
"webpack": "^1.12.13"
},
"files": [
"lib",
"README.md"
]
}