44 lines
1.2 KiB
JSON
Executable File
44 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "@nocobase/build",
|
|
"version": "0.21.2",
|
|
"description": "Library build tool based on rollup.",
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"typings": "./index.d.ts",
|
|
"bin": {
|
|
"nocobase-build": "./bin/nocobase-build.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"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",
|
|
"@pnpm/find-workspace-dir": "^6.0.3",
|
|
"@pnpm/workspace.find-packages": "^1.1.12",
|
|
"@types/gulp": "^4.0.13",
|
|
"@types/tar": "^6.1.5",
|
|
"@vercel/ncc": "0.36.1",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"chalk": "2.4.2",
|
|
"esbuild-register": "^3.4.2",
|
|
"execa": "^5.1.1",
|
|
"fast-glob": "^3.3.1",
|
|
"fs-extra": "^11.1.1",
|
|
"gulp": "4.0.2",
|
|
"gulp-typescript": "6.0.0-alpha.1",
|
|
"tar": "^6.2.0",
|
|
"tsup": "7.2.0",
|
|
"typescript": "5.4.3",
|
|
"update-notifier": "3.0.0",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-css-injected-by-js": "^3.2.1",
|
|
"vite-plugin-lib-inject-css": "1.2.0",
|
|
"yargs-parser": "13.1.2"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|