-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 4.49 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
{
"name": "polkadot-live-vite",
"productName": "Polkadot Live",
"version": "0.3.0-alpha",
"description": "Decentralised Polkadot Notifications and Chain Interactions on the Desktop.",
"main": ".vite/build/main.js",
"contributors": [
"Dane Bulat<[email protected]>"
],
"scripts": {
"clear": "rm -rf node_modules out tsconfig.tsbuildinfo",
"debug": "DEBUG=main:* electron-forge start",
"lint": "eslint --fix --ext .ts,.tsx . && npx prettier --write ./src",
"dev": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"wdio": "NODE_ENV=test wdio run wdio.conf.ts",
"package:dev": "NODE_ENV=test electron-forge package",
"test": "mocha --require ts-node/register --config .mocharc.jsonc test/unit/**/*.test.ts"
},
"keywords": [],
"author": {
"name": "Dane Bulat",
"email": "[email protected]"
},
"license": "GPL-3.0-only",
"devDependencies": {
"@electron-forge/cli": "7.4.0",
"@electron-forge/maker-deb": "7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "7.4.0",
"@electron-forge/maker-squirrel": "7.4.0",
"@electron-forge/maker-zip": "7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-vite": "7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@types/auto-launch": "^5.0.2",
"@types/debug": "^4.1.12",
"@types/electron-localshortcut": "^3.1.0",
"@types/ip": "^1.1.3",
"@types/mocha": "^10.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@wdio/cli": "8.32.3",
"@wdio/dot-reporter": "^8.32.2",
"@wdio/globals": "^8.32.3",
"@wdio/local-runner": "^8.32.3",
"@wdio/mocha-framework": "^8.32.3",
"@wdio/spec-reporter": "^8.32.2",
"@wdio/types": "^8.32.2",
"debug": "^4.3.4",
"electron": "^30.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.0.0",
"expect": "^29.7.0",
"expect-webdriverio": "^4.11.9",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"wdio-electron-service": "^5.4.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.5.0",
"@fortawesome/free-regular-svg-icons": "^6.5.0",
"@fortawesome/free-solid-svg-icons": "^6.5.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ledgerhq/hw-transport": "^6.31.0",
"@ledgerhq/hw-transport-node-hid": "^6.29.1",
"@polkadot/api": "^11.3.1",
"@polkadot/rpc-provider": "^11.3.1",
"@polkadot/types": "^11.3.1",
"@polkadot/types-codec": "^11.3.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@substrate/connect": "^1.0.2",
"@theme-toggles/react": "^4.1.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@w3ux/extension-assets": "^0.2.6",
"@w3ux/react-polkicon": "1.2.0-alpha.8",
"@w3ux/utils": "0.4.0-alpha.0",
"@zondax/ledger-substrate": "^0.44.7",
"auto-launch": "^5.0.6",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"date-fns": "^3.6.0",
"electron-localshortcut": "^3.2.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"electron-unhandled": "^4.0.1",
"framer-motion": "^11.1.1",
"html5-qrcode": "^2.3.8",
"ip": "^2.0.1",
"qrcode-generator": "^1.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"socket.io": "^4.7.5",
"styled-components": "^6.1.8",
"svg-inline-loader": "^0.8.2"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"packageManager": "[email protected]"
}