-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 851 Bytes
/
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
{
"name": "cross-chain-browser",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"tsc-watch": "tsc-watch -p ./"
},
"dependencies": {
"@ethersproject/providers": "^5.6.2",
"@ethersproject/units": "^5.6.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.1",
"express": "^4.17.3",
"hardhat": "^2.9.1",
"influx": "^5.9.3",
"js-conflux-sdk": "^2.0.4",
"mysql2": "^2.3.3",
"node-html-parser": "^6.1.4",
"sequelize": "^6.17.0",
"sqlite3": "^5.0.2",
"superagent": "^7.1.1",
"superagent-proxy": "^3.0.0",
"ts-node": "^10.7.0",
"tsc-watch": "^4.6.2",
"typescript": "^4.6.2"
}
}