Files: 0266257daf1eb551b1e0492b10ca0ff98040a895 / package.json
879 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 | "preact": "^8.2.9", |
9 | "preact-compat": "^3.18.0", |
10 | "prop-types": "^15.6.1", |
11 | "react": "^16.3.2", |
12 | "react-dom": "^16.3.2", |
13 | "time-ago": "^0.2.1" |
14 | }, |
15 | "scripts": { |
16 | "start": "node server.js", |
17 | "build": "next build" |
18 | }, |
19 | "now": { |
20 | "alias": [ |
21 | "romuloalv.es", |
22 | "www.romuloalv.es" |
23 | ], |
24 | "env": { |
25 | "NODE_ENV": "production" |
26 | } |
27 | }, |
28 | "repository": { |
29 | "type": "git", |
30 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
31 | }, |
32 | "author": "romuloalves", |
33 | "license": "MIT", |
34 | "bugs": { |
35 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
36 | }, |
37 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
38 | } |
39 |
Built with git-ssb-web