mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@stackframe/stack",
|
|
"version": "2.1.3",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc",
|
|
"clean": "rimraf dist && rimraf node_modules",
|
|
"dev": "tsc -w --preserveWatchOutput --declarationMap",
|
|
"lint": "eslint --ext .tsx,.ts ."
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@stackframe/stack-sc": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"color": "^4.2.3",
|
|
"js-cookie": "^3.0.5",
|
|
"oauth4webapi": "^2.10.3",
|
|
"react-icons": "^5.0.1",
|
|
"server-only": "^0.0.1",
|
|
"tailwindcss-scoped-preflight": "^2.1.0",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"next-themes": "^0.2.1",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "^14.1",
|
|
"react": "^18.2",
|
|
"@mui/joy": "^5.0.0-beta.30"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@mui/joy": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.6",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/react": "^18.2.66"
|
|
}
|
|
}
|