forked from jaensen/circles-dappcon-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.12 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "add-owner-to-safe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"develop": "webpack serve --hot --config webpack.config.js --mode development",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"@circles/timecircles": "^1.0.6",
"@metamask/jazzicon": "^2.0.0",
"@safe-global/api-kit": "^1.0.1",
"@safe-global/protocol-kit": "^0.1.1",
"@safe-global/safe-core-sdk-types": "^1.9.1",
"@truffle/hdwallet-provider": "^2.1.10",
"@web3-onboard/injected-wallets": "^2.10.5",
"bip39": "^3.1.0",
"bn.js": "^5.2.1",
"nullthrows": "^1.1.1",
"svelte-spa-router": "^3.2.0",
"vis-network": "^9.1.6",
"web3": "^1.9.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tsconfig/svelte": "^4.0.1",
"@vxna/mini-html-webpack-template": "^2.0.0",
"@web3-onboard/core": "^2.21.0",
"@web3-onboard/gnosis": "^2.2.0",
"@web3-onboard/walletconnect": "^2.4.6",
"assert": "^2.0.0",
"autoprefixer": "^10.4.14",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"daisyui": "^2.51.6",
"dotenv-webpack": "^8.0.1",
"esbuild-loader": "^3.0.1",
"https-browserify": "^1.0.0",
"mini-css-extract-plugin": "^2.7.5",
"mini-html-webpack-plugin": "^3.1.3",
"net-browserify": "^0.2.4",
"path-browserify": "^1.0.1",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1",
"postcss-loader": "^7.3.0",
"process": "^0.11.10",
"simplebar": "^6.2.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"svelte": "^3.58.0",
"svelte-loader": "^3.1.7",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.1",
"ts-loader": "^9.4.2",
"typechain": "^7.0.1",
"url": "^0.11.0",
"util": "^0.12.5",
"webpack": "^5.81.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.15.0"
},
"author": "",
"license": "MIT"
}