tachybase_todo/package.json

107 lines
2.8 KiB
JSON

{
"name": "tachybase",
"version": "0.21.6",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "tachybase build",
"build:p": "tachybase build --no-dts",
"changelog": "auto-changelog -p -t keepachangelog",
"clean": "tachybase clean",
"dev": "tachybase dev",
"dev-server": "tachybase dev --server",
"doc": "tachybase doc",
"doc:cn": "tachybase doc --lang=zh-CN",
"e2e": "tachybase e2e",
"preinstall": "npx only-allow pnpm",
"postinstall": "tachybase postinstall",
"lint": "eslint .",
"pm": "tachybase pm",
"pm2": "tachybase pm2",
"prepare": "husky",
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts",
"start": "tachybase start",
"tachybase": "tachybase",
"tag:c": "changeset",
"tag:p": "changeset",
"tag:v": "changeset version",
"tar": "tachybase tar",
"tb": "tachybase",
"tc": "tachybase test:client",
"test": "tachybase test",
"test:client": "tachybase test:client",
"test:server": "tachybase test:server",
"ts": "tachybase test:server"
},
"lint-staged": {
"*.{js,json,sql}": [
"prettier --write"
],
"*.ts?(x)": [
"eslint --fix"
]
},
"dependencies": {
"pm2": "^5.2.0",
"rimraf": "^3.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/prompt-cli": "^16.1.0",
"@nocobase/build": "workspace:*",
"@nocobase/preset-nocobase": "workspace:*",
"@nocobase/test": "workspace:*",
"@tachybase/cli": "workspace:*",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"auto-changelog": "^2.4.0",
"axios": "^1.6.2",
"commander": "^9.2.0",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^9.0.11",
"lint-staged": "^13.2.3",
"prettier": "^3.1.1",
"prettier-plugin-packagejson": "^2.4.14",
"prettier-plugin-sql": "^0.17.0",
"pretty-format": "^24.0.0",
"pretty-quick": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsx": "^4.7.2",
"typescript": "5.4.5",
"umi": "^4.1.8"
},
"packageManager": "pnpm@8.15.5",
"engines": {
"node": ">=20",
"pnpm": "8.15.5"
},
"volta": {
"node": "20.12.0",
"pnpm": "8.15.5"
},
"pnpm": {
"overrides": {
"@formily/core": "2.2.27",
"@formily/grid": "2.2.27",
"@formily/json-schema": "2.2.27",
"@formily/path": "2.2.27",
"@formily/react": "2.2.27",
"@formily/reactive": "2.2.27",
"@formily/reactive-react": "2.2.27",
"@formily/shared": "2.2.27",
"@formily/validator": "2.2.27",
"@types/node": "^20.12.2"
}
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
]
}