{ "scripts": { "dev": "next dev", "build": "next build", "start": "next" }, "dependencies": { "babel-plugin-inline-import": "^2.0.6", "next": "latest", "react": "^16.0.0", "react-dom": "^16.0.0", "tachyons": "^4.8.1" } }