-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.77 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
{
"name": "socket-bridge-widget",
"version": "0.1.2",
"description": "A modular bridge widget powered by Socket",
"repository": {
"type": "git",
"url": "https://github.com/nilesh46/Socket-Bridge-Widget"
},
"keywords": [
"socket",
"bridge",
"bridge widget",
"bungee"
],
"scripts": {
"rollup": "rollup -c",
"start": "rollup -c -w",
"test": "jest"
},
"author": "hello",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@svgr/rollup": "^6.2.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.34",
"autoprefixer": "^10.4.7",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"lodash.debounce": "^4.0.8",
"postcss": "^8.4.14",
"react-dom": ">16.0.0",
"rollup": "^2.60.0",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-postcss": "^4.0.1",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"typescript": "^4.4.4"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"peerDependencies": {
"react-dom": ">16.0.0",
"react": ">16.0.0"
},
"dependencies": {
"@ethersproject/providers": "^5.6.8",
"axios": "^0.27.2",
"ethers": "^5.6.8",
"react-query": "^3.38.1",
"tailwindcss": "^3.0.24"
}
}