{ "name": "romuloalv.es", "version": "3.0.0", "description": "RĂ´mulo Alves website", "dependencies": { "@zeit/next-preact": "^0.0.7", "next": "^6.0.0", "preact": "^8.2.9", "preact-compat": "^3.18.0", "prop-types": "^15.6.1", "react": "^16.3.2", "react-dom": "^16.3.2", "time-ago": "^0.2.1" }, "scripts": { "start": "node server.js", "build": "next build" }, "now": { "alias": [ "romuloalv.es", "www.romuloalv.es" ], "env": { "NODE_ENV": "production" } }, "repository": { "type": "git", "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" }, "author": "romuloalves", "license": "MIT", "bugs": { "url": "https://github.com/romuloalves/romuloalves.github.io/issues" }, "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" }