forked from bodhiproject/qrypto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 4.19 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
{
"name": "Runebase-Lite-Wallet",
"description": "LightWeight wallet for the Runebase blockchain",
"author": {
"name": "Bago",
"email": "[email protected]"
},
"version": "1.7.2",
"private": true,
"scripts": {
"clean": "rm -rf dist",
"start": "yarn clean && mkdir dist && ./scripts/create-empty-thunk.sh && webpack --progress --config webpack.dev.config.js --watch --devtool source-map & yarn css-types -w",
"release:patch": "./build.sh patch",
"release:minor": "./build.sh minor",
"release:major": "./build.sh major",
"build:cordova:release": "cd cordova && cordova build android --release",
"start:cordova": "cd cordova && cordova run android",
"start:electron": "electron ./electron/main.js",
"css-types": "tcm src",
"postinstall": "yarn css-types",
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{ts,tsx}": [
"npm run lint-fix",
"git add"
]
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@ceoimon/typed-css-modules": "^0.1.0",
"@types/chrome": "^0.0.254",
"@types/classnames": "^2.2.4",
"@types/create-hash": "^1.2.6",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"electron": "^28.0.0",
"electron-builder": "^24.9.1",
"eslint": "^8.56.0",
"eslint-webpack-plugin": "^4.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"postcss-modules": "^6.0.0",
"react-router-dom": "^6.21.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.3.3",
"web-ext-types": "^3.2.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@mui/styles": "^5.15.1",
"@mui/system": "^5.15.1",
"@types/bip39": "^3.0.0",
"@types/deep-equal": "^1.0.1",
"@types/har-format": "^1.2.15",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/qrcode.react": "^1.0.5",
"@types/react-router": "^5.1.20",
"@types/scryptsy": "^2.0.0",
"@types/secp256k1": "^4.0.6",
"@types/yargs": "^17.0.32",
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"bip39": "^3.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"chrome-call": "^4.0.1",
"classnames": "^2.2.6",
"clsx": "^2.0.0",
"create-hash": "^1.2.0",
"crypto-browserify": "^3.12.0",
"deep-equal": "^2.2.3",
"electron-progressbar": "^2.1.0",
"electron-updater": "^6.1.7",
"ethjs-abi": "^0.2.1",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"moment": "^2.22.2",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"runebasejs-lib": "github:runebase/runebasejs-lib#dc7680e7800a2b7329760e78d842671e61573247",
"runebasejs-wallet": "github:runebase/runebasejs-wallet#7a034eff515236abcca5bf2515a65a2e4a73364f",
"rweb3": "github:Runebase/rweb3.js#1758e789623f9f707938c2bbc3a05c3ce92f2388",
"secp256k1": "^5.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"subworkers": "^1.0.1",
"url": "^0.11.3",
"wif": "^4.0.0"
},
"main": "electron/main.js"
}