Starting to use js ecosystem tools
This commit is contained in:
parent
31f82d4ae3
commit
0ca9142f61
15
extension/package.json
Normal file
15
extension/package.json
Normal 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
5193
extension/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user