This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
134 lines (134 loc) · 5.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "wallet3",
"productName": "Wallet 3",
"version": "1.11.0",
"description": "A Secure Wallet for Web3 Era",
"main": ".webpack/main",
"repository": {
"type": "git",
"url": "https://github.com/Wallet3/Wallet3-Desktop.git"
},
"scripts": {
"start": "npx electron-forge start",
"package": "npx electron-forge package --platform=mas",
"build:mac:arm64": "npx electron-forge package --platform=darwin --arch=arm64 && DEBUG=electron-builder ./node_modules/.bin/electron-builder build --mac --arm64",
"build:mac:x64": "npx electron-forge package --platform=darwin --arch=x64 && DEBUG=electron-builder ./node_modules/.bin/electron-builder build --mac --x64",
"build:mac:universal": "npx electron-forge package --platform=darwin --arch=all && DEBUG=electron-builder ./node_modules/.bin/electron-builder build --mac --universal",
"build:mas": "npx electron-forge package --platform=mas --arch=all && DEBUG=electron-builder ./node_modules/.bin/electron-builder build --mac --universal",
"pack:mas": "npx electron-forge package --platform=mas",
"build:win": "npx electron-forge package --platform=win32 --arch=x64 && ./node_modules/.bin/electron-builder build --win --x64",
"build:linux": "npx electron-forge package --platform=linux --arch=x64 && ./node_modules/.bin/electron-builder build --linux --x64",
"build:x64": "npx yarn run build:mac:x64 && npx yarn run build:win && npx yarn run build:linux",
"build": "npx yarn run x64 && npx yarn run build:mac:arm64",
"make": "electron-forge make --platform=mas",
"postinstall": "./node_modules/.bin/electron-builder install-app-deps",
"lint": "npx eslint --ext .ts .",
"test": "npx jest"
},
"keywords": [
"Ethereum",
"Wallet",
"WalletConnect",
"DeFi"
],
"author": {
"name": "ChainBow Co, Ltd.",
"email": "[email protected]"
},
"private": true,
"config": {
"forge": "./forge.config.js"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@electron-forge/cli": "^6.0.0-beta.63",
"@electron-forge/core": "^6.0.0-beta.63",
"@electron-forge/maker-appx": "^6.0.0-beta.63",
"@electron-forge/maker-deb": "^6.0.0-beta.63",
"@electron-forge/maker-dmg": "^6.0.0-beta.63",
"@electron-forge/maker-pkg": "^6.0.0-beta.63",
"@electron-forge/maker-rpm": "^6.0.0-beta.63",
"@electron-forge/maker-squirrel": "^6.0.0-beta.63",
"@electron-forge/maker-zip": "^6.0.0-beta.63",
"@electron-forge/plugin-webpack": "6.0.0-beta.63",
"@types/animejs": "^3.1.4",
"@types/feather-icons": "^4.7.0",
"@types/jest": "^27.4.0",
"@types/mousetrap": "^1.6.9",
"@types/numeral": "^2.0.2",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.39",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/react-virtualized": "^9.21.16",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vercel/webpack-asset-relocator-loader": "^1.7.0",
"babel-jest": "^27.5.0",
"css-loader": "^6.6.0",
"electron": "^13.5.1",
"electron-builder": "^22.14.13",
"electron-notarize": "^1.1.1",
"electron-osx-sign": "^0.5.0",
"electron-squirrel-startup": "^1.0.0",
"eslint": "^8.6.0",
"eslint-plugin-import": "^2.25.4",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"jest": "^27.5.0",
"node-loader": "^2.0.0",
"react-codes-input": "^1.2.4",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"url-loader": "^4.1.1",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"dependencies": {
"@electron/remote": "^2.0.4",
"@nodert-win10-20h1/windows.security.credentials.ui": "^0.1.0",
"@szhsin/react-menu": "1.11.0",
"@walletconnect/client": "^1.8.0",
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"axios": "0.21.4",
"better-sqlite3": "^7.5.0",
"delay": "^5.0.0",
"eth-sig-util": "^3.0.1",
"eth-url-parser": "^1.0.4",
"ethers": "5.4.7",
"feather-icons": "^4.28.0",
"feather-icons-react": "^0.5.0",
"got": "^11.8.3",
"i18next": "^21.6.10",
"is-online": "^9.0.1",
"jsqr": "^1.4.0",
"keytar": "^7.8.0",
"mobx": "^6.3.13",
"mobx-react-lite": "^3.2.3",
"mousetrap": "^1.6.5",
"numeral": "^2.0.6",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-animated-number": "^0.4.4",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-horizontal-stacked-bar-chart": "^8.15.2",
"react-i18next": "^11.15.3",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "2.2.0",
"react-router-dom": "5.3.0",
"react-search-autocomplete": "^5.4.4",
"react-select": "^5.2.2",
"react-spinners": "^0.11.0",
"react-toggle-component": "^3.0.8",
"react-virtualized": "^9.22.3",
"storejs": "^2.0.1",
"typeorm": "^0.2.41",
"yaml": "^1.10.2"
}
}