@dotinc/bouncer-admin
Version:
Bouncer Admin UI
68 lines (67 loc) • 1.69 kB
JSON
{
"name": "@dotinc/bouncer-admin",
"version": "0.1.1-canary.7.9c14f87.0",
"description": "Bouncer Admin UI",
"private": false,
"keywords": [
"saas",
"seat",
"manager",
"license",
"subscription",
"typescript"
],
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "npm run clean",
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts",
"clean": "rimraf -r dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotindustries/bouncer.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotindustries/bouncer/issues"
},
"homepage": "https://github.com/dotindustries/bouncer",
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@dotinc/bouncer-core": "workspace:*",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@saas-ui/react": "^1.4.5",
"@zodios/core": "10.3.1",
"axios": "1.1.3",
"framer-motion": "^7.6.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"supertokens-auth-react": "^0.27.1",
"supertokens-node": "^12.0.5",
"zod": "^3.19.1"
},
"peerDependencies": {
"next": ">=12"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react": "^18.0.24",
"next": "12.3.1",
"rimraf": "^3.0.2",
"ts-toolbelt": "^9.6.0",
"tsc-alias": "^1.7.0",
"tslib": "^2.4.0",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9c14f87ba5d5a50a31e7f9b6d087bc3a70cade0f"
}