2021-01-02 21:52:50 -08:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2021-01-03 18:56:02 -08:00
|
|
|
"@urbit/http-api": "^1.0.0",
|
2021-01-02 21:52:50 -08:00
|
|
|
"react": "^17.0.1",
|
2021-01-02 23:16:22 -08:00
|
|
|
"react-dom": "^17.0.1",
|
2021-01-03 18:56:02 -08:00
|
|
|
"regenerator-runtime": "^0.13.7",
|
2021-01-02 23:16:22 -08:00
|
|
|
"webextension-polyfill": "^0.7.0"
|
2021-01-02 21:52:50 -08:00
|
|
|
},
|
|
|
|
"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"
|
2021-01-02 23:39:54 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-01-03 18:56:02 -08:00
|
|
|
"build-dist": "parcel build background/page.html options/options.html popup/popup.html"
|
2021-01-02 21:52:50 -08:00
|
|
|
}
|
|
|
|
}
|