rsnext/examples/with-mobx-state-tree-typescript/package.json
Jehun Seem(심제훈) ce329cce96 Fix with-mobx-state-tree-typescript modules export (#6704)
* Update libraries

* Fix for export modules for type
2019-03-19 11:43:12 +01:00

30 lines
750 B
JSON

{
"name": "with-mobx-state-tree-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"dependencies": {
"@zeit/next-typescript": "1.1.0",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.11.0",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"typescript": "^3.0.1"
},
"devDependencies": {
"@types/next": "^6.1.4",
"@types/react": "^16.4.12",
"@babel/plugin-proposal-decorators": "^7.3.0",
"tslint": "^5.9.1",
"tslint-config-standard": "^7.0.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.4.0"
},
"license": "ISC"
}