mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Rebased onto dev after PR 1475 (cl/hexclave-pr1) was squash-merged. Squashes the original 46-commit branch (including PR1-duplicate commits that arrived via cherry-picks/merges) into a single commit containing only PR2's net delta over dev. Original PR 1481 head: 94872de407873a1cabd4085deb21b69afe8d7699 (kept locally at backup/cl-romantic-mendel-5a2c25-pre-rebase)
31 lines
863 B
JSON
31 lines
863 B
JSON
{
|
|
"name": "@stackframe/e-commerce-demo",
|
|
"version": "2.8.103",
|
|
"repository": "https://github.com/hexclave/hexclave",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}11",
|
|
"build": "next build",
|
|
"start": "next start --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}11",
|
|
"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.5",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|