git ssb

0+

Rômulo Alves / website



Tree: b17cf440c9dbf4e1f387500422eac5a7b137232e

Files: b17cf440c9dbf4e1f387500422eac5a7b137232e / package.json

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

Built with git-ssb-web