mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:26:36 +00:00
81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"name": "@nocobase/father-build",
|
|
"version": "0.3.0-alpha.0",
|
|
"description": "Library build tool based on rollup.",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"father-build": "./bin/father-build.js"
|
|
},
|
|
"scripts": {
|
|
"build": "umi-tools build"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"dependencies": {
|
|
"@babel/core": "7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/plugin-proposal-decorators": "7.4.4",
|
|
"@babel/plugin-proposal-do-expressions": "7.2.0",
|
|
"@babel/plugin-proposal-export-default-from": "7.2.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
|
|
"@babel/plugin-proposal-optional-chaining": "7.7.4",
|
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
|
"@babel/plugin-transform-modules-commonjs": "7.5.0",
|
|
"@babel/plugin-transform-runtime": "7.4.4",
|
|
"@babel/preset-env": "7.4.5",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/preset-typescript": "7.3.3",
|
|
"@babel/register": "7.4.4",
|
|
"@svgr/rollup": "^4.3.0",
|
|
"ajv": "6.10.0",
|
|
"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",
|
|
"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.19",
|
|
"rimraf": "2.6.3",
|
|
"rollup": "1.27.8",
|
|
"rollup-plugin-babel": "4.3.3",
|
|
"rollup-plugin-commonjs": "10.0.0",
|
|
"rollup-plugin-inject": "3.0.1",
|
|
"rollup-plugin-json": "4.0.0",
|
|
"rollup-plugin-node-resolve": "5.0.1",
|
|
"rollup-plugin-postcss-umi": "2.0.3",
|
|
"rollup-plugin-replace": "2.2.0",
|
|
"rollup-plugin-terser": "5.1.3",
|
|
"rollup-plugin-typescript2": "0.25.3",
|
|
"rollup-plugin-url": "^2.2.2",
|
|
"signale": "1.4.0",
|
|
"slash2": "2.0.0",
|
|
"temp-dir": "2.0.0",
|
|
"through2": "3.0.1",
|
|
"ts-loader": "^6.0.2",
|
|
"typescript": "^3.7.3",
|
|
"update-notifier": "3.0.0",
|
|
"vinyl-fs": "3.0.3",
|
|
"yargs-parser": "13.1.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/umijs/father"
|
|
},
|
|
"homepage": "http://github.com/umijs/father",
|
|
"bugs": "http://github.com/umijs/father/issues",
|
|
"authors": [
|
|
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/gulp-plumber": "^0.0.32",
|
|
"umi-tools": "^0.4.0"
|
|
}
|
|
}
|