You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

163 lines
5.3 KiB

6 years ago
{
"private": true,
5 years ago
"name": "apm-ui",
"version": "1.9.0",
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
"workspaces": {
"nohoist": [
"customize-cra",
"customize-cra/**",
"react-scripts",
"react-scripts/**",
"react-app-rewired",
"react-app-rewired/**"
]
},
"devDependencies": {
"@types/match-sorter": "^2.3.0",
"@types/react-window": "^1.8.0",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"@typescript-eslint/typescript-estree": "1.12.0",
"babel-eslint": "10.0.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.2.0",
"enzyme-to-json": "^3.3.0",
"eslint": "5.14.1",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.0.0",
"eslint-config-react-app": "3.0.7",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"http-proxy-middleware": "^0.19.1",
"husky": "1.3.1",
"jsdom": "13.2.0",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
"react-test-renderer": "^15.6.1",
"rxjs-compat": "6.4.0",
"sinon": "7.3.2",
"source-map-explorer": "^1.6.0"
},
"dependencies": {
5 years ago
"@ant-design/icons": "^4.1.0",
"@types/classnames": "^2.2.7",
"@types/deep-freeze": "^0.1.1",
"@types/history": "^4.7.2",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.123",
"@types/memoize-one": "4.1.1",
"@types/moment": "^2.13.0",
"@types/object-hash": "^1.3.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-grid-layout": "^0.17.1",
"@types/react-icons": "2.2.7",
"@types/react-redux": "^5.0.6",
"@types/react-router-dom": "^5.1.4",
"@types/react-virtualized-select": "^3.0.7",
"@types/recompose": "^0.30.5",
"@types/redux-actions": "2.2.1",
"antd": "^4.3.0",
"antd-theme-generator": "^1.2.3",
"antd-theme-webpack-plugin": "^1.3.4",
"apm-plexus": "^0.2.0",
"axios": "^0.19.2",
"babel-plugin-import": "1.13.0",
"classnames": "^2.2.5",
"combokeys": "^3.0.0",
"copy-to-clipboard": "^3.1.0",
"customize-cra": "^0.9.1",
5 years ago
"deep-freeze": "^0.0.1",
"drange": "^2.0.0",
"fuzzy": "^0.1.3",
"global": "^4.3.2",
"history": "^4.6.3",
"is-promise": "^2.1.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
5 years ago
"json-markup": "^1.1.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
5 years ago
"less-vars-to-js": "^1.2.1",
"lodash": "^4.17.15",
"lru-memoize": "^1.1.0",
"match-sorter": "^3.1.1",
"memoize-one": "^5.0.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"query-string": "^6.3.0",
"raven-js": "^3.22.1",
"react": "^16.3.2",
"react-app-rewired": "^2.1.5",
5 years ago
"react-circular-progressbar": "^2.0.3",
"react-color": "^2.14.1",
"react-dimensions": "^1.3.0",
"react-dom": "^16.13.1",
"react-ga": "^2.4.1",
"react-grid-layout": "^0.18.3",
"react-helmet": "^5.1.3",
"react-icons": "2.2.7",
"react-intl": "^3.9.3",
5 years ago
"react-redux": "^5.0.6",
"react-router-dom": "^5.1.2",
5 years ago
"react-router-redux": "5.0.0-alpha.6",
"react-scripts": "3.4.1",
"react-virtualized-select": "^3.1.0",
"react-vis": "^1.7.2",
"react-vis-force": "^0.3.1",
"react-window": "^1.8.3",
"recompose": "^0.25.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-form": "^7.0.3",
"redux-promise-middleware": "^4.3.0",
"reselect": "^3.0.1",
"store": "^2.0.12",
"ts-key-enum": "^2.0.0",
"tween-functions": "^1.2.0",
"typescript": "3.5.3",
"u-basscss": "2.0.0"
},
6 years ago
"scripts": {
5 years ago
"analyze": "source-map-explorer build/static/js/main.*",
"build": "REACT_APP_VSN_STATE=$(../../scripts/get-tracking-version.js) react-app-rewired build",
"coverage": "yarn run test --coverage",
"start:ga-debug": "REACT_APP_GA_DEBUG=1 REACT_APP_VSN_STATE=$(../../scripts/get-tracking-version.js) react-app-rewired start",
"start": "react-app-rewired start",
5 years ago
"test-dev": "react-app-rewired test --env=jsdom",
"test": "CI=1 react-app-rewired test --env=jsdom --color",
"tsc-lint": "tsc --build",
"tsc-lint-debug": "tsc --listFiles",
"prettier": "prettier --write '{.,scripts}/*.{js,json,md,ts,tsx}' 'packages/*/{src,demo/src}/**/!(layout.worker.bundled|react-vis).{css,js,json,md,ts,tsx}' 'packages/*/*.{css,js,json,md,ts,tsx}'",
"prettier-lint": "prettier --list-different '{.,scripts}/*.{js,json,md,ts,tsx}' 'packages/*/{src,demo/src}/**/!(layout.worker.bundled|react-vis).{css,js,json,md,ts,tsx}' 'packages/*/*.{css,js,json,md,ts,tsx}'",
"eslint": "eslint --cache 'scripts/*.{js,ts,tsx}' 'packages/*/src/**/*.{js,ts,tsx}' 'packages/*/*.{js,ts,tsx}'",
"lint": "npm-run-all -ln --parallel prettier-lint tsc-lint eslint check-license"
6 years ago
},
5 years ago
"prettier": {
"printWidth": 110,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "es5"
6 years ago
},
5 years ago
"jest": {
"collectCoverageFrom": [
"!src/setup*.js",
"!src/utils/DraggableManager/demo/*.tsx",
"!src/utils/test/**/*.js",
"!src/demo/**/*.js"
]
6 years ago
},
5 years ago
"browserslist": [
">0.5%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
6 years ago
}