-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.24 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
{
"name": "webauthn-browser-signature",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node src/server/server-loader.js",
"lint": "tslint -c tslint.json src/**/*.ts",
"lint-fix": "tslint -c tslint.json src/**/*.ts --fix",
"build": "webpack",
"start": "./scripts/start.sh",
"stop": "./scripts/stop.sh",
"setup": "./scripts/setup.sh",
"clean": "./scripts/clean.sh",
"unlock-wallet": "./scripts/unlock-wallet.sh",
"cleos": "./scripts/cleos.sh"
},
"keywords": [],
"author": {
"name": "block.one",
"url": "https://block.one/"
},
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@types/cbor": "^6.0.0",
"@types/express": "^4.16.1",
"@types/node": "^16.6.2",
"@types/node-fetch": "^2.3.3",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/socket.io": "2.1.4",
"@types/socket.io-client": "1.4.32",
"@types/text-encoding": "^0.0.36",
"css-loader": "^6.2.0",
"express": "^4.16.4",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.3.5",
"util": "^0.12.3",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.24.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@types/elliptic": "^6.4.13",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"cbor": "^8.0.0",
"cbor-web": "^8.0.1",
"elliptic": "^6.5.4",
"eosjs": "file:external/eosjs",
"eosjs-ecc": "^4.0.4",
"fast-sha256": "^1.3.0",
"fast-text-encoding": "^1.0.3",
"file-loader": "^6.2.0",
"install": "^0.13.0",
"moment": "^2.29.1",
"nanoid": "^3.1.22",
"node-fetch": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"socket.io": "2.5.0",
"socket.io-client": "2.4.0",
"text-encoding": "^0.7.0",
"url-loader": "^4.1.1"
}
}