stack/apps/custom-pages-example/package.json
2024-06-14 15:31:40 +02:00

36 lines
917 B
JSON

{
"name": "@stackframe/custom-pages-example",
"version": "2.4.24",
"description": "",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rimraf .next && rimraf node_modules",
"dev": "next dev --port 8108",
"build": "next build",
"start": "next start --port 8108",
"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",
"react-icons": "^5.0.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"rimraf": "^5.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}