Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ coverage
storybook-static

docs-archive
.output
1 change: 1 addition & 0 deletions apps/extension/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.wxt/
7 changes: 0 additions & 7 deletions apps/extension/_raw/manifest/manifest.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": ["content-script.js", "script.js"],
"matches": ["file://*/*", "http://*/*", "https://*/*"],
"all_frames": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval';"
},
Expand Down
7 changes: 0 additions & 7 deletions apps/extension/_raw/manifest/manifest.pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"js": ["content-script.js", "script.js"],
"matches": ["file://*/*", "http://*/*", "https://*/*"],
"all_frames": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval';"
},
Expand Down
38 changes: 19 additions & 19 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
"description": "Digital wallet created for everyone.",
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=8192' wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:edge": "wxt build -b edge",
"build:dev": "cross-env NODE_ENV=development NODE_OPTIONS='--max-old-space-size=8192' wxt build",
"build:pro": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=8192' wxt build",
"build:test": "cross-env NODE_ENV=test wxt build",
"zip": "wxt zip",
"postinstall": "wxt prepare",
"prepare:dev": "pnpx tsx ./build/prepareManifest.ts dev",
"prepare:pro": "pnpx tsx ./build/prepareManifest.ts pro",
"clean": "rimraf dist",
"build:dev": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm run prepare:dev && pnpm run clean && node build/webpack-cli-wrapper.cjs --progress --env config=dev",
"build:dev-ci": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm run prepare:dev && pnpm run clean && node build/webpack-cli-wrapper.cjs --env config=dev --no-watch",
"build:ci": "pnpm run prepare:pro && pnpm run clean && node build/webpack-cli-wrapper.cjs --env config=pro",
"build:pro": "pnpm run prepare:pro && pnpm run clean && node build/webpack-cli-wrapper.cjs --progress --env config=pro",
"build:test": "pnpm run prepare:dev && pnpm run clean && node build/webpack-cli-wrapper.cjs --progress --env config=none",
"clean": "rimraf dist .output",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"format:fix": "prettier --write .",
Expand Down Expand Up @@ -50,6 +55,7 @@
"@onflow/flow-wallet-reducers": "workspace:*",
"@onflow/flow-wallet-shared": "workspace:*",
"@reown/walletkit": "^1.2.8",
"@scure/bip39": "^1.6.0",
"@trustwallet/wallet-core": "^4.3.6",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
Expand All @@ -61,7 +67,6 @@
"aes-js": "^3.1.2",
"assert": "^2.1.0",
"bignumber.js": "^9.3.0",
"bip39": "^3.1.0",
"browser-passworder": "^2.0.3",
"compare-versions": "^4.1.4",
"cross-fetch": "^4.1.0",
Expand Down Expand Up @@ -114,12 +119,13 @@
"@eslint/js": "^9.30.1",
"@metamask/eth-sig-util": "^8.2.0",
"@playwright/test": "^1.53.2",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-inject": "^5.0.5",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-onboarding": "^9.0.16",
"@storybook/addon-themes": "^9.0.16",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/react-webpack5": "^9.0.16",
"@svgr/webpack": "^5.5.0",
"@types/chrome": "^0.0.281",
"@types/koa-compose": "^3.2.8",
"@types/lodash": "^4.17.20",
Expand All @@ -129,15 +135,13 @@
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "3.2.4",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.21",
"chromatic": "^12.2.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"dotenv": "^16.6.1",
"dotenv-webpack": "^8.1.1",
"enquirer": "^2.4.1",
"eslint": "^9.30.1",
"eslint-import-resolver-typescript": "^3.10.1",
Expand All @@ -146,9 +150,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^9.0.16",
"eslint-plugin-unused-imports": "^4.1.4",
"file-loader": "^6.2.0",
"globals": "^15.15.0",
"html-webpack-plugin": "^5.6.3",
"i18next": "^24.2.3",
"jszip": "^3.10.1",
"os-browserify": "^0.3.0",
Expand All @@ -167,19 +169,17 @@
"sinon-chrome": "^3.0.1",
"storybook": "^9.0.16",
"storybook-addon-remix-react-router": "^5.0.0",
"style-loader": "^4.0.0",
"table": "^6.9.0",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"typescript-transform-paths": "^3.5.5",
"url-loader": "^4.1.1",
"vite": "^7.0.4",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-wasm": "^3.5.0",
"vitest": "^3.2.4",
"webpack": "^5.99.9",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0",
"wxt": "^0.20.7",
"zip-dir": "^2.0.0"
},
"keywords": [],
Expand Down
Loading
Loading