fe-boilerplate/package.json
Benjamin Gruenbaum 83fd70830c Update dependencies
This still works just fine, ran it locally and tested.

Closes https://github.com/mobxjs/mobx-react-typescript-boilerplate/issues/4
2016-06-18 15:45:45 +03:00

38 lines
982 B
JSON

{
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx-react-typescript-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"mobx",
"starter-kit"
],
"author": "Michel Weststrate <mweststrate@gmail.com> (http://github.com/mweststrate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"homepage": "http://mobxjs.github.com/mobx",
"devDependencies": {
"ts-loader": "^0.8.1",
"typescript": "^1.8.2",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"mobx": "^2.0.2",
"mobx-react": "^3.0.1",
"mobx-react-devtools": "^4.0.2",
"react": "^15.1.0",
"react-dom": "^15.1.0"
}
}