Skip to content

Commit e60ba73

Browse files
fix: don't export unnecessary dependencies (#28)
1 parent 7712006 commit e60ba73

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,32 @@
4949
"last 1 safari version"
5050
]
5151
},
52-
"dependencies": {
53-
"@metamask/connect-tron": "0.3.0",
54-
"@tronweb3/tronwallet-adapter-react-hooks": "^1.0.14",
55-
"@tronweb3/tronwallet-adapter-react-ui": "^1.0.14",
56-
"@tronweb3/tronwallet-adapters": "^1.1.14",
57-
"buffer": "^6.0.3",
58-
"react": "^18.3.1",
59-
"react-dom": "^18.3.1",
60-
"tronweb": "^6.1.0",
61-
"vite-plugin-node-polyfills": "^0.22.0"
62-
},
6352
"devDependencies": {
6453
"@biomejs/biome": "^1.8.3",
6554
"@lavamoat/allow-scripts": "^3.0.4",
6655
"@lavamoat/preinstall-always-fail": "^2.0.0",
6756
"@metamask/auto-changelog": "^5.0.1",
57+
"@metamask/connect-tron": "0.3.0",
6858
"@testing-library/dom": "^10.4.0",
6959
"@testing-library/react": "^16.3.0",
60+
"@tronweb3/tronwallet-adapter-react-hooks": "^1.0.14",
61+
"@tronweb3/tronwallet-adapter-react-ui": "^1.0.14",
62+
"@tronweb3/tronwallet-adapters": "^1.1.14",
7063
"@types/bs58": "^4.0.4",
7164
"@types/react": "^18.3.12",
7265
"@types/react-dom": "^18.3.1",
7366
"@vitejs/plugin-react-swc": "^3.5.0",
7467
"@yarnpkg/types": "^4.0.1",
68+
"buffer": "^6.0.3",
7569
"depcheck": "^1.4.7",
7670
"jsdom": "^26.0.0",
7771
"prettier": "^3.5.3",
72+
"react": "^18.3.1",
73+
"react-dom": "^18.3.1",
74+
"tronweb": "^6.1.0",
7875
"typescript": "~5.6.2",
7976
"vite": "^6.0.1",
77+
"vite-plugin-node-polyfills": "^0.22.0",
8078
"vitest": "^3.1.1"
8179
},
8280
"packageManager": "yarn@4.1.1",

0 commit comments

Comments
 (0)