mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "better-auth-browser-extension",
|
|
"displayName": "Better auth browser extension",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "A browser extension example for better-auth",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"build": "plasmo build",
|
|
"package": "plasmo package"
|
|
},
|
|
"dependencies": {
|
|
"@better-fetch/fetch": "^1.1.12",
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"better-auth": "workspace:*",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.469.0",
|
|
"plasmo": "0.89.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sonner": "^1.7.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "3.4.1",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
|
|
"@types/chrome": "0.0.258",
|
|
"@types/node": "20.11.5",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"postcss": "8.4.33",
|
|
"prettier": "3.2.4",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"manifest": {
|
|
"host_permissions": [
|
|
"http://localhost:3000/*"
|
|
]
|
|
}
|
|
} |