2017-02-09 11:36:58 +00:00
|
|
|
{
|
2018-05-17 10:45:13 +00:00
|
|
|
"name": "with-typescript",
|
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-06-30 20:23:38 +00:00
|
|
|
"@zeit/next-typescript": "1.1.0",
|
2018-05-12 11:59:15 +00:00
|
|
|
"next": "latest",
|
2018-02-06 16:06:48 +00:00
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-09 11:32:52 +00:00
|
|
|
"@types/next": "latest",
|
2018-05-12 11:59:15 +00:00
|
|
|
"@types/react": "^16.0.36"
|
2018-05-17 10:45:13 +00:00
|
|
|
},
|
|
|
|
"license": "ISC"
|
2017-02-09 11:36:58 +00:00
|
|
|
}
|