mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"name": "@stackframe/dev-launchpad",
|
|
"version": "2.8.104",
|
|
"repository": "https://github.com/hexclave/stack-auth",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node scripts/write-env-config.js && serve -p ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}00 -s public",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"serve": "^14.2.4"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|