stack/apps/hosted-components/package.json
BilalG1 568669138e
Hosted components nitro config (#1237)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
  * Upgraded build system configuration to integrate new build tooling.
* Added new build dependency to support enhanced build and deployment
capabilities.
* Updated repository ignore patterns to exclude additional
build-generated artifacts.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Konstantin Wohlwend <n2d4xc@gmail.com>
2026-03-10 13:13:14 -07:00

39 lines
1.2 KiB
JSON

{
"name": "@stackframe/hosted-components",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --port ${NEXT_PUBLIC_STACK_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": {
"@stackframe/react": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"@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/node": "^22.13.0",
"@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@10.23.0"
}