git ssb

0+

Rômulo Alves / plainbudget-next



Tree: d43e73c547b54ad1b9f250da0e06562553fdd203

Files: d43e73c547b54ad1b9f250da0e06562553fdd203 / package.json

771 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": "^7.0.2",
27 "plainbudget": "1.0.0",
28 "prop-types": "15.6.2",
29 "react": "^16.6.3",
30 "react-dom": "^16.6.3"
31 }
32}
33

Built with git-ssb-web