55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@atproto/oauth-client-browser-example",
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"description": "Example single page application app using ATPROTO OAuth",
|
|
"keywords": [
|
|
"example",
|
|
"spa",
|
|
"atproto",
|
|
"oauth",
|
|
"browser",
|
|
"client"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/oauth/oauth-client-browser"
|
|
},
|
|
"bin": "./server.js",
|
|
"type": "commonjs",
|
|
"main": "./dist/files.json",
|
|
"exports": {
|
|
".": "./dist/files.json",
|
|
"./server": {
|
|
"import": "./server.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"server.js",
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@atproto-labs/rollup-plugin-bundle-manifest": "workspace:^",
|
|
"@atproto/lex": "workspace:^",
|
|
"@atproto/oauth-client-browser": "workspace:^",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"@tanstack/react-query": "^5.71.10",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-json-view": "^1.21.3",
|
|
"tailwindcss": "^4.1.3",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"scripts": {
|
|
"codegen": "lex build --override --indexFile --lexicons ../../../lexicons --out ./src/lexicons",
|
|
"prebuild": "pnpm run codegen",
|
|
"build": "vite build --emptyOutDir -- ignore additional npm args",
|
|
"dev": "vite --port 8080 --host 127.0.0.1"
|
|
}
|
|
}
|