temporibusunde
Version:
Access and interact with Aragon Organizations and their apps.
20 lines (19 loc) • 379 B
JSON
{
"name": "minimal-setup-web",
"private": true,
"version": "0.7.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"dependencies": {
"@aragon/connect-react": "^0.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"parcel": "^1.12.4"
}
}