mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
40 lines
924 B
JSON
40 lines
924 B
JSON
{
|
|
"name": "@stackframe/stack-sc",
|
|
"version": "1.5.6",
|
|
"exports": {
|
|
"./force-react-server": {
|
|
"types": "./dist/index.react-server.d.ts",
|
|
"default": "./dist/index.react-server.js"
|
|
},
|
|
"./force-default": {
|
|
"types": "./dist/index.default.d.ts",
|
|
"default": "./dist/index.default.js"
|
|
},
|
|
".": {
|
|
"types": "./dist/index.combined.d.ts",
|
|
"react-server": "./dist/index.react-server.js",
|
|
"default": "./dist/index.default.js"
|
|
}
|
|
},
|
|
"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",
|
|
"CHANGELOG.md",
|
|
"LICENSE"
|
|
],
|
|
"peerDependencies": {
|
|
"next": "^14.1",
|
|
"react": "^18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.66"
|
|
}
|
|
}
|