5df3b0e75d
* refactor: plugin build and plugin template * refactor: plugins' deps * refactor: plugins bugs * feat: add plugin static middleware * fix: bugs * refactor: frontend plugin add from remote * refactor: delete useless app/client/plugins * fix: requirejs move to local * fix: tests case * refactor: add src/client and src/server dir check * fix: lodash tree shaking * refactor: add BUILD_TIP * refactor: add file size tip * fix: bugs * fix: bug * fix: change china-division * fix: change plugins response * fix: recover dynamicImport * fix: change server src entry * fix: test error * fix: plugins sourcemap => false * fix: production file error * refactor: change build tools to vite and tsup * fix: yarn.lock * fix: bugs * fix: server build bugs * fix: delete .fatherrc.ts * fix: bug * fix: bug * fix: bugs * fix: bugs * fix: bugs * refactor: add plugin d.ts * refactor: delete fatherrc * refactor: delete father scripts * refactor: build bug * fix: bug * fix: deps adjust * fix: add build tips * fix: bug * refactor: ignore plugins when build client * docs: update doc * refactor: docs and build * fix: bug * refactor: build deps * fix: add USER_REMOTE_PLUGIN env * feat: add plugin static cache * feat: add build deps cache * fix: bugs * test: add test * fix: add plugin depden on plugin tip * fix: adjust shouldDevDependencies * fix: deps * fix: ajust deps * fix: mobile style error * fix: map error * fix: test * fix: bug * feat: lodash and dayjs import from themself * feat: @emotion/css 、ahooks and lodash to global * fix: theme-editor plugin error * fix: review * feat: move all plugins' dependencies to devDependencies * feat: change build * feat: add devPlugins * fix: bug * fix: bugs * fix: bugs * fix: bugs * feat: build bugs * fix: bugs * fix: bugs * fix: review * fix: bug * fix: change deps build * fix: bugs * fix: bug * fix: bug * fix: bugs * fix: bug * fix: bug * fix: multi language * fix: dist * fix: cronstrue * fix: getPackageClientStaticUrl * fix: antd dayjs locale * fix: plugin' d.ts import from dist * fix: multi language * fix: build types error * fix: requireModule * fix: plugin lifecycle * fix: client resource * fix: improve code * fix: locale * feat: custom build * fix: require locale * fix: improve code * fix: improve code * fix: skip preset * fix: collection undefined * feat: yarn build * fix: remove enabled * fix: update dockerfile * fix: formily version * docs: update v12 changelog * fix: devDependencies * feat: @nocobase/app * feat: generateAppDir * fix: improve code * fix: 0.11.1-alpha.5 * fix: missing @nocobase/client * fix: error * fix: add .npmignore * feat: upgrade antd version * fix: dependencies * fix: peerDependencies * fix: remove china-division dep * fix: toposort deps * fix: update dockerfile * fix: plugin template * fix: app client outputPath * feat: update docs * fix: nginx server root * fix: storage/.app-dev * fix: getChinaDivisionData * feat: plugin info * feat: update docs * fix: docs menu --------- Co-authored-by: chenos <chenlinxh@gmail.com>
84 lines
2.6 KiB
JSON
Executable File
84 lines
2.6 KiB
JSON
Executable File
{
|
|
"name": "@nocobase/build",
|
|
"version": "0.11.1-alpha.5",
|
|
"description": "Library build tool based on rollup.",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"nocobase-build": "./bin/nocobase-build.js"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"dependencies": {
|
|
"@babel/core": "7.22.5",
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
"@babel/plugin-proposal-decorators": "7.22.5",
|
|
"@babel/plugin-proposal-do-expressions": "7.22.5",
|
|
"@babel/plugin-proposal-export-default-from": "7.22.5",
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "7.22.5",
|
|
"@babel/plugin-transform-runtime": "7.22.5",
|
|
"@babel/preset-env": "7.12.1",
|
|
"@babel/preset-react": "7.22.5",
|
|
"@babel/preset-typescript": "7.22.5",
|
|
"@babel/register": "7.22.5",
|
|
"@hapi/topo": "^6.0.0",
|
|
"@lerna/filter-packages": "4.0.0",
|
|
"@lerna/project": "4.0.0",
|
|
"@lerna/query-graph": "4.0.0",
|
|
"@rollup/plugin-babel": "6.0.3",
|
|
"@rollup/plugin-commonjs": "25.0.1",
|
|
"@rollup/plugin-inject": "5.0.3",
|
|
"@rollup/plugin-json": "6.0.0",
|
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
"@rollup/plugin-replace": "5.0.2",
|
|
"@rollup/plugin-url": "8.0.1",
|
|
"@svgr/rollup": "5.5.0",
|
|
"@vercel/ncc": "0.36.1",
|
|
"ajv": "6.12.6",
|
|
"autoprefixer": "9.6.0",
|
|
"babel-plugin-istanbul": "^5.2.0",
|
|
"babel-plugin-react-require": "3.1.1",
|
|
"chalk": "2.4.2",
|
|
"chokidar": "^3.0.2",
|
|
"es5-imcompatible-versions": "^0.1.37",
|
|
"fast-glob": "3.3.0",
|
|
"glob": "^7.1.4",
|
|
"gulp-if": "2.0.2",
|
|
"gulp-less": "^5.0.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-typescript": "6.0.0-alpha.1",
|
|
"less": "4.1.3",
|
|
"less-plugin-npm-import": "2.1.0",
|
|
"lodash": "4.17.21",
|
|
"pkg-up": "3.1.0",
|
|
"rimraf": "2.6.3",
|
|
"rollup": "3.25.1",
|
|
"rollup-plugin-postcss": "4.0.2",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-typescript2": "0.34.1",
|
|
"semver": "6.1.1",
|
|
"signale": "1.4.0",
|
|
"slash2": "2.0.0",
|
|
"temp-dir": "2.0.0",
|
|
"through2": "3.0.1",
|
|
"ts-loader": "^9.4.3",
|
|
"tsup": "7.1.0",
|
|
"typescript": "5.1.3",
|
|
"update-notifier": "3.0.0",
|
|
"vinyl-fs": "3.0.3",
|
|
"vite-plugin-css-injected-by-js": "^3.2.1",
|
|
"yargs-parser": "13.1.2"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "umi-tools build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/gulp-plumber": "^0.0.32",
|
|
"umi-tools": "^0.4.0"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|