-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "eosjs-keygen",
"version": "1.0.2",
"homepage": ".",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jcalfee/eosjs-keyen.git"
},
"dependencies": {
"bip39": "^2.4.0",
"bip39-checker": "^1.1.4",
"create-hash": "^1.1.3",
"eosjs-ecc": "^1.3.2",
"formsy-react": "^1.0.0",
"formsy-react-components": "^1.0.0-alpha.7",
"hdkey": "^0.7.1",
"history": "^4.7.2",
"jdenticon": "^1.7.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-autofill": "^1.1.4",
"react-confirm-alert": "^1.0.7",
"react-dom": "^15.6.1",
"react-forms": "^2.0.0-beta35",
"react-qr": "0.0.2",
"react-qr-reader": "^1.2.1",
"react-scripts": "1.0.12",
"secp256k1": "^3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && standalone build/index.html -o eosjs-keygen.html && sha256sum eosjs-keygen.html",
"test": "react-scripts test --env=jsdom --verbose"
},
"devDependencies": {
"standalone-html": "^0.2.1"
}
}