rsnext/examples/with-typescript/package.json

21 lines
390 B
JSON
Raw Normal View History

{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-typescript": "1.1.0",
"next": "latest",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@types/next": "latest",
"@types/react": "^16.0.36"
},
"license": "ISC"
}