stack/apps/dev/package.json
2024-04-21 15:40:13 +02:00

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"
}
}