2017-01-06 11:38:51 +00:00
|
|
|
{
|
|
|
|
"name": "with-mobx",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2018-11-06 09:18:26 +00:00
|
|
|
"dev": "next",
|
2017-01-06 11:38:51 +00:00
|
|
|
"build": "next build",
|
2018-11-06 09:18:26 +00:00
|
|
|
"start": "next start"
|
2017-01-06 11:38:51 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"mobx": "^2.7.0",
|
|
|
|
"mobx-react": "^4.0.4",
|
2017-04-03 04:16:35 +00:00
|
|
|
"next": "latest",
|
2019-01-05 11:19:27 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0"
|
2017-01-06 11:38:51 +00:00
|
|
|
},
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2018-09-20 12:29:57 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
2018-09-28 13:37:19 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.1.0"
|
2017-01-06 11:38:51 +00:00
|
|
|
}
|
2017-02-08 04:41:38 +00:00
|
|
|
}
|