nocobase/packages/core/build/package.json
nocobase[bot] 391adc2800
Some checks failed
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
chore(versions): 😊 publish v1.3.23-beta
2024-09-19 14:59:39 +00:00

41 lines
1.1 KiB
JSON

{
"name": "@nocobase/build",
"version": "1.3.23-beta",
"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.25.2",
"@babel/plugin-transform-modules-amd": "7.24.7",
"@babel/preset-env": "7.25.3",
"@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"
}