Files: d1965e6223c3a0dba5efd21a77f674689c9f1389 / package.json
814 bytesRaw
1 | { |
2 | "name": "romuloalves.github.io", |
3 | "version": "1.0.0", |
4 | "description": "Rômulo Alves website", |
5 | "dependencies": { |
6 | "@mars/heroku-nextjs-build": "^1.1.0", |
7 | "next": "^1.0.0", |
8 | "react": "^15.4.2", |
9 | "react-dom": "^15.4.2" |
10 | }, |
11 | "engines": { |
12 | "node": "7.x" |
13 | }, |
14 | "scripts": { |
15 | "dev": "next", |
16 | "build": "next build", |
17 | "start": "next start -p $PORT", |
18 | "heroku-postbuild": "heroku-nextjs-build" |
19 | }, |
20 | "cacheDirectories": [ |
21 | "nextjs/node_modules" |
22 | ], |
23 | "repository": { |
24 | "type": "git", |
25 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
26 | }, |
27 | "author": "romuloalves", |
28 | "license": "MIT", |
29 | "bugs": { |
30 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
31 | }, |
32 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
33 | } |
34 |
Built with git-ssb-web