Hey Tom,
Here is the package.json
{
"name": "avatar-one",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build:staging": "vite build --mode staging",
"lint:js": "eslint --cache --ext .js,.jsx ./src",
"preview": "vite preview"
},
"dependencies": {
"@hotjar/browser": "^1.0.9",
"@jukben/emoji-search": "^3.0.0",
"@pixiv/three-vrm": "^1.0.6",
"@solana/web3.js": "^1.91.3",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"@toruslabs/eccrypto": "^1.1.8",
"@web3auth/base": "^8.0.0",
"@web3auth/default-solana-adapter": "^8.0.1",
"@web3auth/modal": "^8.0.1",
"@web3auth/no-modal": "^8.0.1",
"@web3auth/solana-provider": "^8.0.1",
"antd": "^5.15.4",
"axios": "^0.27.2",
"bitecs": "^0.3.40",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.10",
"emoji-picker-react": "^4.9.2",
"firebase": "^10.7.2",
"gsap": "^3.11.3",
"gtm-for-react": "^1.0.3",
"he": "^1.2.0",
"html2canvas": "^1.4.1",
"jose": "^5.2.3",
"localstorage": "^1.0.1",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-firebaseui": "^6.0.0",
"react-ga4": "^2.1.0",
"react-html5video": "^2.5.1",
"react-i18next": "^12.1.5",
"react-onesignal": "^3.0.1",
"react-photo-view": "^1.2.3",
"react-query": "^3.34.12",
"react-router-dom": "^6.14.2",
"react-speech-kit": "^3.0.1",
"react-toastify": "^9.1.3",
"three": "0.148.0",
"three-mesh-bvh": "^0.5.21",
"uuid": "^9.0.1"
},
"devDependencies": {
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.91",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.2.5",
"sass": "^1.68.0",
"vite": "^4.4.5"
}
}
For code I am using exact same code from solana example