-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.89 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
{
"name": "assetdapp",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@cosmjs/amino": "^v0.26.5",
"@cosmjs/crypto": "^v0.26.5",
"@cosmjs/launchpad": "^v0.26.5",
"@cosmjs/ledger-amino": "git://github.com/persistenceOne/ledger-amino.git#v0.2.0",
"@google/model-viewer": "^1.8.0",
"@ledgerhq/hw-transport-webusb": "^5.53.1",
"@pinata/sdk": "^1.1.23",
"axios": "^0.21.1",
"base64url": "^3.0.1",
"bigdecimal": "^0.6.1",
"bip39": "^3.0.2",
"bootstrap": "^4.6.0",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"form-data": "^4.0.0",
"history": "^4.10.1",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"ipfs-http-client": "^53.0.1",
"js-big-decimal": "^1.3.3",
"js-sha1": "^0.6.0",
"persistencejs": "https://github.com/persistenceOne/persistenceJS#typescriptExample",
"react": "^16.14.0",
"react-bootstrap": "^1.4.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.8.6",
"react-download-link": "^2.3.0",
"react-i18next": "^11.7.3",
"react-image-lightbox": "^5.1.1",
"react-redux": "^7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.0",
"react-share": "^4.4.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"styled-components": "^5.2.1",
"base-path-converter": "latest"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "^7.28.0",
"eslint-plugin-react": "^7.24.0"
}
}