Skip to content

Commit

Permalink
Merge branch 'v0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Jan 16, 2025
2 parents eab96e4 + caa13ba commit 5df4df0
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions packages/vechain-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "@vechain/vechain-kit",
"version": "0.10.0",
"private": false,
"homepage": "https://github.com/vechain/vechain-kit",
"repository": "github:vechain/vechain-kit",
"license": "MIT",
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"clean": "rm -rf dist .turbo",
"lint": "eslint",
"purge": "yarn clean && rm -rf node_modules"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@choc-ui/chakra-autocomplete": "^5.3.0",
"@privy-io/cross-app-connect": "^0.1.2",
"@privy-io/react-auth": "2.0.1",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query-devtools": "^5.64.1",
"@vechain/dapp-kit-react": "1.3.0",
"@vechain/picasso": "^2.1.1",
"@vechain/sdk-core": "^1.0.0-rc.5",
"@vechain/sdk-network": "^1.0.0-rc.5",
"@vechain/vebetterdao-contracts": "^4.1.0",
"ethers": "^6.13.5",
"framer-motion": "^11.15.0",
"net": "^1.0.2",
"react-icons": "^5.4.0",
"react-qrcode-logo": "^3.0.0",
"viem": "^2.21.44",
"wagmi": "^2"
},
"devDependencies": {
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"eslint": "^9.12.0",
"react": "^18.2.0",
"tsup": "*",
"typescript": "*",
"vite": "^4.5.5",
"vitest": "^0.34.6",
"@wagmi/core": "^2.14.6"
}
}
"name": "@vechain/vechain-kit",
"version": "0.10.1",
"private": false,
"homepage": "https://github.com/vechain/vechain-kit",
"repository": "github:vechain/vechain-kit",
"license": "MIT",
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"clean": "rm -rf dist .turbo",
"lint": "eslint",
"purge": "yarn clean && rm -rf node_modules"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@choc-ui/chakra-autocomplete": "^5.3.0",
"@privy-io/cross-app-connect": "^0.1.2",
"@privy-io/react-auth": "2.0.1",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query-devtools": "^5.64.1",
"@vechain/dapp-kit-react": "1.3.0",
"@vechain/picasso": "^2.1.1",
"@vechain/sdk-core": "^1.0.0-rc.5",
"@vechain/sdk-network": "^1.0.0-rc.5",
"@vechain/vebetterdao-contracts": "^4.1.0",
"ethers": "^6.13.5",
"framer-motion": "^11.15.0",
"net": "^1.0.2",
"react-icons": "^5.4.0",
"react-qrcode-logo": "^3.0.0",
"viem": "^2.21.44",
"wagmi": "^2"
},
"devDependencies": {
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"eslint": "^9.12.0",
"react": "^18.2.0",
"tsup": "*",
"typescript": "*",
"vite": "^4.5.5",
"vitest": "^0.34.6",
"@wagmi/core": "^2.14.6"
}
}

0 comments on commit 5df4df0

Please sign in to comment.