{ "name": "datahub-react-web", "version": "0.1.0", "private": true, "dependencies": { "@analytics/amplitude": "0.0.3", "@analytics/google-analytics": "^0.5.2", "@analytics/mixpanel": "^0.3.1", "@ant-design/colors": "^5.0.0", "@ant-design/icons": "^4.3.0", "@apollo/client": "^3.3.19", "@craco/craco": "^6.1.1", "@data-ui/xy-chart": "^0.0.84", "@miragejs/graphql": "^0.1.11", "@monaco-editor/react": "^4.3.1", "@react-hook/window-size": "^3.0.7", "@remirror/pm": "^2.0.3", "@remirror/react": "^2.0.24", "@remirror/styles": "^2.0.3", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@tommoor/remove-markdown": "^0.3.2", "@types/diff": "^5.0.0", "@types/dompurify": "^2.3.3", "@types/js-cookie": "^2.2.6", "@types/node": "^12.19.9", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-router": "^5.1.8", "@types/react-router-dom": "^5.1.6", "@uiw/react-md-editor": "^3.3.4", "@vx/axis": "^0.0.199", "@vx/glyph": "^0.0.199", "@vx/group": "^0.0.199", "@vx/hierarchy": "^0.0.199", "@vx/legend": "^0.0.199", "@vx/scale": "^0.0.199", "@vx/shape": "^0.0.199", "@vx/tooltip": "^0.0.199", "@vx/zoom": "^0.0.199", "analytics": "^0.7.5", "antd": "4.24.7", "color-hash": "^2.0.1", "craco-antd": "^1.19.0", "cronstrue": "^1.122.0", "d3-scale": "^3.3.0", "dayjs": "^1.11.7", "deepmerge": "^4.2.2", "diff": "^5.0.0", "dompurify": "^2.3.8", "dotenv": "^8.2.0", "faker": "5.5.3", "find-webpack": "2.2.1", "graphql": "^15.5.0", "graphql-tag": "2.10.3", "graphql.macro": "^1.4.2", "history": "^5.0.0", "js-cookie": "^2.2.1", "miragejs": "^0.1.41", "moment": "^2.29.4", "moment-timezone": "^0.5.35", "monaco-editor": "^0.28.1", "prosemirror-autocomplete": "^0.4.3", "query-string": "^6.13.8", "rc-table": "^7.13.1", "react": "^17.0.0", "react-color": "^2.19.3", "react-dom": "^17.0.0", "react-email-share-link": "^1.0.3", "react-helmet-async": "^1.3.0", "react-highlighter": "^0.4.3", "react-icons": "4.3.1", "react-js-cron": "^2.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.1.6", "react-scripts": "4.0.3", "react-syntax-highlighter": "^15.4.4", "react-visibility-sensor": "^5.1.1", "reactour": "1.18.7", "remirror": "^2.0.23", "sinon": "^11.1.1", "start-server-and-test": "1.12.2", "styled-components": "^5.2.1", "turndown-plugin-gfm": "^1.0.2", "typescript": "^4.1.3", "uuid": "^8.3.2", "virtualizedtableforantd4": "^1.2.1", "web-vitals": "^0.2.4", "yamljs": "^0.3.0" }, "scripts": { "analyze": "source-map-explorer 'dist/static/js/*.js'", "start": "yarn run generate && BROWSER=none REACT_APP_MOCK=false craco start", "start:mock": "yarn run generate && BROWSER=none REACT_APP_MOCK=true craco start", "start:e2e": "REACT_APP_MOCK=cy BROWSER=none PORT=3010 craco start", "ec2-dev": "yarn run generate && CI=true;export CI;BROWSER=none craco start", "build": "yarn run generate && CI=false REACT_APP_MOCK=false craco build && rm -rf dist/ && cp -r build/yarn/ dist/ && rm -r build/yarn/", "test": "craco test", "pretest:e2e:ci": "yarn generate", "test:e2e": "start-server-and-test start:e2e 3010", "eject": "react-scripts eject", "generate": "graphql-codegen --config codegen.yml", "lint": "eslint . --ext .ts,.tsx --quiet", "lint-fix": "eslint '*/**/*.{ts,tsx}' --quiet --fix" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@graphql-codegen/cli": "1.20.0", "@graphql-codegen/near-operation-file-preset": "^1.17.13", "@graphql-codegen/typescript-operations": "1.17.13", "@graphql-codegen/typescript-react-apollo": "2.2.1", "@types/graphql": "^14.5.0", "@types/query-string": "^6.3.0", "@types/styled-components": "^5.1.7", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "babel-loader": "8.2.2", "copy-webpack-plugin": "6.4.1", "eslint": "^7.27.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.23.2", "http-proxy-middleware": "2.0.0", "prettier": "^2.3.0", "source-map-explorer": "^2.5.2" }, "resolutions": { "@ant-design/colors": "6.0.0", "refractor": "3.3.1" } }