Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "@atproto/oauth-provider-ui",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"description": "Sign-in & Sign-up UI for the @atproto/oauth-provider",
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/oauth/oauth-provider-ui"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.7.0"
|
|
},
|
|
"type": "commonjs",
|
|
"exports": {
|
|
"./bundle-manifest.json": {
|
|
"default": "./dist/bundle-manifest.json"
|
|
},
|
|
"./hydration-data": {
|
|
"types": "./hydration-data.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"hydration-data.d.ts"
|
|
],
|
|
"optionalDependencies": {
|
|
"@atproto/oauth-provider-api": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@atproto-labs/fetch": "workspace:*",
|
|
"@atproto-labs/rollup-plugin-bundle-manifest": "workspace:*",
|
|
"@atproto/oauth-provider-api": "workspace:*",
|
|
"@atproto/oauth-types": "workspace:*",
|
|
"@hcaptcha/react-hcaptcha": "^1.11.2",
|
|
"@lingui/cli": "^5.2.0",
|
|
"@lingui/core": "^5.2.0",
|
|
"@lingui/react": "^5.2.0",
|
|
"@lingui/swc-plugin": "^5.4.0",
|
|
"@lingui/vite-plugin": "^5.2.0",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"clsx": "^2.1.1",
|
|
"postcss": "^8.4.38",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-error-boundary": "^5.0.0",
|
|
"tailwindcss": "^4.1.3",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"scripts": {
|
|
"i18n:extract": "lingui extract --clean",
|
|
"i18n:compile": "lingui compile --typescript",
|
|
"i18n": "pnpm i18n:extract && pnpm i18n:compile",
|
|
"prebuild": "pnpm run i18n",
|
|
"build": "vite build -- ignore additional npm args",
|
|
"dev:ui": "vite --port 5174",
|
|
"dev:src": "vite build --watch",
|
|
"dev:catalogs": "pnpm run i18n:extract --debounce 250 --watch > /dev/null",
|
|
"dev:messages": "pnpm run i18n:compile --debounce 500 --watch"
|
|
}
|
|
}
|