Files: 75915c9348244854047dbdd52beaac6c8c087cbb / package.json
1112 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 | "main": "server.js", |
17 | "scripts": { |
18 | "dev": "NODE_ENV=development node server.js", |
19 | "start": "node server.js", |
20 | "build": "next build", |
21 | "export": "./node_modules/.bin/next build && ./node_modules/.bin/next export" |
22 | }, |
23 | "now": { |
24 | "name": "romuloalv.es", |
25 | "type": "static", |
26 | "alias": [ |
27 | "romuloalv.es", |
28 | "www.romuloalv.es" |
29 | ], |
30 | "env": { |
31 | "NODE_ENV": "production" |
32 | } |
33 | }, |
34 | "repository": { |
35 | "type": "git", |
36 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
37 | }, |
38 | "author": "romuloalves", |
39 | "license": "MIT", |
40 | "bugs": { |
41 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
42 | }, |
43 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
44 | } |
45 |
Built with git-ssb-web