drip-table/package.json

55 lines
1.6 KiB
JSON
Executable File

{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn run build:drip-table",
"build:drip-table": "lerna run build --stream --scope=drip-table",
"changelog": "lerna-changelog",
"clean": "lerna clean -y",
"lint": "yarn run gitlint && lerna run lint --stream --scope=drip-table",
"gitlint": "sh ./bin/gitlint.sh || exit 1"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@rollup/plugin-eslint": "^8.0.1",
"@types/cheerio": "0.22.22",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-eslint": "^10.1.0",
"drip-table": "link:packages/drip-table",
"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.17.2",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"lint-staged": "10.0.7",
"react": "17.0.2",
"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"
}
}