git ssb

0+

Rômulo Alves / website



Tree: 04ef02f04bbaafcd2315aab58dd7be6cfaf19f8c

Files: 04ef02f04bbaafcd2315aab58dd7be6cfaf19f8c / package.json

842 bytesRaw
1{
2 "name": "romuloalv.es",
3 "version": "3.0.0",
4 "description": "Rômulo Alves website",
5 "dependencies": {
6 "next": "^7.0.0",
7 "nprogress": "^0.2.0",
8 "prop-types": "^15.6.2",
9 "react": "^16.5.2",
10 "react-dom": "^16.5.2",
11 "time-ago": "^0.2.1"
12 },
13 "main": "server.js",
14 "scripts": {
15 "dev": "NODE_ENV=development node server.js",
16 "start": "node server.js",
17 "build": "next build",
18 "export": "next build && next export",
19 "now-build": "npm run export -- -o dist"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/romuloalves/romuloalves.github.io.git"
24 },
25 "author": "romuloalves",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/romuloalves/romuloalves.github.io/issues"
29 },
30 "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme"
31}
32

Built with git-ssb-web