2022-08-25 22:39:02 +00:00
{
"name" : "clear-wallet" ,
2024-07-25 21:03:08 +00:00
"version" : "1.4.0" ,
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-08-11 14:50:44 +00:00
"@ionic/vue" : "^8.2.6" ,
"@ionic/vue-router" : "^8.2.6" ,
"core-js" : "^3.38.0" ,
"ethers" : "^6.13.2" ,
"vue" : "^3.4.37" ,
"vue-router" : "^4.4.3"
2022-08-25 22:39:02 +00:00
} ,
"devDependencies" : {
2024-08-11 14:50:44 +00:00
"@crxjs/vite-plugin" : "2.0.0-beta.25" ,
"@types/archiver" : "^6.0.2" ,
"@types/chrome" : "^0.0.269" ,
"@types/jest" : "^29.5.12" ,
"@types/node" : "^22.2.0" ,
"@typescript-eslint/eslint-plugin" : "^8.0.1" ,
"@typescript-eslint/parser" : "^8.0.1" ,
"@vitejs/plugin-vue" : "^5.1.2" ,
2024-06-26 21:18:36 +00:00
"@vue/eslint-config-typescript" : "^13.0.0" ,
2024-08-11 14:50:44 +00:00
"archiver" : "^7.0.1" ,
"eslint" : "^9.9.0" ,
"eslint-plugin-vue" : "^9.27.0" ,
2022-10-07 17:07:59 +00:00
"http-browserify" : "^1.7.0" ,
"https-browserify" : "^1.0.0" ,
2024-08-11 14:50:44 +00:00
"jest" : "^29.7.0" ,
"sass" : "^1.77.8" ,
2022-10-07 17:07:59 +00:00
"stream-browserify" : "^3.0.0" ,
2024-08-11 14:50:44 +00:00
"ts-jest" : "^29.2.4" ,
"tsx" : "^4.17.0" ,
"typescript" : "^5.5.4" ,
2022-10-30 23:34:21 +00:00
"util" : "^0.12.5" ,
2024-08-11 14:50:44 +00:00
"vite" : "^5.4.0" ,
"vue-tsc" : "^2.0.29" ,
"yarn-upgrade-all" : "^0.7.4"
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
}