mirror of
https://github.com/wharfkit/bundle.git
synced 2026-07-21 16:43:31 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@wharfkit/bundle",
|
|
"private": false,
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"main": "dist/wharf.bundle.js",
|
|
"module": "dist/wharf.bundle.js",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/wharf.bundle.js",
|
|
"import": "./dist/wharf.esm.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-node-polyfills": "^0.24.0"
|
|
},
|
|
"dependencies": {
|
|
"@wharfkit/account": "^1.4.1",
|
|
"@wharfkit/antelope": "^1.1.1",
|
|
"@wharfkit/atomicassets": "^1.2.3",
|
|
"@wharfkit/common": "^1.5.0",
|
|
"@wharfkit/contract": "^1.2.1",
|
|
"@wharfkit/hyperion": "^1.0.4",
|
|
"@wharfkit/resources": "^1.5.0",
|
|
"@wharfkit/session": "^1.6.1",
|
|
"@wharfkit/transact-plugin-autocorrect": "^1.4.0",
|
|
"@wharfkit/transact-plugin-resource-provider": "^1.1.3",
|
|
"@wharfkit/wallet-plugin-anchor": "^1.6.0",
|
|
"@wharfkit/wallet-plugin-cloudwallet": "^1.5.0",
|
|
"@wharfkit/wallet-plugin-imtoken": "^1.1.0",
|
|
"@wharfkit/wallet-plugin-metamask": "^1.2.1",
|
|
"@wharfkit/wallet-plugin-tokenpocket": "^1.6.3",
|
|
"@wharfkit/wallet-plugin-web-authenticator": "^0.4.0",
|
|
"@wharfkit/wallet-plugin-wombat": "^1.5.1",
|
|
"@wharfkit/web-renderer": "^1.4.3"
|
|
}
|
|
}
|