mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.6) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.6) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
35 lines
884 B
JSON
35 lines
884 B
JSON
{
|
|
"name": "@stackframe/docs-examples",
|
|
"version": "2.5.26",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|