69 lines
2.5 KiB
JSON
Executable File
69 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "root",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"start": "dumi dev",
|
|
"build": "yarn run build:drip-table && yarn run build:drip-table-driver-antd && yarn run build:drip-table-generator",
|
|
"build:drip-table": "lerna run build --stream --scope=drip-table",
|
|
"build:drip-table-driver-antd": "lerna run build --stream --scope=drip-table-driver-antd",
|
|
"build:drip-table-generator": "lerna run build --stream --scope=drip-table-generator",
|
|
"changelog": "lerna-changelog",
|
|
"size": "ANALYZE=1 dumi build",
|
|
"clean": "lerna clean -y",
|
|
"lint": "yarn run lint:git && yarn run lint:drip-table && yarn run lint:drip-table-driver-antd && yarn run lint:drip-table-generator",
|
|
"lint:git": "sh ./bin/gitlint.sh || exit 1",
|
|
"lint:drip-table": "lerna run lint --stream --scope=drip-table",
|
|
"lint:drip-table-driver-antd": "lerna run lint --stream --scope=drip-table-driver-antd",
|
|
"lint:drip-table-generator": "lerna run lint --stream --scope=drip-table-generator"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-eslint": "^8.0.1",
|
|
"@types/cheerio": "0.22.22",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/react-window": "^1.8.5",
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
"@typescript-eslint/parser": "4.33.0",
|
|
"@umijs/plugin-esbuild": "^1.4.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"drip-table": "link:packages/drip-table",
|
|
"drip-table-generator": "link:packages/drip-table-generator",
|
|
"dumi": "^1.1.35",
|
|
"eslint-config-lvmcn": "0.0.30",
|
|
"eslint-formatter-pretty": "4.0.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-import-resolver-webpack": "^0.13.1",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-react": "^7.27.0",
|
|
"eslint-plugin-unicorn": "^38.0.1",
|
|
"eslint-plugin-unused-imports": "^1.1.1",
|
|
"father-build": "^1.20.4",
|
|
"jsoneditor": "^9.5.7",
|
|
"jsoneditor-react": "^3.1.1",
|
|
"lerna": "3.22.1",
|
|
"lerna-changelog": "1.0.1",
|
|
"lint-staged": "10.0.7",
|
|
"monaco-editor-webpack-plugin": "^4.0.0",
|
|
"react": "17.0.2",
|
|
"react-monaco-editor": "0.43.0",
|
|
"stylelint": "13.8.0",
|
|
"stylelint-config-standard": "20.0.0",
|
|
"stylelint-formatter-pretty": "2.1.1",
|
|
"tsc-alias": "^1.4.2",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"files": [
|
|
"README.*",
|
|
"dist"
|
|
],
|
|
"homepage": "https://drip-table.jd.com",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/JDFED/drip-table/issues"
|
|
}
|
|
}
|