-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@toniq-labs/ext",
"version": "4.0.0",
"description": "JS agent for EXT",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode=production",
"prebuild:dev": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Toniq-Labs/ext-js.git"
},
"keywords": [],
"author": "Stpehen Andrews (Toniq Labs)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Toniq-Labs/ext-js/issues"
},
"homepage": "https://github.com/Toniq-Labs/ext-js#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"esbuild-loader": "^4.0.2",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1",
"axios": "^0.21.1",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"cipher-base": "^1.0.4",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"json-bigint": "^1.0.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"pbkdf2": "^3.1.2",
"sjcl": "^1.0.8",
"stream": "^0.0.2",
"whatwg-fetch": "^3.6.2"
}
}