git ssb

0+

Rômulo Alves / plainbudget-next



Tree: 83be8b8f43a8989f425e4948524233cb63983146

Files: 83be8b8f43a8989f425e4948524233cb63983146 / package.json

802 bytesRaw
1{
2 "name": "plainbudget-next",
3 "version": "1.0.0",
4 "main": "index.js",
5 "scripts": {
6 "dev": "next",
7 "build": "next build",
8 "start": "next start",
9 "export": "npm run build && next export"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/romuloalves/plainbudget-next.git"
14 },
15 "author": {
16 "name": "Rômulo Alves",
17 "email": "me@romuloalv.es",
18 "url": "https://romuloalv.es"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/romuloalves/plainbudget-next/issues"
23 },
24 "homepage": "https://github.com/romuloalves/plainbudget-next#readme",
25 "dependencies": {
26 "next": "^8.1.0",
27 "next-offline": "^4.0.2",
28 "plainbudget": "1.0.0",
29 "prop-types": "^15.7.2",
30 "react": "^16.8.6",
31 "react-dom": "^16.8.6"
32 }
33}
34

Built with git-ssb-web