Files: 90f1fa10f4cf1eadad9cd3539872fd71cc183030 / package.json
887 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 | "repository": { |
24 | "type": "git", |
25 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
26 | }, |
27 | "author": "romuloalves", |
28 | "license": "MIT", |
29 | "bugs": { |
30 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
31 | }, |
32 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
33 | } |
34 |
Built with git-ssb-web