forked from ravenrebels/ravencoin-webwallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
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
{
"name": "neurai-wallet",
"version": "1.0.8",
"description": "Web wallet for Neurai",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build index.html --no-source-maps",
"watch": "parcel watch index.html",
"start": "parcel index.html",
"dev": "parcel index.html --https",
"postinstall": "node generateCommitHash.js"
},
"keywords": [
"Neurai",
"XNA"
],
"author": "Neurai Community",
"license": "MIT",
"dependencies": {
"@neuraiproject/neurai-history-list": "^1.2.5",
"@neuraiproject/neurai-jswallet": "0.12.1",
"@neuraiproject/neurai-key": "^2.8.4",
"@neuraiproject/neurai-message": "^0.7.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"bip39": "^3.1.0",
"crypto-js": "^4.2.0",
"parcel": "^2.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-reader": "^3.0.0-beta-1"
},
"overrides": {
"react-qr-reader": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.14.4",
"@parcel/transformer-webmanifest": "2.16.0",
"assert": "^2.1.0",
"buffer": "^5.5.0||^6.0.0",
"crypto-browserify": "^3.12.1",
"events": "^3.3.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"vm-browserify": "^1.1.2"
}
}