det0x/package.json

38 lines
1019 B
JSON
Raw Normal View History

2024-04-18 19:36:29 +10:00
{
"name": "wallet.id",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2024-04-22 23:58:17 +10:00
"build": "vite build --outDir dist",
2024-04-18 19:36:29 +10:00
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-04-18 19:53:20 +10:00
"@rainbow-me/rainbowkit": "^2.0.5",
"@tanstack/react-query": "^5.29.2",
2024-04-22 19:42:54 +10:00
"@uidotdev/usehooks": "^2.4.1",
"classnames": "^2.5.1",
2024-04-18 19:36:29 +10:00
"react": "^18.2.0",
2024-04-18 19:53:20 +10:00
"react-dom": "^18.2.0",
2024-04-22 19:42:54 +10:00
"react-loading-skeleton": "^3.4.0",
"react-toastify": "^10.0.5",
"viem": "^2.9.25",
2024-04-18 19:53:20 +10:00
"wagmi": "^2.5.20"
2024-04-18 19:36:29 +10:00
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0"
}
}