41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "uups-bank-operations-console",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"packageManager": "npm@11.17.0",
|
|
"engines": { "node": ">=24.18.0 <25", "npm": ">=11.17.0 <12" },
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"typecheck": "tsc -b --pretty false",
|
|
"test": "vitest run",
|
|
"build": "tsc -b && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "5.101.4",
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8",
|
|
"viem": "2.55.8",
|
|
"wagmi": "3.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@types/node": "24.10.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.4",
|
|
"@vitejs/plugin-react": "6.0.4",
|
|
"eslint": "10.0.1",
|
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
"eslint-plugin-react-refresh": "0.5.3",
|
|
"globals": "17.7.0",
|
|
"jsdom": "30.0.1",
|
|
"typescript": "7.0.2",
|
|
"typescript-eslint": "8.65.0",
|
|
"vite": "8.2.0",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|