mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 12:45:21 +00:00
Use npm
As it better handles file dependencies by creating a symlink.
This commit is contained in:
parent
3fa1574696
commit
1d3f0e4c8a
@ -1,5 +1,3 @@
|
|||||||
# Ethereum Direct Message Web App
|
# Ethereum Direct Message Web App
|
||||||
|
|
||||||
A showcase app of [20/ETH-DM](https://rfc.vac.dev/spec/20/).
|
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
59713
examples/eth-dm/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@
|
|||||||
"@types/react-dom": "^17.0.0",
|
"@types/react-dom": "^17.0.0",
|
||||||
"eth-crypto": "^1.9.0",
|
"eth-crypto": "^1.9.0",
|
||||||
"ethers": "^5.2.0",
|
"ethers": "^5.2.0",
|
||||||
"js-waku": "^0.5.0",
|
"js-waku": "../../build/main",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "4.0.3",
|
||||||
@ -56,7 +56,6 @@
|
|||||||
"@ethereum-waffle/jest": "^3.2.2",
|
"@ethereum-waffle/jest": "^3.2.2",
|
||||||
"@ethersproject/shims": "^5.3.0",
|
"@ethersproject/shims": "^5.3.0",
|
||||||
"ethereum-waffle": "^3.3.0",
|
"ethereum-waffle": "^3.3.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5"
|
||||||
"react-native-get-random-values": "^1.7.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
import 'react-native-get-random-values';
|
|
||||||
|
|
||||||
import '@ethersproject/shims';
|
import '@ethersproject/shims';
|
||||||
|
|
||||||
import React, { Dispatch, SetStateAction, useEffect, useState } from 'react';
|
import React, { Dispatch, SetStateAction, useEffect, useState } from 'react';
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
import 'react-native-get-random-values';
|
|
||||||
|
|
||||||
import '@ethersproject/shims';
|
import '@ethersproject/shims';
|
||||||
|
|
||||||
import { ethers } from 'ethers';
|
import { ethers } from 'ethers';
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
import 'react-native-get-random-values';
|
|
||||||
|
|
||||||
import '@ethersproject/shims';
|
import '@ethersproject/shims';
|
||||||
|
|
||||||
import * as EthCrypto from 'eth-crypto';
|
import * as EthCrypto from 'eth-crypto';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user