mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
42 lines
868 B
JSON
42 lines
868 B
JSON
{
|
|
"name": "@stackframe/stack-shared",
|
|
"version": "2.4.7",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rimraf dist && rimraf node_modules",
|
|
"dev": "tsc -w --preserveWatchOutput --declarationMap",
|
|
"lint": "eslint --ext .tsx,.ts ."
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^18.2",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"yup": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"jose": "^5.2.2",
|
|
"oauth4webapi": "^2.10.3",
|
|
"uuid": "^9.0.1",
|
|
"@stackframe/stack-sc": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/react": "^18.2.66",
|
|
"@types/uuid": "^9.0.8"
|
|
}
|
|
}
|