create-porto-web-app
Version:
Scaffold the Porto Web App (Vite + React + TypeScript + Porto + wagmi)
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "porto-web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@simplewebauthn/browser": "^13.1.2",
"@simplewebauthn/types": "^12.0.0",
"@simplewebauthn/typescript-types": "^8.3.4",
"@tanstack/react-query": "^5.85.6",
"porto": "^0.0.77",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rise-wallet": "^0.1.3",
"viem": "^2.36.0",
"vite-plugin-mkcert": "^1.17.8",
"wagmi": "^2.16.9"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
},
"volta": {
"node": "20.19.4"
}
}