115 lines
3.4 KiB
JSON
115 lines
3.4 KiB
JSON
{
|
|
"name": "search-center",
|
|
"version": "1.0.0",
|
|
"description": "极限搜索,致力于简单易用。",
|
|
"dependencies": {
|
|
"@ant-design/charts": "^1.0.4",
|
|
"@ant-design/icons": "^4.0.0",
|
|
"@antv/data-set": "^0.9.6",
|
|
"@antv/g2-brush": "^0.0.2",
|
|
"@babel/runtime": "^7.1.2",
|
|
"@elastic/charts": "^25.0.1",
|
|
"@monaco-editor/react": "^3.7.4",
|
|
"@svgdotjs/svg.js": "^3.0.16",
|
|
"antd": "^3.26.18",
|
|
"antd-table-infinity": "^1.1.6",
|
|
"bizcharts": "^3.2.2",
|
|
"bizcharts-plugin-slider": "^2.0.3",
|
|
"classnames": "^2.2.6",
|
|
"cluster": "^0.7.7",
|
|
"console": "^0.7.2",
|
|
"dns": "^0.2.2",
|
|
"dva": "^2.4.0",
|
|
"enquire-js": "^0.2.1",
|
|
"hash.js": "^1.1.5",
|
|
"honeycomb-grid": "^3.1.7",
|
|
"lodash": "^4.17.10",
|
|
"lodash-decorators": "^6.0.0",
|
|
"luxon": "^1.26.0",
|
|
"memoize-one": "^4.0.0",
|
|
"module": "^1.2.5",
|
|
"moment": "^2.29.1",
|
|
"moment-timezone": "^0.5.32",
|
|
"node-ssh": "^8.0.0",
|
|
"numeral": "^2.0.6",
|
|
"nzh": "^1.0.3",
|
|
"omit.js": "^1.0.0",
|
|
"path-to-regexp": "^2.4.0",
|
|
"prop-types": "^15.5.10",
|
|
"qs": "^6.5.2",
|
|
"rc-animate": "^2.4.4",
|
|
"react": "^16.5.1",
|
|
"react-container-query": "^0.11.0",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-document-title": "^2.0.3",
|
|
"react-dom": "^16.5.1",
|
|
"react-fittext": "^1.0.0",
|
|
"react-grid-layout": "^1.2.0",
|
|
"react-highlight-words": "^0.16.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-json-prettify": "^0.2.0",
|
|
"react-json-view": "^1.19.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-sparklines": "^1.7.0",
|
|
"repl": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"antd-pro-merge-less": "^0.1.0",
|
|
"antd-theme-webpack-plugin": "^1.1.8",
|
|
"autod": "^3.0.1",
|
|
"autod-egg": "^1.1.0",
|
|
"babel-eslint": "^8.1.2",
|
|
"babel-plugin-dva-hmr": "^0.4.1",
|
|
"babel-plugin-import": "^1.6.3",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"egg": "^2.4.1",
|
|
"egg-bin": "^4.3.7",
|
|
"egg-ci": "^1.8.0",
|
|
"egg-mock": "^3.15.0",
|
|
"egg-scripts": "^2.5.1",
|
|
"egg-validate": "^2.0.2",
|
|
"egg-view-assets": "^1.6.1",
|
|
"egg-view-nunjucks": "^2.2.0",
|
|
"enzyme": "^3.9.0",
|
|
"eslint": "^4.18.2",
|
|
"eslint-config-airbnb": "^17.0.0",
|
|
"eslint-config-egg": "^7.0.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-plugin-babel": "^5.1.0",
|
|
"eslint-plugin-compat": "^2.6.2",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"mockjs": "^1.0.1-beta3",
|
|
"moment-duration-format": "^2.3.2",
|
|
"node-fetch": "^2.6.1",
|
|
"redbox-react": "^1.5.0",
|
|
"umi": "^2.1.2",
|
|
"umi-plugin-ga": "^1.1.3",
|
|
"umi-plugin-react": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "umi dev",
|
|
"build": "umi build",
|
|
"autod": "autod",
|
|
"docker:dev": "docker-compose -f ./docker/docker-compose.dev.yml up -d",
|
|
"docker:stop-dev": "docker-compose -f ./docker/docker-compose.dev.yml down",
|
|
"docker:build": "docker-compose -f ./docker/docker-compose.build.yml up",
|
|
"docker:start-mysql": "docker-compose -f ./docker/docker-compose-mysql.dev.yml up -d"
|
|
},
|
|
"ci": {
|
|
"version": "8",
|
|
"license": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.infini.ltd:64221/infini/search-center.git"
|
|
},
|
|
"author": "INFINI.LTD",
|
|
"license": "INFINI-EULA"
|
|
}
|