Files: 858b3ad933c033da2dff195b01a87247388de559 / package.json
678 bytesRaw
1 | { |
2 | "name": "website", |
3 | "version": "6.0.0", |
4 | "description": "Rômulo Alves website", |
5 | "repository": { |
6 | "type": "git", |
7 | "url": "git+https://git.sr.ht/~romuloalves/website" |
8 | }, |
9 | "author": "romuloalves", |
10 | "license": "MIT", |
11 | "homepage": "https://git.sr.ht/~romuloalves/website", |
12 | "scripts": { |
13 | "dev": "NODE_ENV=development next dev", |
14 | "build": "next build", |
15 | "start": "next start" |
16 | }, |
17 | "dependencies": { |
18 | "next": "^10.1.3", |
19 | "next-seo": "^4.24.0", |
20 | "react": "^17.0.2", |
21 | "react-dom": "^17.0.2", |
22 | "styled-jsx": "^3.4.4" |
23 | }, |
24 | "devDependencies": { |
25 | "@types/node": "^14.14.37", |
26 | "@types/react": "^17.0.3", |
27 | "typescript": "^4.2.4" |
28 | } |
29 | } |
30 |
Built with git-ssb-web