zenstack/packages/next/package.json

44 lines
1.3 KiB
JSON

{
"name": "@zenstackhq/next",
"version": "1.0.0-alpha.116",
"displayName": "ZenStack Next.js integration",
"description": "ZenStack Next.js integration",
"homepage": "https://zenstack.dev",
"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",
"test": "jest",
"prepublishOnly": "pnpm build",
"publish-dev": "pnpm publish --tag dev"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true
},
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"next": "^12.3.1 || ^13"
},
"dependencies": {
"@zenstackhq/runtime": "workspace:*",
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/react": "^18.0.26",
"@types/supertest": "^2.0.12",
"@zenstackhq/testtools": "workspace:*",
"copyfiles": "^2.4.1",
"jest": "^29.5.0",
"react": "^17.0.2 || ^18",
"rimraf": "^3.0.2",
"superjson": "^1.11.0",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
}
}