datahub/datahub-web-react/package.json
2025-05-27 12:21:04 -07:00

196 lines
7.4 KiB
JSON

{
"name": "datahub-react-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@analytics/amplitude": "0.0.3",
"@analytics/google-analytics": "^1.0.7",
"@analytics/mixpanel": "^0.3.1",
"@ant-design/colors": "^5.0.0",
"@ant-design/icons": "^4.3.0",
"@apollo/client": "^3.3.19",
"@fontsource/mulish": "^5.0.16",
"@geometricpanda/storybook-addon-badges": "^2.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@monaco-editor/react": "^4.3.1",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"@phosphor-icons/react": "^2.1.7",
"@react-hook/window-size": "^3.0.7",
"@react-spring/web": "^9.7.3",
"@remirror/pm": "^2.0.3",
"@remirror/react": "^2.0.24",
"@remirror/styles": "^2.0.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@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",
"@visx/axis": "^3.1.0",
"@visx/curve": "^3.0.0",
"@visx/gradient": "^3.3.0",
"@visx/group": "^3.0.0",
"@visx/hierarchy": "^3.0.0",
"@visx/legend": "^3.2.0",
"@visx/marker": "^3.5.0",
"@visx/scale": "^3.2.0",
"@visx/shape": "^3.2.0",
"@visx/stats": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@visx/xychart": "^3.2.0",
"@visx/zoom": "^3.1.1",
"analytics": "^0.8.9",
"antd": "4.24.7",
"color-hash": "^2.0.1",
"colorthief": "^2.4.0",
"country-data-list": "^1.3.4",
"cron-parser": "^4.8.1",
"cronstrue": "^1.122.0",
"d3-scale": "^4.0.2",
"dayjs": "^1.11.7",
"deepmerge": "^4.2.2",
"diff": "^5.0.0",
"dompurify": "^3.2.4",
"dotenv": "^8.2.0",
"faker": "5.5.3",
"fuse.js": "^7.0.0",
"graphql": "^15.5.0",
"graphql-tag": "2.10.3",
"graphql.macro": "^1.4.2",
"history": "^5.0.0",
"html-to-image": "^1.11.11",
"js-cookie": "^2.2.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"monaco-editor": "^0.28.1",
"phosphor-react": "^1.4.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-helmet-async": "^1.3.0",
"react-highlighter": "^0.4.3",
"react-icons": "4.3.1",
"react-intersection-observer": "^9.5.3",
"react-js-cron": "^2.1.0",
"react-router": "^5.3",
"react-router-dom": "^5.3",
"react-syntax-highlighter": "^15.4.4",
"react-vertical-timeline-component": "^3.6.0",
"react-visibility-sensor": "^5.1.1",
"react-window": "^1.8.10",
"reactflow": "^11.10.1",
"reactour": "^1.19.3",
"remirror": "^2.0.23",
"styled-components": "^5.2.1",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "^4.8.4",
"uuid": "^8.3.2",
"virtualizedtableforantd4": "^1.2.1",
"web-vitals": "^0.2.4",
"yamljs": "^0.3.0"
},
"scripts": {
"analyze": "source-map-explorer 'dist/assets/*.js'",
"start": "yarn run generate && vite",
"ec2-dev": "yarn run generate && CI=true vite",
"build": "yarn run generate && CI=false NODE_OPTIONS='--max-old-space-size=5120 --openssl-legacy-provider' vite build",
"buildWithSourceMap": "yarn run generate && CI=false NODE_OPTIONS='--max-old-space-size=8192 --openssl-legacy-provider' vite build --sourcemap",
"preview": "vite preview",
"test": "NODE_OPTIONS='--max-old-space-size=5120' vitest",
"test-coverage": "yarn test run --coverage",
"generate": "NODE_OPTIONS='--max-old-space-size=5120 --openssl-legacy-provider' graphql-codegen --config codegen.yml",
"lint": "eslint . --ext .ts,.tsx --quiet && yarn format-check && yarn type-check",
"lint-fix": "eslint . --ext .ts,.tsx --quiet --fix && yarn format",
"format-check": "prettier --check src",
"format": "prettier --write src",
"type-check": "tsc --noEmit",
"type-watch": "tsc -w --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "NODE_OPTIONS='--max-old-space-size=5120 --openssl-legacy-provider' storybook build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@codecov/vite-plugin": "^1.9.0",
"@graphql-codegen/cli": "^5.0.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",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-onboarding": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/builder-vite": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/theming": "^8.1.11",
"@stylistic/eslint-plugin-js": "^3.1.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/graphql": "^14.5.0",
"@types/query-string": "^6.3.0",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-vitest": "^0.3.17",
"jsdom": "^22.1.0",
"less": "^4.2.0",
"prettier": "^3.5.3",
"source-map-explorer": "^2.5.2",
"storybook": "^8.1.11",
"vite": "^4.5.14",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-static-copy": "^0.17.0",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^0.34.6"
},
"resolutions": {
"@ant-design/colors": "6.0.0",
"refractor": "3.3.1",
"json-schema": "0.4.0",
"@babel/traverse": ">=7.23.2",
"ansi-regex": "3.0.1",
"minimatch": "3.0.5",
"prismjs": "^1.27.0",
"nth-check": "^2.0.1",
"prosemirror-model": "1.8.2",
"prosemirror-state": "1.3.2",
"prosemirror-transform": "1.2.2",
"prosemirror-view": "1.13.4"
}
}