mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
30 lines
705 B
JSON
30 lines
705 B
JSON
{
|
|
"name": "dev-app",
|
|
"version": "1.0.16",
|
|
"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": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/joy": "^5.0.0-beta.30",
|
|
"@stackframe/stack": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"next": "^14.1",
|
|
"next-themes": "^0.2.1",
|
|
"react": "^18.2",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18"
|
|
}
|
|
}
|