-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"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 server.js",
"build" : "webpack -p"
},
"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/bluebird": "^3.5.19",
"@types/react": "^15.0.39",
"@types/react-dom": "^15.5.1",
"awesome-typescript-loader": "^3.2.1",
"typescript": "^2.4.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {
"bluebird": "^3.5.1",
"fetch-jsonp": "^1.1.3",
"lodash-decorators": "^4.5.0",
"mobx": "^3.2.1",
"mobx-react": "^4.2.2",
"mobx-react-devtools": "^4.2.15",
"moment": "^2.20.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-stack-grid": "^0.7.0",
"react-throttle": "^0.3.0",
"rxjs": "^5.5.6",
"semantic-ui-react": "^0.77.1"
}
}