2017-02-09 11:36:58 +00:00
|
|
|
{
|
2018-02-06 16:06:48 +00:00
|
|
|
"name": "with-typescript-plugin",
|
2017-06-23 08:46:44 +00:00
|
|
|
"version": "1.0.0",
|
2017-02-09 11:36:58 +00:00
|
|
|
"scripts": {
|
2018-02-06 16:06:48 +00:00
|
|
|
"dev": "next",
|
2017-11-13 12:59:00 +00:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-02-06 16:06:48 +00:00
|
|
|
"next": "^5.0.0",
|
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-06 16:06:48 +00:00
|
|
|
"@types/next": "^2.4.7",
|
|
|
|
"@types/react": "^16.0.36",
|
2018-03-29 22:05:52 +00:00
|
|
|
"@zeit/next-typescript": "0.0.11",
|
2018-02-06 16:06:48 +00:00
|
|
|
"typescript": "^2.7.1"
|
2017-02-09 11:36:58 +00:00
|
|
|
}
|
|
|
|
}
|