2025-12-15 17:26:27 +00:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"lint": "eslint .",
|
2026-01-26 23:32:29 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"sim:buy": "tsx scripts/batch-buy-simulation.ts",
|
|
|
|
|
"sim:sell": "tsx scripts/batch-sell-simulation.ts"
|
2025-12-15 17:26:27 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tanstack/react-query": "^5.90.12",
|
|
|
|
|
"@walletconnect/ethereum-provider": "^2.21.10",
|
|
|
|
|
"@web3modal/wagmi": "^5.1.11",
|
|
|
|
|
"i18next": "^25.7.3",
|
|
|
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
|
|
|
"react": "^19.2.0",
|
|
|
|
|
"react-dom": "^19.2.0",
|
|
|
|
|
"react-i18next": "^16.5.0",
|
|
|
|
|
"viem": "^2.42.1",
|
|
|
|
|
"wagmi": "^3.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.39.1",
|
|
|
|
|
"@types/node": "^24.10.1",
|
|
|
|
|
"@types/react": "^19.2.5",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
|
|
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
|
|
|
"eslint": "^9.39.1",
|
|
|
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
|
|
|
"globals": "^16.5.0",
|
2026-01-26 23:32:29 +08:00
|
|
|
"tsx": "^4.21.0",
|
2025-12-15 17:26:27 +00:00
|
|
|
"typescript": "~5.9.3",
|
|
|
|
|
"typescript-eslint": "^8.46.4",
|
|
|
|
|
"vite": "^7.2.4"
|
|
|
|
|
}
|
|
|
|
|
}
|