mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
30 lines
844 B
JSON
30 lines
844 B
JSON
{
|
|
"name": "@stackframe/example-middleware-demo",
|
|
"version": "2.8.100",
|
|
"repository": "https://github.com/hexclave/stack-auth",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}12",
|
|
"build": "next build",
|
|
"start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}12",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rimraf .next && rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@stackframe/stack": "workspace:*",
|
|
"next": "^14.2.35",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.17.6",
|
|
"@types/react": "link:@types/react@18.3.12",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.3",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|