2018-02-22 15:29:47 +00:00
|
|
|
{
|
|
|
|
"scripts": {
|
2018-12-12 10:04:39 +00:00
|
|
|
"dev": "nodemon",
|
2018-03-07 08:13:12 +00:00
|
|
|
"build": "next build && tsc --project tsconfig.server.json",
|
2018-12-12 10:04:39 +00:00
|
|
|
"start": "cross-env NODE_ENV=production node dist/index.js"
|
2018-02-22 15:29:47 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-12-12 10:04:39 +00:00
|
|
|
"@zeit/next-typescript": "^1.1.0",
|
|
|
|
"next": "^7.0.0",
|
2019-01-05 11:19:27 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0"
|
2018-02-22 15:29:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-12-12 10:04:39 +00:00
|
|
|
"@types/next": "^7.0.0",
|
|
|
|
"@types/react": "^16.6.0",
|
|
|
|
"cross-env": "^5.2.0",
|
|
|
|
"nodemon": "^1.18.8",
|
|
|
|
"ts-node": "^7.0.1",
|
|
|
|
"typescript": "^3.2.0"
|
2018-02-22 15:29:47 +00:00
|
|
|
}
|
|
|
|
}
|