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