nocobase/packages/core/build/package.json
jack zhang 08c5383bee
refactor: build tools (#2374)
* refactor: core/build and cli/build.js

* fix: build

* fix: bug

* fix: replaceAll to replace

* fix: node version check

* fix: add require check

* fix: esbuild other ext

* fix: process json

* fix: exlude jsx-runtime

* feat: split chunk

* fix: minify plugin client bundle

* fix: compatibility

* fix: support import()

* feat: update docs

* fix: server deps

* feat: demo

* fix: remove cjs treeshake

* fix: local error

* fix: bug

* fix: lazy load

* fix: rewrites

* fix: remove dynamic import  function

* feat: doc demo

* fix: codesanbox vite template

* fix: codesanbox demo

* fix: hide stackblitz

* fix: revert rspack

* fix: test bug

* fix: delete console

* fix: import dayjs locale

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-03 10:59:33 +08:00

41 lines
1.1 KiB
JSON
Executable File

{
"name": "@nocobase/build",
"version": "0.13.0-alpha.4",
"description": "Library build tool based on rollup.",
"main": "lib/index.js",
"bin": {
"nocobase-build": "./bin/nocobase-build.js"
},
"typings": "./index.d.ts",
"dependencies": {
"@hapi/topo": "^6.0.0",
"@lerna/project": "4.0.0",
"@vercel/ncc": "0.36.1",
"chalk": "2.4.2",
"fast-glob": "3.3.0",
"glob": "^7.1.4",
"gulp": "4.0.2",
"@types/gulp": "^4.0.13",
"gulp-typescript": "6.0.0-alpha.1",
"pkg-up": "3.1.0",
"tsup": "7.2.0",
"typescript": "5.1.3",
"update-notifier": "3.0.0",
"vite-plugin-lib-inject-css": "1.2.0",
"vite-plugin-css-injected-by-js": "^3.2.1",
"yargs-parser": "13.1.2",
"@types/lerna__project": "5.1.0",
"@types/lerna__package": "5.1.0",
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/plugin-transform-modules-amd": "7.22.5"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsup"
},
"devDependencies": {
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}