mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "@zenstackhq/react",
|
|
"displayName": "ZenStack plugin and runtime for ReactJS",
|
|
"version": "1.0.0-alpha.99",
|
|
"description": "ZenStack plugin and runtime for ReactJS",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zenstackhq/zenstack"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "pnpm lint && pnpm clean && tsc && copyfiles ./package.json ./README.md ./LICENSE dist",
|
|
"watch": "tsc --watch",
|
|
"lint": "eslint src --ext ts",
|
|
"prepublishOnly": "pnpm build",
|
|
"publish-dev": "pnpm publish --tag dev"
|
|
},
|
|
"publishConfig": {
|
|
"directory": "dist",
|
|
"linkDirectory": true
|
|
},
|
|
"keywords": [],
|
|
"author": "ZenStack Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@prisma/generator-helper": "^4.7.1",
|
|
"@zenstackhq/sdk": "workspace:*",
|
|
"change-case": "^4.1.2",
|
|
"decimal.js": "^10.4.2",
|
|
"superjson": "^1.11.0",
|
|
"ts-morph": "^16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2 || ^18",
|
|
"react-dom": "^17.0.2 || ^18",
|
|
"swr": "2.x",
|
|
"@tanstack/react-query": "4.x"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/react": "^18.0.26",
|
|
"@types/tmp": "^0.2.3",
|
|
"@zenstackhq/testtools": "workspace:*",
|
|
"copyfiles": "^2.4.1",
|
|
"jest": "^29.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"react": "^17.0.2 || ^18",
|
|
"react-dom": "^17.0.2 || ^18",
|
|
"swr": "^2.0.3",
|
|
"ts-jest": "^29.0.5",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|