mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
903c48b1f0
* fix: change plugin build tool to rspack * fix: bug * fix: bug * fix: bug * feat: upgrade rspack * feat: upgrade rspack * fix: rspack config * fix: some plugins can't be loaded * chore: update rspack * chore: revert rspack version due to tests failing * chore: update rspack to 1.0.14 * fix: missing tsconfig in rspack config * fix: pro plugins build error * fix: incorrect dependecies docs link * fix: jshint dependency error * chore: change all vite build to rspack --------- Co-authored-by: dream2023 <1098626505@qq.com> Co-authored-by: chenos <chenlinxh@gmail.com>
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@nocobase/build",
|
|
"version": "1.4.0-alpha.8",
|
|
"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": {
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@rspack/core": "1.0.14",
|
|
"css-loader": "^6.8.1",
|
|
"less": "^4.1.3",
|
|
"postcss": "^8.4.29",
|
|
"less-loader": "11.1.0",
|
|
"style-loader": "^3.3.3",
|
|
"postcss-loader": "^7.3.3",
|
|
"postcss-preset-env": "^9.1.2",
|
|
"@babel/core": "7.25.2",
|
|
"@babel/plugin-transform-modules-amd": "7.24.7",
|
|
"@babel/preset-env": "7.25.4",
|
|
"@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"
|
|
}
|