mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "@stackframe/stack",
|
|
"version": "2.5.6",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": {
|
|
"default": "./dist/esm/index.js"
|
|
},
|
|
"require": {
|
|
"default": "./dist/index.js"
|
|
}
|
|
}
|
|
},
|
|
"homepage": "https://stack-auth.com",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "rimraf dist && npm run codegen && tsup-node",
|
|
"codegen": "npm run css",
|
|
"clean": "rimraf dist && rimraf node_modules",
|
|
"dev": "rimraf dist && concurrently \"tsup-node --watch\" \"npm run css:tw:watch\" \"npm run css:sc:watch\"",
|
|
"lint": "eslint --ext .tsx,.ts .",
|
|
"css": "npm run css:tw && npm run css:sc",
|
|
"css:tw:watch": "tailwindcss -i ./src/global.css -o ./src/generated/tailwind.css --watch",
|
|
"css:tw": "tailwindcss -i ./src/global.css -o ./src/generated/tailwind.css",
|
|
"css:sc": "tsx ./scripts/process-css.ts ./src/generated/tailwind.css ./src/generated/global-css.ts",
|
|
"css:sc:watch": "chokidar --silent './src/generated/tailwind.css' -c 'tsx ./scripts/process-css.ts ./src/generated/tailwind.css ./src/generated/global-css.ts'"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"CHANGELOG.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@stackframe/stack-sc": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"@stackframe/stack-ui": "workspace:*",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"color": "^4.2.3",
|
|
"cookie": "^0.6.0",
|
|
"js-cookie": "^3.0.5",
|
|
"lucide-react": "^0.378.0",
|
|
"oauth4webapi": "^2.10.3",
|
|
"react-hook-form": "^7.51.4",
|
|
"rimraf": "^5.0.5",
|
|
"server-only": "^0.0.1",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tsx": "^4.7.2",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"next": ">=14.1",
|
|
"react": ">=18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.6",
|
|
"@types/cookie": "^0.6.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/react": "^18.2.66",
|
|
"autoprefixer": "^10.4.17",
|
|
"esbuild": "^0.20.2",
|
|
"next": "^14.1.0",
|
|
"postcss": "^8.4.38",
|
|
"postcss-nested": "^6.0.1",
|
|
"react": "^18.2.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsup": "^8.0.2"
|
|
}
|
|
}
|