-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 936 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
34
35
{
"name": "wa-secure-extension",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.ts",
"start": "webpack --watch --progress --config webpack/webpack.dev.ts"
},
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.225",
"@types/crypto-js": "^4.1.1",
"@types/glob": "^7.2.0",
"@types/jquery": "^3.5.14",
"@types/node": "^18.0.3",
"@types/webpack": "^5.28.0",
"copy-webpack-plugin": "^11.0.0",
"glob": "^8.0.3",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@polybase/client": "npm:[email protected]",
"add": "^2.0.6",
"buffer": "^6.0.3",
"bufferutil": "^4.0.7",
"crypto-js": "^4.1.1",
"ethers": "^6.1.0",
"utf-8-validate": "^6.0.3"
}
}