-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.53 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
{
"name": "ledger-academy",
"version": "1.0.0",
"repository": "git@github.com:cod1ng-earth/ledger-academy.git",
"author": "Stefan Adolf <stefan.adolf@turbinekreuzberg.com>",
"license": "MIT",
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@download/blockies": "^1.0.3",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@openzeppelin/contracts-upgradeable": "^3.2.0",
"@truffle/hdwallet-provider": "^1.2.0",
"@types/node": "^15.0",
"@web3-react/core": "^6.1.0",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.0",
"arql-ops": "^1.0.0",
"arweave": "^1.10.0",
"base-64": "^1.0.0",
"cids": "^1.1.6",
"cross-fetch": "^3.0.6",
"dotenv-flow": "^3.2.0",
"emotion-theming": "^10.0.27",
"ethers": "^5.1.0",
"ipfs-core": "^0.8.0",
"ipfs-core-types": "^0.5.2",
"ipfs-message-port-client": "^0.6.0",
"ipfs-message-port-protocol": "^0.7.0",
"ipfs-message-port-server": "^0.7.0",
"multiaddr": "^9.0.0",
"orbit-db": "^0.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.0",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"uint8arrays": "^2.1.0",
"web3": "^1.3.0",
"web3-utils": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && yarn run sharedworkers",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test:contracts": "cd contracts && truffle test",
"contracts": "cd contracts && truffle compile",
"sharedworkers": "rm -rf public/ipfsWorker && webpack-cli --mode development --entry ./src/workers/ipfsWorker.js -o ./public/ipfsWorker",
"prebuild": "yarn run contracts"
},
"resolutions": {
"web-encoding": "1.1.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"last 2 versions and not dead and > 2%"
],
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.2.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"eslint": "^6.6.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-flowtype": "^5.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"truffle": "^5.1.52",
"typescript": "^4.1.0",
"webpack-cli": "^4.6.0"
}
}