git ssb

0+

Rômulo Alves / website



Tree: cff681a6d4c065fac353f6df2028ec30bc5749c8

Files: cff681a6d4c065fac353f6df2028ec30bc5749c8 / package.json

1062 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 "alias": [
25 "romuloalv.es",
26 "www.romuloalv.es"
27 ],
28 "env": {
29 "NODE_ENV": "production"
30 }
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/romuloalves/romuloalves.github.io.git"
35 },
36 "author": "romuloalves",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/romuloalves/romuloalves.github.io/issues"
40 },
41 "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme"
42}
43

Built with git-ssb-web