mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
28 lines
627 B
JSON
28 lines
627 B
JSON
{
|
|
"name": "dev-app",
|
|
"version": "1.0.4",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rimraf .next && rimraf node_modules",
|
|
"dev": "next dev --port 8102",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.1",
|
|
"next-themes": "^0.2.1",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"@stackframe/stack": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.23",
|
|
"@types/react-dom": "^18.2.8",
|
|
"rimraf": "^5.0.5"
|
|
}
|
|
}
|