d9c17b0dd9
* add sveltekit example * fix deps * remove warning * Update README.md
34 lines
898 B
JSON
34 lines
898 B
JSON
{
|
|
"name": "sandbox",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "5.17.19",
|
|
"@web3modal/wagmi": "4.0.0-alpha.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"viem": "2.5.0",
|
|
"wagmi": "2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.2.14",
|
|
"@types/react-dom": "18.2.6",
|
|
"@typescript-eslint/eslint-plugin": "5.61.0",
|
|
"@typescript-eslint/parser": "5.61.0",
|
|
"@vitejs/plugin-react-swc": "3.3.2",
|
|
"eslint": "8.44.0",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-react-refresh": "0.4.1",
|
|
"typescript": "5.0.2",
|
|
"vite": "4.4.0"
|
|
}
|
|
}
|