mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:26:29 +00:00
6410bc8a75
* feat: nocobase build * chore: update build scripts * chore: update build scripts * chore(versions): 😊 publish v0.7.0-alpha.33 * chore: independent version * chore: nocobase build * chore(versions): 😊 publish v0.7.0-alpha.34 * feat: nocobase-cli * feat: nocobase-cli * chore: update dependencies * feat: improve code * refactor: create-nocobase-app * chore(versions): 😊 publish v0.7.0-alpha.35 * feat: @nocobase/devtools * chore(versions): 😊 publish v0.7.0-alpha.36 * chore: update dependencies * chore(versions): 😊 publish v0.7.0-alpha.37 * feat: improve code * chore(versions): 😊 publish v0.7.0-alpha.38 * feat: improve code * chore(versions): 😊 publish v0.7.0-alpha.39 * feat: update deps * chore(versions): 😊 publish v0.7.0-alpha.40 * chore: update devDependencies * chore(versions): 😊 publish v0.7.0-alpha.41 * fix: postinstall * chore(versions): 😊 publish v0.7.0-alpha.42 * chore: improve code * chore(versions): 😊 publish v0.7.0-alpha.43 * chore: execa * chore(versions): 😊 publish v0.7.0-alpha.44 * chore(cli): allow unknown option * chore(versions): 😊 publish v0.7.0-alpha.45 * fix: default envs * chore(versions): 😊 publish v0.7.0-alpha.45 * fix: package argument for build command * chore(versions): 😊 publish v0.7.0-alpha.46 * fix: improve code * chore(versions): 😊 publish v0.7.0-alpha.48 * feat: clean & doc * chore(versions): 😊 publish v0.7.0-alpha.49 * feat: compilation tips * feat: upgrade command * chore(versions): 😊 publish v0.7.0-alpha.50 * fix: unexpected token ] in JSON * chore(versions): 😊 publish v0.7.0-alpha.51 * fix: upgrade command * chore(versions): 😊 publish v0.7.0-alpha.52 * fix: remove export action from available action * fix: db sync after upgrade * chore(versions): 😊 publish v0.7.0-alpha.53 * feat: upgrade log * chore(versions): 😊 publish v0.7.0-alpha.54 * docs: updates * feat: updates * docs(cli): update usage description * feat: updates * docs: updates * docs: updates * docs: toc * feat: sdk * docs: updates * docs: updates * docs: updates * Update index.md * docs: updates * Update release-notes.md * Update roadmap.md * Update index.md * Update contributing.md * Update contributing.md * Update index.md * Update index.md * Update nocobase-cli.md * Update nocobase-cli.md * fix: user plugin initialization data * Update env.md * Update env.md * Update directory-structure.md * Update index.md * Update action-api.md * Update filter-operators.md * docs: update thanks.md * Update index.md * Update javascript-sdk.md * Update rest-api.md * Update installation.md * Update installation.md * Update upgrading.md * Update upgrading.md * Update upgrading.md * Update installation.md * Update installation.md * Create release-notes.md * Update release-notes.md * feat: updates * feat: update docs * feat: update release-notes.md * feat: switch language * feat: updates * Add files via upload * Add files via upload * Update important-features.md * Update thanks.md * feat: nocobase postinstall * Update index.md * Create why-different.md * Update why-different.md * Create who-is-for.md * Rename who-is-for.md to who.md * feat: update docs * Rename why-different.md to why.md * Update why.md * Update menus.ts * Update why-nocobase.md * Create who.md * Create why.md * feat: updates * chore(versions): 😊 publish v0.7.0-alpha.55 * feat: tips * Update who.md * Update who.md * feat: update docs * feat: update doc menus * fix: plugin client dist * docs: update contributing.md * docs: update readme.md * docs: update readme.md * docs: update readme.md * Update functional-zoning.md * fix: br Co-authored-by: Zhou <zhou.working@gmail.com>
78 lines
2.4 KiB
JSON
Executable File
78 lines
2.4 KiB
JSON
Executable File
{
|
|
"name": "@nocobase/build",
|
|
"version": "0.7.0-alpha.55",
|
|
"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.12.3",
|
|
"@babel/plugin-proposal-class-properties": "7.12.1",
|
|
"@babel/plugin-proposal-decorators": "7.12.1",
|
|
"@babel/plugin-proposal-do-expressions": "7.12.1",
|
|
"@babel/plugin-proposal-export-default-from": "7.12.1",
|
|
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
|
|
"@babel/plugin-proposal-optional-chaining": "7.12.1",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "7.12.1",
|
|
"@babel/plugin-transform-runtime": "7.12.1",
|
|
"@babel/preset-env": "7.12.1",
|
|
"@babel/preset-react": "7.12.1",
|
|
"@babel/preset-typescript": "7.12.1",
|
|
"@babel/register": "7.12.1",
|
|
"@lerna/filter-packages": "4.0.0",
|
|
"@lerna/project": "4.0.0",
|
|
"@lerna/query-graph": "4.0.0",
|
|
"@rollup/plugin-babel": "5.3.1",
|
|
"@rollup/plugin-commonjs": "16.0.0",
|
|
"@rollup/plugin-inject": "4.0.2",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "10.0.0",
|
|
"@rollup/plugin-replace": "2.3.4",
|
|
"@rollup/plugin-url": "5.0.1",
|
|
"@svgr/rollup": "5.5.0",
|
|
"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",
|
|
"glob": "^7.1.4",
|
|
"gulp-if": "2.0.2",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-typescript": "5.0.1",
|
|
"less": "3.9.0",
|
|
"less-plugin-npm-import": "2.1.0",
|
|
"lodash": "4.17.21",
|
|
"pkg-up": "3.1.0",
|
|
"rimraf": "2.6.3",
|
|
"rollup": "2.33.3",
|
|
"rollup-plugin-postcss": "3.1.8",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-typescript2": "0.29.0",
|
|
"semver": "6.1.1",
|
|
"signale": "1.4.0",
|
|
"slash2": "2.0.0",
|
|
"temp-dir": "2.0.0",
|
|
"through2": "3.0.1",
|
|
"ts-loader": "^8.0.7",
|
|
"typescript": "^4.0.5",
|
|
"update-notifier": "3.0.0",
|
|
"vinyl-fs": "3.0.3",
|
|
"yargs-parser": "13.1.2"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "umi-tools build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/gulp-plumber": "^0.0.32",
|
|
"umi-tools": "^0.4.0"
|
|
}
|
|
}
|