git ssb

0+

Rômulo Alves / website



Tree: ffb059a9465e9ad3d05e45d9090b4beaba053fed

Files: ffb059a9465e9ad3d05e45d9090b4beaba053fed / package.json

1072 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": "^7.0.0",
8 "nprogress": "^0.2.0",
9 "preact": "^8.3.1",
10 "preact-compat": "^3.18.4",
11 "prop-types": "^15.6.2",
12 "react": "^16.5.2",
13 "react-dom": "^16.5.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": "next build && 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