96 lines
2.8 KiB
JSON
96 lines
2.8 KiB
JSON
{
|
|
"name": "ui_next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "14.x"
|
|
},
|
|
"dependencies": {
|
|
"@lingui/react": "^2.9.1",
|
|
"@patternfly/patternfly": "4.70.2",
|
|
"@patternfly/react-core": "4.84.3",
|
|
"@patternfly/react-icons": "4.7.22",
|
|
"@patternfly/react-table": "^4.19.15",
|
|
"ansi-to-html": "^0.6.11",
|
|
"axios": "^0.21.1",
|
|
"codemirror": "^5.47.0",
|
|
"d3": "^5.12.0",
|
|
"dagre": "^0.8.4",
|
|
"formik": "^2.1.2",
|
|
"has-ansi": "^3.0.0",
|
|
"html-entities": "^1.2.1",
|
|
"js-yaml": "^3.13.1",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.13.1",
|
|
"react-codemirror2": "^6.0.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-virtualized": "^9.21.1",
|
|
"rrule": "^2.6.4",
|
|
"styled-components": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/polyfill": "^7.8.7",
|
|
"@cypress/instrument-cra": "^1.4.0",
|
|
"@lingui/cli": "^2.9.2",
|
|
"@lingui/macro": "^2.9.1",
|
|
"@nteract/mockument": "^1.0.4",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^5.0.0",
|
|
"eslint-import-resolver-webpack": "0.11.1",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"eslint-plugin-react-hooks": "^2.2.0",
|
|
"http-proxy-middleware": "^1.0.3",
|
|
"jest-websocket-mock": "^2.0.2",
|
|
"mock-socket": "^9.0.3",
|
|
"prettier": "^1.18.2",
|
|
"react-scripts": "^3.4.4"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
|
|
"start-instrumented": "DEBUG=instrument-cra PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts -r @cypress/instrument-cra start",
|
|
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
|
|
"test": "TZ='UTC' react-scripts test --coverage --watchAll=false",
|
|
"test-watch": "TZ='UTC' react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint --ext .js --ext .jsx .",
|
|
"add-locale": "lingui add-locale",
|
|
"extract-strings": "lingui extract",
|
|
"compile-strings": "lingui compile",
|
|
"prettier": "prettier --write \"src/**/*.{js,jsx,scss}\"",
|
|
"prettier-check": "prettier --check \"src/**/*.{js,jsx,scss}\""
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx}",
|
|
"testUtils/**/*.{js,jsx}"
|
|
],
|
|
"coveragePathIgnorePatterns": [
|
|
"<rootDir>/src/locales",
|
|
"index.js"
|
|
]
|
|
}
|
|
}
|