As it better handles file dependencies by creating a symlink.
This commit is contained in:
Franck Royer 2021-06-16 16:34:50 +10:00
parent 3fa1574696
commit 1d3f0e4c8a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
6 changed files with 59715 additions and 11 deletions

View File

@ -1,5 +1,3 @@
# Ethereum Direct Message Web App
A showcase app of [20/ETH-DM](https://rfc.vac.dev/spec/20/).
Note: This examples uses [yarn](https://yarnpkg.com/) package manager.

59713
examples/eth-dm/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"@types/react-dom": "^17.0.0",
"eth-crypto": "^1.9.0",
"ethers": "^5.2.0",
"js-waku": "^0.5.0",
"js-waku": "../../build/main",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
@ -56,7 +56,6 @@
"@ethereum-waffle/jest": "^3.2.2",
"@ethersproject/shims": "^5.3.0",
"ethereum-waffle": "^3.3.0",
"npm-run-all": "^4.1.5",
"react-native-get-random-values": "^1.7.0"
"npm-run-all": "^4.1.5"
}
}

View File

@ -1,5 +1,3 @@
import 'react-native-get-random-values';
import '@ethersproject/shims';
import React, { Dispatch, SetStateAction, useEffect, useState } from 'react';

View File

@ -1,5 +1,3 @@
import 'react-native-get-random-values';
import '@ethersproject/shims';
import { ethers } from 'ethers';

View File

@ -1,5 +1,3 @@
import 'react-native-get-random-values';
import '@ethersproject/shims';
import * as EthCrypto from 'eth-crypto';