-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 847 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 847 Bytes
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
{
"dependencies": {
"@lit-protocol/lit-node-client": "^2.2.61",
"@litstack/core": "^1.4.0",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@pinata/sdk": "^2.1.0",
"axios": "^1.5.1",
"crypto-js": "^4.1.1",
"emailjs-com": "^3.2.0",
"ethereum-waffle": "^2.2.0",
"ethers": "^5.0.0",
"gpg": "^0.6.0",
"hardhat": "^2.17.4",
"hardhat-chai-matchers": "^0.0.1",
"ipfs-encrypted": "^1.2.0",
"jsencrypt": "^3.3.2",
"lit-js": "^1.3.1",
"lit-js-sdk": "^1.1.250",
"node-forge": "^1.3.1",
"node-gpg": "^0.2.0",
"node-rsa": "^1.1.1",
"nodemailer": "^6.9.7",
"zapier-platform-core": "^15.4.1"
},
"scripts": {
"start": "vite"
},
"devDependencies": {
"webpack": "^5.88.2"
}
}