mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 20:18:20 -05:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3002",
|
|
"build": "tsc && vite build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@bandada/api-sdk": "2.2.6",
|
|
"@bandada/utils": "2.2.6",
|
|
"@chakra-ui/react": "^2.5.1",
|
|
"@chakra-ui/styled-system": "^2.0.0",
|
|
"@chakra-ui/theme-tools": "^2.0.16",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@fontsource-variable/unbounded": "^5.0.5",
|
|
"@semaphore-protocol/identity": "3.10.1",
|
|
"@web3-react/core": "^6.1.9",
|
|
"@web3-react/injected-connector": "^6.0.7",
|
|
"ethers": "^5.4.7",
|
|
"framer-motion": "^10.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.10.1",
|
|
"react-router-dom": "^6.8.1",
|
|
"regenerator-runtime": "^0.13.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0",
|
|
"vite-plugin-node-polyfills": "^0.20.0"
|
|
}
|
|
}
|