38ff3ee4de
This requires some extra manual copying because parcel doesn't yet understand the manifest format. The as-yet-open pull request https://github.com/parcel-bundler/parcel/pull/4313 seems like it should handle this.
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"dependencies": {
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"webextension-polyfill": "^0.7.0"
|
|
},
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"build-dist": "parcel build src/background/page.html src/options/options.html src/popup/popup.html"
|
|
}
|
|
}
|