stack/apps/custom-pages-example/package.json
Zai Shi c5ec7633e7
Updated docs, added why stack, completed custom sign-in/sign-up examples (#40)
* fixed color theme

* put two setup methods into tabs

* added why stack

* re-ordered files

* updated why stack

* added custom user information section

* updated signup docs

* added example custom pages

* updated sign up docs

* updated custom magic link docs

* added redirect comments

* updated doc links

* fixed lint

* fixed loading indicator types
2024-05-20 09:56:02 +02:00

35 lines
892 B
JSON

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