Files: 05da29162cd94001b87a1366246df608c8a7fa4d / package.json
925 bytesRaw
1 | { |
2 | "name": "romuloalv.es", |
3 | "version": "3.0.0", |
4 | "description": "Rômulo Alves website", |
5 | "dependencies": { |
6 | "@zeit/next-preact": "^0.0.7", |
7 | "next": "^6.0.0", |
8 | "nprogress": "^0.2.0", |
9 | "preact": "^8.2.9", |
10 | "preact-compat": "^3.18.0", |
11 | "prop-types": "^15.6.1", |
12 | "react": "^16.3.2", |
13 | "react-dom": "^16.3.2", |
14 | "time-ago": "^0.2.1" |
15 | }, |
16 | "scripts": { |
17 | "dev": "next", |
18 | "start": "node server.js", |
19 | "build": "next build" |
20 | }, |
21 | "now": { |
22 | "alias": [ |
23 | "romuloalv.es", |
24 | "www.romuloalv.es" |
25 | ], |
26 | "env": { |
27 | "NODE_ENV": "production" |
28 | } |
29 | }, |
30 | "repository": { |
31 | "type": "git", |
32 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
33 | }, |
34 | "author": "romuloalves", |
35 | "license": "MIT", |
36 | "bugs": { |
37 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
38 | }, |
39 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
40 | } |
41 |
Built with git-ssb-web