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",
|
2018-09-26 07:58:36 +00:00
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-26 07:58:36 +00:00
|
|
|
"@zeit/next-typescript": "^1.1.1",
|
2018-05-12 11:59:15 +00:00
|
|
|
"next": "latest",
|
2018-09-26 07:58:36 +00:00
|
|
|
"react": "^16.5.2",
|
|
|
|
"react-dom": "^16.5.2"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-26 07:58:36 +00:00
|
|
|
"@types/next": "^6.1.7",
|
|
|
|
"@types/react": "^16.4.14",
|
|
|
|
"@types/react-dom": "16.0.7",
|
|
|
|
"typescript": "3.0.3"
|
2018-05-17 10:45:13 +00:00
|
|
|
},
|
|
|
|
"license": "ISC"
|
2017-02-09 11:36:58 +00:00
|
|
|
}
|