11{
2- "name" : " @vechain/vechain-kit" ,
3- "version" : " 2.0.0-rc.14" ,
4- "homepage" : " https://github.com/vechain/vechain-kit" ,
5- "repository" : " github:vechain/vechain-kit" ,
6- "license" : " MIT" ,
7- "sideEffects" : false ,
8- "type" : " module" ,
9- "main" : " ./dist/index.js" ,
10- "types" : " ./dist/index.d.ts" ,
11- "files" : [
12- " dist" ,
13- " package.json" ,
14- " README.md" ,
15- " LICENSE"
16- ],
17- "scripts" : {
18- "build" : " tsc --noEmit && cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup" ,
19- "watch" : " cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup --watch" ,
20- "clean" : " rm -rf dist .turbo" ,
21- "lint" : " eslint" ,
22- "purge" : " yarn clean && rm -rf node_modules" ,
23- "translate" : " dotenv -e .env -- translo-cli" ,
24- "typecheck" : " tsc --noEmit"
2+ "name" : " @vechain/vechain-kit" ,
3+ "version" : " 2.0.0-rc.15" ,
4+ "homepage" : " https://github.com/vechain/vechain-kit" ,
5+ "repository" : " github:vechain/vechain-kit" ,
6+ "license" : " MIT" ,
7+ "sideEffects" : false ,
8+ "type" : " module" ,
9+ "main" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts" ,
11+ "files" : [
12+ " dist" ,
13+ " package.json" ,
14+ " README.md" ,
15+ " LICENSE"
16+ ],
17+ "scripts" : {
18+ "build" : " tsc --noEmit && cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup" ,
19+ "watch" : " cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup --watch" ,
20+ "clean" : " rm -rf dist .turbo" ,
21+ "lint" : " eslint" ,
22+ "purge" : " yarn clean && rm -rf node_modules" ,
23+ "translate" : " dotenv -e .env -- translo-cli" ,
24+ "typecheck" : " tsc --noEmit"
25+ },
26+ "dependencies" : {
27+ "@adraffy/ens-normalize" : " ^1.11.0" ,
28+ "@chakra-ui/react" : " ^2.8.2" ,
29+ "@choc-ui/chakra-autocomplete" : " ^5.3.0" ,
30+ "@emotion/styled" : " ^11.14.1" ,
31+ "@privy-io/cross-app-connect" : " 0.2.2" ,
32+ "@privy-io/react-auth" : " 2.24.0" ,
33+ "@rainbow-me/rainbowkit" : " ^2.1.5" ,
34+ "@solana/web3.js" : " ^1.98.0" ,
35+ "@tanstack/react-query" : " ^5.64.2" ,
36+ "@tanstack/react-query-devtools" : " ^5.64.1" ,
37+ "@vechain/dapp-kit-react" : " 2.0.4" ,
38+ "@vechain/picasso" : " ^2.1.1" ,
39+ "@vechain/vebetterdao-contracts" : " ^4.1.0" ,
40+ "@vechain/vechain-contract-types" : " ^1.0.0" ,
41+ "@wagmi/core" : " ^2.17.2" ,
42+ "axios" : " ^1.10.0" ,
43+ "bignumber.js" : " ^9.1.2" ,
44+ "browser-image-compression" : " ^2.0.2" ,
45+ "buffer" : " ^6.0.3" ,
46+ "crypto-browserify" : " ^3.12.0" ,
47+ "dotenv" : " ^16.4.7" ,
48+ "ethers" : " ^6.13.5" ,
49+ "framer-motion" : " ^11.15.0" ,
50+ "https-browserify" : " ^1.0.0" ,
51+ "i18next" : " ^24.2.1" ,
52+ "i18next-browser-languagedetector" : " ^8.0.2" ,
53+ "mixpanel-browser" : " ^2.61.1" ,
54+ "net" : " ^1.0.2" ,
55+ "process" : " ^0.11.10" ,
56+ "react" : " ^18.2.0" ,
57+ "react-device-detect" : " ^2.2.3" ,
58+ "react-hook-form" : " ^7.54.2" ,
59+ "react-i18next" : " ^15.4.0" ,
60+ "react-icons" : " ^5.4.0" ,
61+ "react-qrcode-logo" : " ^3.0.0" ,
62+ "stream-browserify" : " ^3.0.0" ,
63+ "stream-http" : " ^3.2.0" ,
64+ "translo-cli" : " ^1.0.6" ,
65+ "viem" : " ^2.29.3" ,
66+ "wagmi" : " ^2.15.4"
67+ },
68+ "devDependencies" : {
69+ "@types/mixpanel-browser" : " ^2.51.0" ,
70+ "@types/react" : " ^18.2.28" ,
71+ "@types/react-dom" : " ^18.2.13" ,
72+ "cross-env" : " ^7.0.3" ,
73+ "dotenv-cli" : " ^8.0.0" ,
74+ "eslint" : " ^9.12.0" ,
75+ "eslint-plugin-i18next" : " ^6.1.1" ,
76+ "tsup" : " *" ,
77+ "typescript" : " *" ,
78+ "vite" : " ^4.5.5" ,
79+ "vitest" : " ^0.34.6"
80+ },
81+ "peerDependencies" : {
82+ "@chakra-ui/react" : " ^2.8.2" ,
83+ "@tanstack/react-query" : " ^5.64.2" ,
84+ "@vechain/dapp-kit-react" : " 2.0.4"
85+ },
86+ "peerDependenciesMeta" : {
87+ "@chakra-ui/react" : {
88+ "optional" : true
2589 },
26- "dependencies" : {
27- "@adraffy/ens-normalize" : " ^1.11.0" ,
28- "@chakra-ui/react" : " ^2.8.2" ,
29- "@choc-ui/chakra-autocomplete" : " ^5.3.0" ,
30- "@emotion/styled" : " ^11.14.1" ,
31- "@privy-io/cross-app-connect" : " 0.2.2" ,
32- "@privy-io/react-auth" : " 2.24.0" ,
33- "@rainbow-me/rainbowkit" : " ^2.1.5" ,
34- "@solana/web3.js" : " ^1.98.0" ,
35- "@tanstack/react-query" : " ^5.64.2" ,
36- "@tanstack/react-query-devtools" : " ^5.64.1" ,
37- "@vechain/dapp-kit-react" : " 2.0.4" ,
38- "@vechain/picasso" : " ^2.1.1" ,
39- "@vechain/vebetterdao-contracts" : " ^4.1.0" ,
40- "@vechain/vechain-contract-types" : " ^1.0.0" ,
41- "@wagmi/core" : " ^2.17.2" ,
42- "axios" : " ^1.10.0" ,
43- "bignumber.js" : " ^9.1.2" ,
44- "browser-image-compression" : " ^2.0.2" ,
45- "buffer" : " ^6.0.3" ,
46- "crypto-browserify" : " ^3.12.0" ,
47- "dotenv" : " ^16.4.7" ,
48- "ethers" : " ^6.13.5" ,
49- "framer-motion" : " ^11.15.0" ,
50- "https-browserify" : " ^1.0.0" ,
51- "i18next" : " ^24.2.1" ,
52- "i18next-browser-languagedetector" : " ^8.0.2" ,
53- "mixpanel-browser" : " ^2.61.1" ,
54- "net" : " ^1.0.2" ,
55- "process" : " ^0.11.10" ,
56- "react" : " ^18.2.0" ,
57- "react-device-detect" : " ^2.2.3" ,
58- "react-hook-form" : " ^7.54.2" ,
59- "react-i18next" : " ^15.4.0" ,
60- "react-icons" : " ^5.4.0" ,
61- "react-qrcode-logo" : " ^3.0.0" ,
62- "stream-browserify" : " ^3.0.0" ,
63- "stream-http" : " ^3.2.0" ,
64- "translo-cli" : " ^1.0.6" ,
65- "viem" : " ^2.29.3" ,
66- "wagmi" : " ^2.15.4"
90+ "@tanstack/react-query" : {
91+ "optional" : true
6792 },
68- "devDependencies" : {
69- "@types/mixpanel-browser" : " ^2.51.0" ,
70- "@types/react" : " ^18.2.28" ,
71- "@types/react-dom" : " ^18.2.13" ,
72- "cross-env" : " ^7.0.3" ,
73- "dotenv-cli" : " ^8.0.0" ,
74- "eslint" : " ^9.12.0" ,
75- "eslint-plugin-i18next" : " ^6.1.1" ,
76- "tsup" : " *" ,
77- "typescript" : " *" ,
78- "vite" : " ^4.5.5" ,
79- "vitest" : " ^0.34.6"
80- },
81- "peerDependencies" : {
82- "@chakra-ui/react" : " ^2.8.2" ,
83- "@tanstack/react-query" : " ^5.64.2" ,
84- "@vechain/dapp-kit-react" : " 2.0.4"
93+ "@vechain/dapp-kit-react" : {
94+ "optional" : true
95+ }
96+ },
97+ "exports" : {
98+ "." : {
99+ "types" : " ./dist/index.d.ts" ,
100+ "default" : " ./dist/index.js"
85101 },
86- "peerDependenciesMeta" : {
87- "@chakra-ui/react" : {
88- "optional" : true
89- },
90- "@tanstack/react-query" : {
91- "optional" : true
92- },
93- "@vechain/dapp-kit-react" : {
94- "optional" : true
95- }
102+ "./utils" : {
103+ "types" : " ./dist/utils/index.d.ts" ,
104+ "default" : " ./dist/utils/index.js"
96105 },
97- "exports" : {
98- "." : {
99- "types" : " ./dist/index.d.ts" ,
100- "default" : " ./dist/index.js"
101- },
102- "./utils" : {
103- "types" : " ./dist/utils/index.d.ts" ,
104- "default" : " ./dist/utils/index.js"
105- },
106- "./assets" : {
107- "types" : " ./dist/assets/index.d.ts" ,
108- "default" : " ./dist/assets/index.js"
109- }
106+ "./assets" : {
107+ "types" : " ./dist/assets/index.d.ts" ,
108+ "default" : " ./dist/assets/index.js"
110109 }
111- }
110+ }
111+ }
0 commit comments