{ "name": "with-next-translate", "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "next": "10.0.3", "next-translate": "1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "license": "MIT" }