nocobase/packages/core/build/package.json
dependabot[bot] 9b055b904c
chore(deps): bump tsup from 7.2.0 to 8.2.4 (#5046)
Bumps [tsup](https://github.com/egoist/tsup) from 7.2.0 to 8.2.4.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](https://github.com/egoist/tsup/compare/v7.2.0...v8.2.4)

---
updated-dependencies:
- dependency-name: tsup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 19:13:14 +08:00

41 lines
1.1 KiB
JSON

{
"name": "@nocobase/build",
"version": "1.2.34-alpha",
"description": "Library build tool based on rollup.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"nocobase-build": "./bin/nocobase-build.js"
},
"typings": "./index.d.ts",
"dependencies": {
"@babel/core": "7.22.10",
"@babel/plugin-transform-modules-amd": "7.22.5",
"@babel/preset-env": "7.22.10",
"@hapi/topo": "^6.0.0",
"@lerna/project": "4.0.0",
"@types/gulp": "^4.0.13",
"@types/lerna__package": "5.1.0",
"@types/lerna__project": "5.1.0",
"@types/tar": "^6.1.5",
"@vercel/ncc": "0.36.1",
"chalk": "2.4.2",
"esbuild-register": "^3.4.2",
"fast-glob": "^3.3.1",
"gulp": "4.0.2",
"gulp-typescript": "6.0.0-alpha.1",
"tar": "^6.2.0",
"tsup": "8.2.4",
"typescript": "5.1.3",
"update-notifier": "3.0.0",
"vite-plugin-css-injected-by-js": "^3.2.1",
"vite-plugin-lib-inject-css": "1.2.0",
"yargs-parser": "13.1.2"
},
"license": "AGPL-3.0",
"scripts": {
"build": "tsup"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}