mirror of
https://github.com/placeholder-soft/privy-cross-app.git
synced 2026-01-12 15:24:13 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "privy-cross-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"prettier": "prettier --write 'src/**/*.{ts,tsx}'"
|
|
},
|
|
"dependencies": {
|
|
"@privy-io/react-auth": "^1.94.3",
|
|
"@t3-oss/env-core": "^0.11.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"ethers": "^6.13.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router": "^7.0.0",
|
|
"react-router-dom": "^7.0.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.13.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"daisyui": "^4.12.14",
|
|
"eslint": "^9.13.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"globals": "^15.11.0",
|
|
"postcss-import": "^16.1.0",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.11.0",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|