Files: 33b9394e8d0e223eb848f055d1431a656b7ad384 / package.json
724 bytesRaw
1 | { |
2 | "name": "romuloalves.github.io", |
3 | "version": "1.0.0", |
4 | "description": "Rômulo Alves website", |
5 | "dependencies": { |
6 | "next": "^1.0.0", |
7 | "react": "^15.4.2", |
8 | "react-dom": "^15.4.2" |
9 | }, |
10 | "engines": { |
11 | "node": "7.x" |
12 | }, |
13 | "scripts": { |
14 | "dev": "next", |
15 | "build": "next build", |
16 | "start": "next start -p $PORT" |
17 | }, |
18 | "cacheDirectories": [ |
19 | "nextjs/node_modules" |
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