Ai
31 Star 224 Fork 62

京东零售/drip-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 4.32 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install && dumi setup",
"postinstall": "lerna bootstrap --no-ci",
"start": "yarn dev",
"dev": "concurrently --kill-others \"yarn dev:drip-table\" \"yarn dev:drip-table-generator\" \"yarn dev:docs\"",
"dev:drip-table": "lerna run dev --stream --scope=drip-table",
"dev:drip-table-generator": "lerna run dev --stream --scope=drip-table-generator",
"dev:docs": "dumi dev",
"build": "yarn run build:drip-table && yarn run build:drip-table-generator && yarn run build:docs",
"build:drip-table": "lerna run build --stream --scope=drip-table",
"build:drip-table-generator": "lerna run build --stream --scope=drip-table-generator",
"build:docs": "dumi build",
"build:docs-static": "node ./docs-static/build.js",
"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-generator && yarn run lint:docs || exit 1",
"lint:git": "sh ./bin/gitlint.sh || exit 1",
"lint:drip-table": "lerna run lint --stream --scope=drip-table || exit 1",
"lint:drip-table-generator": "lerna run lint --stream --scope=drip-table-generator || exit 1",
"lint:docs": "eslint \"**/*.{js,jsx,ts,tsx,json}\" --ignore-pattern \"packages/**\" --format pretty || exit 1",
"commit": "cz"
},
"devDependencies": {
"@ant-design/icons": ">=4.3.0",
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/lodash": "^4.14.191",
"@types/react-dom": ">=16.9.0",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"ajv": "^8.11.2",
"ajv-keywords": "^5.1.0",
"antd": "4.24.8",
"autoprefixer": "^10.4.13",
"babel-plugin-import": "^1.13.5",
"classnames": "^2.3.2",
"concurrently": "^7.6.0",
"cz-conventional-changelog": "^3.3.0",
"drip-table": "link:packages/drip-table",
"drip-table-generator": "link:packages/drip-table-generator",
"dumi": "^2.0.17",
"eslint": "^8.30.0",
"eslint-config-lvmcn": "^0.0.58",
"eslint-formatter-pretty": "^4.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"father": "^4.1.2",
"html-minifier-terser": "^7.1.0",
"husky": "^8.0.2",
"jsoneditor": "^9.9.2",
"jsoneditor-react": "^3.1.2",
"lerna": "6.3.0",
"lerna-changelog": "2.2.0",
"less": "4.1.3",
"lint-staged": "^13.1.0",
"monaco-editor-webpack-plugin": "7.0.1",
"postcss": "^8.4.20",
"postcss-less": "^6.0.0",
"rc-util": "^5.27.1",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"react-window": "^1.8.8",
"stylelint": "^14.16.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-formatter-pretty": "^3.1.1",
"stylelint-less": "^1.0.6",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},
"resolutions": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2"
},
"files": [
"README.*",
"dist"
],
"homepage": "https://drip-table.jd.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/JDFED/drip-table/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"rc-trigger": "5.3.4",
"react-compare-image": "^3.3.0",
"typewriter-effect": "^2.19.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jd-platform-opensource/drip-table.git
git@gitee.com:jd-platform-opensource/drip-table.git
jd-platform-opensource
drip-table
drip-table
master

搜索帮助