{ "name": "website", "version": "6.0.0", "description": "RĂ´mulo Alves website", "repository": { "type": "git", "url": "git+https://git.sr.ht/~romuloalves/website" }, "author": "romuloalves", "license": "MIT", "homepage": "https://git.sr.ht/~romuloalves/website", "scripts": { "dev": "NODE_ENV=development next dev", "build": "next build", "start": "next start" }, "dependencies": { "next": "^10.1.3", "next-seo": "^4.24.0", "react": "^17.0.2", "react-dom": "^17.0.2", "styled-jsx": "^3.4.4" }, "devDependencies": { "@types/node": "^14.14.37", "@types/react": "^17.0.3", "typescript": "^4.2.4" } }