Minor updates and changes
This commit is contained in:
parent
5965cb8469
commit
eb15f0c119
4 changed files with 518 additions and 401 deletions
22
package.json
22
package.json
|
|
@ -5,10 +5,6 @@
|
|||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mobxjs/mobx-react-typescript-boilerplate.git"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
"reactjs",
|
||||
|
|
@ -18,21 +14,19 @@
|
|||
],
|
||||
"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": {
|
||||
"@types/react-dom": "^16.9.2",
|
||||
"awesome-typescript-loader": "^5.2.1",
|
||||
"typescript": "^3.6.4",
|
||||
"webpack": "^4.41.2",
|
||||
"@types/react-dom": "^16.9.4",
|
||||
"ts-loader": "6.2.1",
|
||||
"typescript": "^3.7.2",
|
||||
"webpack": "^4.41.5",
|
||||
"webpack-cli": "^3.3.10",
|
||||
"webpack-dev-server": "^3.8.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"mobx": "^5.14.2",
|
||||
"mobx": "^5.15.1",
|
||||
"mobx-react": "^6.1.4",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2"
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue