stack/examples/cjs-test/package.json
2026-05-21 23:29:36 +00:00

32 lines
886 B
JSON

{
"name": "@stackframe/example-cjs-test",
"version": "2.8.94",
"repository": "https://github.com/hexclave/stack-auth",
"private": true,
"scripts": {
"dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}10",
"build": "next build",
"start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}10",
"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",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.23.0"
}