mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +08:00
124 lines
3.8 KiB
JSON
124 lines
3.8 KiB
JSON
{
|
|
"name": "layout-clusters-fe",
|
|
"port": "8000",
|
|
"version": "1.0.0",
|
|
"ident": "cluster",
|
|
"description": "多集群管理&layout",
|
|
"author": "joysunchao <joysunchao@didiglobal.com>",
|
|
"keywords": [
|
|
"layout"
|
|
],
|
|
"homepage": "",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"start": "cross-env NODE_ENV=development webpack-dev-server",
|
|
"build": "cross-env NODE_ENV=production webpack --max_old_space_size=8000"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/compatible": "^1.0.8",
|
|
"@ant-design/icons": "^4.6.2",
|
|
"@knowdesign/icons": "^1.0.1",
|
|
"@types/react": "^17.0.39",
|
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-highlight-words": "^0.16.0",
|
|
"@types/react-router": "5.1.18",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-transition-group": "^4.2.2",
|
|
"@types/react-virtualized": "^9.21.13",
|
|
"axios": "^0.21.1",
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"classnames": "^2.2.6",
|
|
"crypto-js": "^4.1.1",
|
|
"dotenv": "^16.0.1",
|
|
"html-webpack-plugin": "^4.0.0",
|
|
"knowdesign": "^1.3.7",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.24.0",
|
|
"react": "16.12.0",
|
|
"react-copy-to-clipboard": "^5.0.4",
|
|
"react-cron-antd": "^1.1.2",
|
|
"react-dom": "16.12.0",
|
|
"react-intl": "^3.2.1",
|
|
"react-joyride": "^2.5.3",
|
|
"single-spa": "5.9.3",
|
|
"single-spa-react": "2.14.0",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-proposal-decorators": "^7.4.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
|
|
"@babel/plugin-proposal-private-methods": "^7.14.5",
|
|
"@babel/plugin-transform-object-assign": "^7.12.1",
|
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
"@types/crypto-js": "^4.1.0",
|
|
"@types/lodash": "^4.14.171",
|
|
"@types/node": "^12.12.25",
|
|
"@types/pubsub-js": "^1.5.18",
|
|
"@typescript-eslint/eslint-plugin": "4.13.0",
|
|
"@typescript-eslint/parser": "4.13.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-import": "^1.12.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.1.2",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^2.1.0",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-prettier": "3.4.0",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"file-loader": "^6.0.0",
|
|
"hard-source-webpack-plugin": "^0.13.1",
|
|
"husky": "4.3.7",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^4.1.0",
|
|
"lint-staged": "10.5.3",
|
|
"mini-css-extract-plugin": "^1.3.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"prettier": "2.3.2",
|
|
"progress-bar-webpack-plugin": "^1.12.1",
|
|
"query-string": "^7.0.1",
|
|
"react-refresh": "^0.10.0",
|
|
"react-router-dom": "5.2.1",
|
|
"ts-loader": "^8.0.11",
|
|
"typescript": "4.6.4",
|
|
"webpack": "^4.40.0",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.2.1",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,tsx}": "eslint"
|
|
}
|
|
}
|