mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* added scoped tailwind * added same level scope * added shadcn * added watch css * improved css processing * fixed dark mode, migrated credential sign in component * fixed export path * fixed bugs * migrated credential sign up * migrated magic link sign in * migrated auth page * migrated forgot password * migrated oauth group * migrated oauth button * improved password field * fixed maybe full page * migrated user button * simplified user button structure * fixed dark mode css process bug, migrated avatar * migrated typography * migrated message cards * removed joy * removed component context * removed component core * restructured components * updated demo * added new ui package * added tailwind config to stack-ui * moved stack components to stack-ui * fixed demo ui components * fixed demo dark mode * fixed demo bugs * updated dependencies * fixed demo theme flash * fixed styling bugs, removed breakpoints * removed unused
36 lines
926 B
JSON
36 lines
926 B
JSON
{
|
|
"name": "@stackframe/custom-pages-example",
|
|
"version": "2.4.28",
|
|
"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",
|
|
"@stackframe/stack": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"@stackframe/stack-ui": "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"
|
|
}
|
|
}
|