1 Star 0 Fork 56

wenslon/drip-table

forked from 京东零售/drip-table 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.75 KB
一键复制 编辑 原始数据 按行查看 历史
茗伊 提交于 2021-12-23 17:12 . refactor: use css module in home page
{
"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",
"build:docs": "dumi build",
"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": {
"@ant-design/icons": "^4.7.0",
"@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",
"antd": "^4.17.4",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"classnames": "^2.3.1",
"drip-table": "link:packages/drip-table",
"drip-table-driver-antd": "link:packages/drip-table-driver-antd",
"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-compare-slider": "^2.2.0",
"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",
"typewriter-effect": "^2.18.2"
},
"files": [
"README.*",
"dist"
],
"homepage": "https://drip-table.jd.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/JDFED/drip-table/issues"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/macosx/drip-table.git
git@gitee.com:macosx/drip-table.git
macosx
drip-table
drip-table
master

搜索帮助