2023-12-08 05:20:55 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"private": true,
|
2024-04-11 21:40:22 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite --port 3000",
|
2024-04-24 13:59:47 +00:00
|
|
|
"build": "vite build",
|
2024-04-11 23:10:39 +00:00
|
|
|
"lint": "tsc --noEmit",
|
2024-04-11 21:40:22 +00:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
2023-12-08 05:20:55 +00:00
|
|
|
"dependencies": {
|
2024-05-01 20:00:52 +00:00
|
|
|
"@bugsnag/browser-performance": "^2.4.1",
|
|
|
|
"@bugsnag/js": "^7.22.7",
|
|
|
|
"@bugsnag/plugin-react": "^7.22.7",
|
2024-02-27 14:16:38 +00:00
|
|
|
"@fontsource-variable/jetbrains-mono": "^5.0.19",
|
2024-02-19 13:16:25 +00:00
|
|
|
"@fontsource/inter": "^5.0.16",
|
2024-02-21 03:39:38 +00:00
|
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
2024-02-21 09:13:16 +00:00
|
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
2024-03-01 07:22:16 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
2024-02-23 03:22:33 +00:00
|
|
|
"@radix-ui/react-popover": "^1.0.7",
|
2024-02-22 10:30:33 +00:00
|
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
2024-02-27 05:05:16 +00:00
|
|
|
"@radix-ui/react-switch": "^1.0.3",
|
2024-02-21 09:13:16 +00:00
|
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
2024-02-22 04:43:31 +00:00
|
|
|
"@radix-ui/react-toast": "^1.1.5",
|
2024-02-22 10:25:04 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
2024-04-24 02:54:46 +00:00
|
|
|
"@snowballtools/auth": "^0.1.1",
|
|
|
|
"@snowballtools/auth-lit": "^0.1.1",
|
|
|
|
"@snowballtools/js-sdk": "^0.1.1",
|
|
|
|
"@snowballtools/link-lit-alchemy-light": "^0.1.1",
|
2024-04-11 23:10:39 +00:00
|
|
|
"@snowballtools/material-tailwind-react-fork": "^2.1.10",
|
2024-04-24 02:54:46 +00:00
|
|
|
"@snowballtools/smartwallet-alchemy-light": "^0.1.1",
|
|
|
|
"@snowballtools/types": "^0.1.1",
|
|
|
|
"@snowballtools/utils": "^0.1.1",
|
2024-02-27 14:16:38 +00:00
|
|
|
"@tanstack/react-query": "^5.22.2",
|
2023-12-08 05:20:55 +00:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2024-05-06 19:36:33 +00:00
|
|
|
"@turnkey/http": "^2.10.0",
|
|
|
|
"@turnkey/sdk-react": "^0.1.0",
|
|
|
|
"@turnkey/webauthn-stamper": "^0.5.0",
|
2024-04-11 21:40:22 +00:00
|
|
|
"@walletconnect/ethereum-provider": "^2.12.2",
|
2024-02-22 11:56:26 +00:00
|
|
|
"@web3modal/siwe": "^4.0.5",
|
|
|
|
"@web3modal/wagmi": "^4.0.5",
|
2024-01-18 04:34:02 +00:00
|
|
|
"assert": "^2.1.0",
|
2024-02-22 11:56:26 +00:00
|
|
|
"axios": "^1.6.7",
|
2024-02-21 08:42:35 +00:00
|
|
|
"clsx": "^2.1.0",
|
2024-02-20 09:31:56 +00:00
|
|
|
"date-fns": "^3.3.1",
|
2024-02-27 05:05:16 +00:00
|
|
|
"downshift": "^8.3.2",
|
2024-03-06 02:34:06 +00:00
|
|
|
"framer-motion": "^11.0.8",
|
2024-01-19 09:52:25 +00:00
|
|
|
"gql-client": "^1.0.0",
|
2024-03-07 03:41:41 +00:00
|
|
|
"lottie-react": "^2.4.0",
|
2023-12-13 08:51:47 +00:00
|
|
|
"luxon": "^3.4.4",
|
2024-01-30 14:20:53 +00:00
|
|
|
"octokit": "^3.1.2",
|
2023-12-08 05:20:55 +00:00
|
|
|
"react": "^18.2.0",
|
2024-02-20 09:31:56 +00:00
|
|
|
"react-calendar": "^4.8.0",
|
2024-02-05 09:26:28 +00:00
|
|
|
"react-code-blocks": "^0.1.6",
|
2023-12-21 06:30:07 +00:00
|
|
|
"react-day-picker": "^8.9.1",
|
2023-12-08 05:20:55 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-12-15 09:55:09 +00:00
|
|
|
"react-dropdown": "^1.11.0",
|
2023-12-12 12:24:20 +00:00
|
|
|
"react-hook-form": "^7.49.0",
|
2023-12-21 04:15:14 +00:00
|
|
|
"react-hot-toast": "^2.4.1",
|
2024-01-30 14:20:53 +00:00
|
|
|
"react-oauth-popup": "^1.0.5",
|
2023-12-11 14:35:34 +00:00
|
|
|
"react-router-dom": "^6.20.1",
|
2023-12-19 08:52:25 +00:00
|
|
|
"react-timer-hook": "^3.0.7",
|
2024-02-22 11:56:26 +00:00
|
|
|
"siwe": "^2.1.4",
|
2024-02-19 13:16:25 +00:00
|
|
|
"tailwind-variants": "^0.2.0",
|
2024-03-05 06:16:54 +00:00
|
|
|
"usehooks-ts": "^2.15.1",
|
2024-04-21 23:02:42 +00:00
|
|
|
"uuid": "^9.0.1",
|
2024-02-22 11:56:26 +00:00
|
|
|
"viem": "^2.7.11",
|
2023-12-13 08:51:47 +00:00
|
|
|
"web-vitals": "^2.1.4"
|
2023-12-08 05:20:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-21 23:02:42 +00:00
|
|
|
"@types/jest": "^27.5.2",
|
2024-05-01 20:00:52 +00:00
|
|
|
"@types/lodash": "^4.17.0",
|
2023-12-13 08:25:25 +00:00
|
|
|
"@types/luxon": "^3.3.7",
|
2024-04-21 23:02:42 +00:00
|
|
|
"@types/node": "^16.18.68",
|
2024-04-11 21:40:22 +00:00
|
|
|
"@types/react": "^18.2.66",
|
|
|
|
"@types/react-dom": "^18.2.22",
|
2024-04-21 23:02:42 +00:00
|
|
|
"@types/uuid": "^9.0.8",
|
2024-04-11 21:40:22 +00:00
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"postcss": "^8.4.38",
|
2023-12-08 05:20:55 +00:00
|
|
|
"prettier": "^3.1.0",
|
2024-04-11 21:40:22 +00:00
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vite": "^5.2.0"
|
2023-12-08 05:20:55 +00:00
|
|
|
}
|
2024-05-06 19:36:33 +00:00
|
|
|
}
|