mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-19 21:00:40 +08:00
Some checks failed
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Build and Run / docker (push) Has been cancelled
Runs E2E API Tests (Local Emulator) / E2E Tests (Local Emulator, Node ${{ matrix.node-version }}) (22.x) (push) Has been cancelled
Runs E2E API Tests / E2E Tests (Node ${{ matrix.node-version }}, Freestyle ${{ matrix.freestyle-mode }}) (mock, 22.x) (push) Has been cancelled
Runs E2E API Tests / E2E Tests (Node ${{ matrix.node-version }}, Freestyle ${{ matrix.freestyle-mode }}) (prod, 22.x) (push) Has been cancelled
Runs E2E API Tests with custom port prefix / build (22.x) (push) Has been cancelled
Runs E2E Fallback Tests / E2E Fallback Tests (Node ${{ matrix.node-version }}) (22.x) (push) Has been cancelled
Lint & build / lint_and_build (24) (push) Has been cancelled
Publish npm packages / publish (push) Has been cancelled
Publish Swift SDK to prerelease repo / publish (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "@hexclave/hosted-components",
|
|
"private": true,
|
|
"version": "1.0.18",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}09",
|
|
"build": "vite build",
|
|
"start": "node .output/server/index.mjs",
|
|
"lint": "eslint --ext .ts,.tsx .",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rimraf .output && rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@hexclave/react": "workspace:*",
|
|
"@hexclave/shared": "workspace:*",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@oslojs/otp": "^1.1.0",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@radix-ui/react-accordion": "^1.2.1",
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-popover": "^1.1.2",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.1",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@stripe/react-stripe-js": "^3.8.1",
|
|
"@stripe/stripe-js": "^7.7.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"browser-image-compression": "^2.0.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.4",
|
|
"export-to-csv": "^1.4.0",
|
|
"lucide-react": "^0.468.0",
|
|
"qrcode": "^1.5.4",
|
|
"react-easy-crop": "^5.5.6",
|
|
"react-hook-form": "^7.53.1",
|
|
"tailwind-merge": "^2.5.4",
|
|
"yup": "^1.7.1",
|
|
"@tanstack/react-router": "^1.121.3",
|
|
"@tanstack/react-start": "^1.121.3",
|
|
"@tanstack/react-start-client": "^1.121.3",
|
|
"@tanstack/react-start-server": "^1.121.3",
|
|
"@tanstack/start-client-core": "^1.121.3",
|
|
"@tanstack/start-plugin-core": "^1.121.3",
|
|
"@tanstack/start-server-core": "^1.121.3",
|
|
"nitro": "^3.0.0",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/node": "^22.13.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"@types/react": "19.2.1",
|
|
"@types/react-dom": "19.2.1",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"typescript": "5.9.3",
|
|
"vite": "^7.0.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
},
|
|
"packageManager": "pnpm@11.5.0"
|
|
}
|