Starting to use js ecosystem tools

This commit is contained in:
ronreg-ribdev 2021-01-02 21:52:50 -08:00
parent 31f82d4ae3
commit 0ca9142f61
2 changed files with 5208 additions and 0 deletions

15
extension/package.json Normal file
View File

@ -0,0 +1,15 @@
{
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"name": "urbit-browser-manager-extension",
"version": "0.0.1",
"description": "Browser extension for connecting to Urbit.",
"main": "index.js",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"parcel": "^1.12.4"
}
}

5193
extension/yarn.lock Normal file

File diff suppressed because it is too large Load Diff