stack/examples/tanstack-start-demo/package.json
2026-05-19 16:22:10 -07:00

41 lines
1.2 KiB
JSON

{
"name": "@stackframe/example-tanstack-start-demo",
"version": "2.8.90",
"repository": "https://github.com/hexclave/stack-auth",
"description": "TanStack Start demo app for Stack Auth",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rimraf .output && rimraf node_modules",
"dev": "vite dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}43",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .ts,.tsx ."
},
"dependencies": {
"@stackframe/stack-shared": "workspace:*",
"@stackframe/stack-ui": "workspace:*",
"@stackframe/tanstack-start": "workspace:*",
"@tanstack/react-router": "^1.168.23",
"@tanstack/react-start": "^1.167.42",
"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",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"rimraf": "^5.0.10",
"tailwindcss": "^3.4.14",
"typescript": "5.9.3",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "pnpm@10.23.0"
}