2022-08-25 22:39:02 +00:00
{
"name" : "clear-wallet" ,
2024-07-25 21:02:16 +00:00
"version" : "1.3.10" ,
2022-08-25 22:39:02 +00:00
"private" : true ,
2024-01-24 00:41:31 +00:00
"description" : "Clear Wallet (CLW) is a wallet that helps you manage your Ethereum assets and interact with Ethereum dApps and contracts with the main focus on absolute privacy." ,
2024-05-03 09:53:24 +00:00
"type" : "module" ,
2022-08-25 22:39:02 +00:00
"scripts" : {
2022-10-07 17:07:59 +00:00
"dev" : "vite" ,
2024-01-24 00:41:31 +00:00
"inject" : "tsc --downlevelIteration --outFile src/extension/inject.js src/extension/inject.ts" ,
2023-03-30 14:12:44 +00:00
"content" : "tsc --outFile src/extension/content.js src/extension/content.ts" ,
2024-05-03 09:53:24 +00:00
"post-build" : "yarn tsx ./release-scripts/post-build.ts" ,
2022-11-02 15:11:16 +00:00
"build" : "yarn inject && yarn content && vue-tsc --noEmit && vite build && yarn post-build" ,
2022-10-16 22:25:20 +00:00
"preview" : "vite preview" ,
"release" : "yarn config set version-tag-prefix clear-wallet@v && yarn config set version-git-message 'clear-wallet@v%s' && yarn version --patch && yarn postversion" ,
"postversion" : "git push" ,
2024-05-03 09:53:24 +00:00
"pub" : "yarn build && yarn release && yarn tsx ./release-scripts/create-release.ts"
2022-08-25 22:39:02 +00:00
} ,
"dependencies" : {
2024-06-26 21:18:36 +00:00
"@ionic/vue" : "^7.8.6" ,
"@ionic/vue-router" : "^7.8.6" ,
"core-js" : "^3.37.1" ,
"ethers" : "^6.13.1" ,
"vue" : "^3.4.29" ,
"vue-router" : "^4.3.3"
2022-08-25 22:39:02 +00:00
} ,
"devDependencies" : {
2023-08-14 08:10:52 +00:00
"@capacitor/cli" : "^5.2.3" ,
2024-05-03 09:53:24 +00:00
"@crxjs/vite-plugin" : "^2.0.0-beta.23" ,
2024-06-26 21:18:36 +00:00
"@types/archiver" : "^5.3.4" ,
"@types/chrome" : "^0.0.268" ,
2023-08-14 08:10:52 +00:00
"@types/jest" : "^29.5.3" ,
2024-06-26 21:18:36 +00:00
"@types/node" : "^20.14.5" ,
"@typescript-eslint/eslint-plugin" : "^7.13.0" ,
"@typescript-eslint/parser" : "^7.13.1" ,
"@vitejs/plugin-vue" : "^5.0.5" ,
"@vue/eslint-config-typescript" : "^13.0.0" ,
2022-10-16 22:31:35 +00:00
"archiver" : "^5.3.1" ,
2024-06-26 21:18:36 +00:00
"eslint" : "^8.56.0" ,
"eslint-plugin-vue" : "^9.26.0" ,
2022-10-07 17:07:59 +00:00
"http-browserify" : "^1.7.0" ,
"https-browserify" : "^1.0.0" ,
2023-08-14 08:10:52 +00:00
"jest" : "^29.6.2" ,
2024-06-26 21:18:36 +00:00
"sass" : "^1.77.6" ,
2022-10-07 17:07:59 +00:00
"stream-browserify" : "^3.0.0" ,
2023-08-14 08:10:52 +00:00
"ts-jest" : "^29.1.1" ,
2024-06-26 21:18:36 +00:00
"tsx" : "^4.15.6" ,
"typescript" : "^5.4.5" ,
2022-10-30 23:34:21 +00:00
"util" : "^0.12.5" ,
2024-06-26 21:18:36 +00:00
"vite" : "^5.3.1" ,
"vue-tsc" : "^2.0.21" ,
2023-02-17 22:42:32 +00:00
"yarn-upgrade-all" : "^0.7.2"
2024-05-03 09:53:24 +00:00
} ,
"disabledNativeDependencies" : {
"@capacitor/app" : "^5.0.6" ,
"@capacitor/core" : "^5.2.3" ,
"@capacitor/haptics" : "^5.0.6" ,
"@capacitor/keyboard" : "^5.0.6" ,
"@capacitor/status-bar" : "^5.0.6"
2024-01-24 00:41:31 +00:00
}
2022-08-25 22:39:02 +00:00
}