teable/package.json
Pengap 599e15a45b
chore: upgrade desp (#413)
* chore(deps): upgrade next to 14.1.3

---------

Co-authored-by: pengap <penganpingprivte@gmail.com>
2024-03-07 18:45:18 +08:00

75 lines
2.4 KiB
JSON

{
"name": "@teable/teable",
"license": "AGPL-3.0",
"private": true,
"homepage": "https://github.com/teableio/teable",
"repository": {
"type": "git",
"url": "https://github.com/teableio/teable"
},
"author": {
"name": "tea artist",
"url": "https://github.com/tea-artist"
},
"keywords": [
"teable",
"database"
],
"workspaces": [
"apps/*",
"packages/*",
"!apps/electron"
],
"scripts": {
"clean:global-cache": "rimraf ./.cache",
"deps:check": "pnpm --package=npm-check-updates@latest dlx npm-check-updates --configFileName ncurc.yml --workspaces --root --mergeConfig",
"deps:update": "pnpm --package=npm-check-updates@latest dlx npm-check-updates --configFileName ncurc.yml -u --workspaces --root --mergeConfig",
"g:build": "pnpm -r run build",
"g:build-changed": "pnpm -r -F '...[origin/main]' build",
"g:changeset": "changeset",
"g:check-dist": "pnpm -r --parallel check-dist",
"g:clean": "pnpm clean:global-cache && pnpm -r run clean",
"g:fix-all-files": "pnpm -r fix-all-files",
"g:lint": "pnpm -r --parallel lint --color",
"g:lint-staged-files": "lint-staged --allow-empty",
"g:lint-styles": "pnpm -r lint-styles --color",
"g:release": "pnpm g:build && changeset publish",
"g:test": "pnpm g:test-e2e && pnpm g:test-unit",
"g:test-e2e": "pnpm -r test-e2e",
"g:test-unit": "pnpm -r --parralel test-unit",
"g:typecheck": "pnpm -r --parralel typecheck",
"generate-openapi-types": "node scripts/generate-openapi-types.mjs",
"install:playwright": "playwright install",
"install:husky": "node .husky/install.mjs",
"nuke:node_modules": "pnpm -r exec -- rm -fr node_modules",
"prepare": "run-s install:husky"
},
"dependencies": {
"cross-env": "7.0.3"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@teable/eslint-config-bases": "workspace:^",
"@types/shell-quote": "1.7.5",
"eslint": "8.57.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"npm-run-all2": "6.1.2",
"openapi-typescript": "6.7.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"shell-quote": "1.8.1",
"typescript": "5.4.2",
"zx": "7.2.3"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.15.0",
"npm": "please-use-pnpm"
},
"packageManager": "pnpm@8.15.4"
}