{ "name": "@stackframe/docs-examples", "version": "2.8.101", "repository": "https://github.com/hexclave/stack-auth", "description": "", "private": true, "scripts": { "typecheck": "tsc --noEmit", "clean": "rimraf .next && rimraf node_modules", "dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}08", "build": "next build", "start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}08", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@stackframe/stack": "workspace:*", "@stackframe/stack-shared": "workspace:*", "@stackframe/stack-ui": "workspace:*", "next": "^14.2.35", "next-themes": "^0.2.1", "react": "^18.2", "react-dom": "^18", "react-icons": "^5.0.1" }, "devDependencies": { "@types/react": "link:@types/react@18.3.12", "@types/react-dom": "^18", "autoprefixer": "^10.4.17", "postcss": "^8.4.35", "rimraf": "^5.0.5", "tailwindcss": "^3.4.1" }, "packageManager": "pnpm@10.23.0" }