2017-02-09 11:36:58 +00:00
|
|
|
{
|
2017-06-23 08:46:44 +00:00
|
|
|
"name": "with-typescript",
|
|
|
|
"version": "1.0.0",
|
2017-02-09 11:36:58 +00:00
|
|
|
"scripts": {
|
2017-11-13 12:59:00 +00:00
|
|
|
"dev": "concurrently \"tsc --pretty --watch\" \"next\"",
|
|
|
|
"prebuild": "tsc",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-07-09 13:26:35 +00:00
|
|
|
"next": "latest",
|
2017-11-16 11:28:10 +00:00
|
|
|
"react": "^16.1.0",
|
|
|
|
"react-dom": "^16.1.0"
|
2017-02-09 11:36:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-16 11:28:10 +00:00
|
|
|
"@types/next": "^2.4.5",
|
|
|
|
"@types/react": "^16.0.22",
|
2017-11-13 12:59:00 +00:00
|
|
|
"concurrently": "^3.5.0",
|
2017-11-16 11:28:10 +00:00
|
|
|
"tslint": "^5.8.0",
|
|
|
|
"typescript": "^2.6.1"
|
2017-02-09 11:36:58 +00:00
|
|
|
}
|
|
|
|
}
|