Files
wehub-resource-sync a9cd7750f4
CI / detect-changes (push) Waiting to run
CI / build (push) Waiting to run
UI v2 CI / E2E (Mocked) (push) Blocked by required conditions
UI v2 Integration CI / E2E (Integration) (push) Waiting to run
CI / unit-test (push) Blocked by required conditions
CI / test-harness (push) Waiting to run
CI / generate-e2e-matrix (push) Waiting to run
CI / e2e (push) Blocked by required conditions
CI / build-ui (push) Waiting to run
Publish docs via GitHub Pages / Deploy docs (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
UI v2 CI / Lint, Format & Test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:37:56 +08:00

102 lines
3.0 KiB
JSON

{
"name": "client",
"version": "3.8.0",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@monaco-editor/react": "^4.4.0",
"@use-gesture/react": "^10.2.21",
"clsx": "^1.1.1",
"cronstrue": "^1.72.0",
"d3": "^6.2.0",
"dagre-d3": "^0.6.4",
"date-fns": "^2.16.1",
"dom-to-image": "^2.6.0",
"formik": "^2.2.9",
"http-proxy-middleware": "^2.0.1",
"immutability-helper": "^3.1.1",
"json-bigint-string": "^1.0.0",
"lodash": "^4.18.1",
"moment": "^2.29.2",
"monaco-editor": "^0.44.0",
"node-forge": "^1.4.0",
"orkes-workflow-visualizer": "^1.1.1",
"parse-svg-path": "^0.1.2",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-cron-generator": "^1.3.5",
"react-data-table-component": "^6.11.8",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-is": "^17.0.2",
"react-query": "^3.19.4",
"react-resize-detector": "^5.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-use-location-state": "^2.5.0",
"react-scripts": "^5.0.1",
"react-vis-timeline-2": "^2.1.6",
"recharts": "^2.11.0",
"rison": "^0.1.1",
"styled-components": "^5.3.0",
"url-parse": "^1.5.1",
"use-local-storage-state": "^10.0.0",
"xss": "^1.0.8",
"yarn": "^1.22.22",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier --write .",
"serve-build": "http-server ./build --port 5000 --proxy http://localhost:8080",
"preview": "serve -s build --listen 5000",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"test:ct": "playwright test --config=playwright-ct.config.ts",
"test:ct:ui": "playwright test --config=playwright-ct.config.ts --ui"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"validator": "^13.7.0",
"nth-check": "^2.0.1",
"async": "^3.2.2",
"ejs": "^3.1.7"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"@playwright/experimental-ct-react": "^1.60.0",
"@playwright/test": "^1.60.0",
"http-server": "^14.1.1",
"js-yaml": "4.1.0",
"prettier": "^2.2.1",
"sass": "^1.49.9",
"serve": "^14.2.6",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=14.17.0"
},
"license": "Apache-2.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}