stack/packages/stack/package.json
2024-04-14 14:22:48 +02:00

59 lines
1.4 KiB
JSON

{
"name": "@stackframe/stack",
"version": "2.2.1",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./joy": {
"types": "./dist/joy.d.ts",
"default": "./dist/joy.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": {
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@stackframe/stack-sc": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"color": "^4.2.3",
"js-cookie": "^3.0.5",
"next-themes": "^0.2.1",
"oauth4webapi": "^2.10.3",
"react-icons": "^5.0.1",
"server-only": "^0.0.1",
"styled-components": "^6.1.8",
"tailwindcss-scoped-preflight": "^2.1.0"
},
"peerDependencies": {
"@mui/joy": "^5.0.0-beta.30",
"next": "^14.1",
"react": "^18.2"
},
"peerDependenciesMeta": {
"@mui/joy": {
"optional": true
}
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.2.66"
}
}