Files: 9fe4692300e786f603d0456a8df7e201b1ce41ab / package.json
630 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": "next dev", |
14 | "build": "next build", |
15 | "start": "next start" |
16 | }, |
17 | "dependencies": { |
18 | "next": "^10.1.3", |
19 | "react": "^17.0.2", |
20 | "react-dom": "^17.0.2", |
21 | "styled-jsx": "^3.4.4" |
22 | }, |
23 | "devDependencies": { |
24 | "@types/node": "^14.14.37", |
25 | "@types/react": "^17.0.3", |
26 | "typescript": "^4.2.3" |
27 | } |
28 | } |
29 |
Built with git-ssb-web