Shailesh Parmar b024ada0f5
ui: fixed glossary csv preview issue and added remove owner functionality (#9950)
* Fixed: Glossary csv parser issue and other ui issue

* content overflow fix

* fixed failing unit test

* added test case for special character
2023-01-27 16:37:50 +05:30

223 lines
7.9 KiB
JSON

{
"name": "open-metadata",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=10.0.0",
"yarn": "^1.22.0"
},
"repository": {
"type": "git",
"url": "https://github.com/open-metadata/OpenMetadata.git",
"directory": "openmetadata-ui/src/main/resources/ui"
},
"dependencies": {
"@analytics/session-utils": "^0.1.17",
"@ant-design/icons": "^4.7.0",
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@auth0/auth0-react": "^1.9.0",
"@azure/msal-browser": "^2.22.0",
"@azure/msal-react": "^1.3.0",
"@deuex-solutions/react-tour": "^1.2.5",
"@deuex-solutions/redoc": "^2.0.0-rc.35",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@github/g-emoji-element": "^1.1.5",
"@okta/okta-auth-js": "^6.4.0",
"@okta/okta-react": "^6.4.3",
"@rjsf/antd": "^5.0.0-beta.12",
"@rjsf/core": "^4.1.1",
"@rjsf/utils": "^5.0.0-beta.12",
"@toast-ui/react-editor": "^3.1.8",
"analytics": "^0.8.1",
"antd": "4.24.0",
"antlr4": "4.9.2",
"autoprefixer": "^9.8.6",
"axios": "0.22.0",
"classnames": "^2.3.1",
"codemirror": "^5.62.3",
"cookie-storage": "^6.1.0",
"core-js": "^3.10.1",
"cronstrue": "^1.122.0",
"crypto-random-string-with-promisify-polyfill": "^5.0.0",
"cypress": "^10.7.0",
"dagre": "^0.8.5",
"diff": "^5.0.0",
"fast-json-patch": "^3.1.1",
"fs-extra": "^10.1.0",
"html-react-parser": "^1.2.6",
"https-browserify": "^1.0.0",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^6.1.6",
"ieee754": "^1.2.1",
"immutable": "^4.0.0-rc.14",
"jwt-decode": "^3.1.2",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"mobx": "6.6.1",
"mobx-react": "6.1.4",
"oidc-client": "^1.11.5",
"path-browserify": "^1.0.1",
"postcss": "^8.3.2",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"qs": "6.10.3",
"quill-emoji": "^0.2.0",
"quill-mention": "^3.1.0",
"quilljs-markdown": "^1.1.10",
"react": "^16.14.0",
"react-awesome-query-builder": "5.1.2",
"react-codemirror2": "^7.2.1",
"react-context-mutex": "^2.0.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dnd": "14.0.2",
"react-dnd-html5-backend": "14.0.2",
"react-dom": "^16.14.0",
"react-error-boundary": "^3.1.4",
"react-i18next": "^11.18.6",
"react-lazylog": "^4.5.3",
"react-oidc": "^1.0.3",
"react-papaparse": "^4.1.0",
"react-quill": "^2.0.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^8.2.0",
"reactflow": "^11.1.1",
"reactjs-localstorage": "^1.0.1",
"recharts": "2.1.0",
"showdown": "^2.1.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.5.1",
"stream-http": "^3.2.0",
"styled-components": "^5.2.3",
"tailwindcss": "^2.1.4",
"to-arraybuffer": "^1.0.1",
"turndown": "^7.1.1",
"url": "^0.11.0",
"use-analytics": "^0.0.5",
"use-deep-compare-effect": "^1.8.1"
},
"scripts": {
"start": "NODE_ENV=development BABEL_ENV=development webpack serve --config ./webpack.config.dev.js --env development",
"build": "NODE_ENV=production BABEL_ENV=production webpack --config ./webpack.config.prod.js --env production",
"preinstall": "cd ../../../../.. && yarn install --frozen-lockfile",
"postinstall": "yarn run build-check",
"pre-commit": "lint-staged --concurrent false",
"test": "jest --passWithNoTests --maxWorkers=3 ",
"prepare": "cd ../../../../.. && husky install openmetadata-ui/src/main/resources/ui/.husky",
"test:watch": "jest --passWithNoTests --watch --maxWorkers=3",
"test:coverage": "jest --passWithNoTests --coverage --maxWorkers=3",
"test:cov-summary": "jest --passWithNoTests --coverage --coverageReporters json-summary --maxWorkers=3",
"lint": "eslint \"./**/*.{js,jsx,ts,tsx,json}\"",
"lint:fix": "eslint './**/*.{js,jsx,ts,tsx,json}' --fix",
"pretty": "prettier . --config './.prettierrc.yaml' --ignore-path './.prettierignore' --write",
"build-check": "yarn run json2ts && yarn run js-antlr && yarn run parse-conn-schema",
"commit-check": "yarn run pretty && yarn run build",
"license-header-check": "license-check-and-add check --config-file .licenseheaderrc.json",
"license-header-fix": "license-check-and-add add --config-file .licenseheaderrc.json --regex-replacements $(date +%Y)",
"json2ts": "sh json2ts.sh",
"parse-conn-schema": "node parseConnectionSchema && rm -rf connTemp",
"js-antlr": "PWD=$(echo $PWD) antlr4 -Dlanguage=JavaScript -o src/generated/antlr $PWD/../../../../../openmetadata-spec/src/main/antlr4/org/openmetadata/schema/*.g4",
"cypress:open": "cypress open --e2e",
"cypress:run": "cypress run --config-file=cypress.config.ts",
"cypress:run:record": "cypress run --config-file=cypress.config.ts --record --parallel"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@svgr/webpack": "^6.5.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^9.3.2",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.3.1",
"@types/codemirror": "^0.0.104",
"@types/dagre": "^0.7.47",
"@types/diff": "^5.0.2",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.167",
"@types/luxon": "^3.0.1",
"@types/node": "^15.6.1",
"@types/pako": "^2.0.0",
"@types/react": "^17.0.8",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.11",
"@types/react-lazylog": "^4.5.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-test-renderer": "^17.0.0",
"@types/reactjs-localstorage": "^1.0.0",
"@types/recharts": "^1.8.23",
"@types/showdown": "^2.0.0",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/turndown": "^5.0.1",
"@types/use-analytics": "^0.0.0",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "8.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^6.7.2",
"cypress-postgresql": "^1.0.8",
"dotenv": "^16.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-jest-formatting": "3.0.0",
"eslint-plugin-jsonc": "2.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "6.5.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"jest": "^26.6.3",
"jest-sonar-reporter": "^2.0.0",
"license-check-and-add": "^4.0.5",
"lint-staged": "^10.3.0",
"mini-css-extract-plugin": "^2.7.0",
"organize-imports-cli": "^0.10.0",
"pinst": "^3.0.0",
"postcss-loader": "^6.1.0",
"prettier": "^2.1.2",
"react-test-renderer": "^16.14.0",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.14",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "5.70.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.7.4",
"webpackbar": "5.0.2"
}
}