{ "name": "with-typescript", "version": "1.0.0", "scripts": { "dev": "concurrently \"tsc --pretty --watch\" \"next\"", "prebuild": "tsc", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^16.1.0", "react-dom": "^16.1.0" }, "devDependencies": { "@types/next": "^2.4.5", "@types/react": "^16.0.22", "concurrently": "^3.5.0", "tslint": "^5.8.0", "typescript": "^2.6.1" } }