-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.66 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
61
{
"name": "mobx-react-typescript-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for MobX + React project with Typescript, ES6 compilation and hot code reloading",
"scripts": {
"start": "node serve-client.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx-react-typescript-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"mobx",
"starter-kit"
],
"author": "Michel Weststrate <[email protected]> (http://github.com/mweststrate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"homepage": "http://mobxjs.github.com/mobx",
"devDependencies": {
"@types/isomorphic-fetch": "0.0.31",
"@types/koa": "^2.0.33",
"@types/node": "^6.0.45",
"@types/react": "^0.14.36",
"@types/react-dom": "^0.14.17",
"@types/recompose": "^0.20.1",
"awesome-typescript-loader": "^3.0.0-beta.10",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"mobx-react-devtools": "^4.2.11",
"raw-loader": "^0.5.1",
"typescript": "^2.1.0",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"@types/lodash": "^4.14.38",
"classnames": "^2.2.5",
"es6-promisify": "^5.0.0",
"history": "^4.3.0",
"isomorphic-fetch": "^2.2.1",
"jsonp": "^0.2.0",
"koa": "^2.0.0",
"lodash": "^4.16.6",
"mobx": "^3.0.0",
"mobx-react": "^4.1.0",
"moment": "^2.17.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-helmet": "^3.1.0",
"react-redux": "^5.0.1",
"react-router": "^4.0.0-alpha.6",
"recompose": "^0.20.2",
"redux": "^3.6.0"
}
}