- Add _parse_upstream_error() to extract policy messages from JFrog/Artifactory - Pass through 403 and other 4xx errors with detailed messages - Pin babel and electron-to-chromium to older versions for CI compatibility
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "orchard-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@types/dagre": "^0.7.53",
|
|
"dagre": "^0.8.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "6.28.0",
|
|
"reactflow": "^11.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitest/coverage-v8": "^1.3.1",
|
|
"jsdom": "^24.0.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.12",
|
|
"vitest": "^1.3.1"
|
|
},
|
|
"overrides": {
|
|
"ws": "8.18.0",
|
|
"ufo": "1.5.4",
|
|
"rollup": "4.52.4",
|
|
"caniuse-lite": "1.0.30001692",
|
|
"baseline-browser-mapping": "2.9.5",
|
|
"lodash": "4.17.21",
|
|
"electron-to-chromium": "1.5.72",
|
|
"@babel/core": "7.26.0",
|
|
"@babel/traverse": "7.26.4",
|
|
"@babel/types": "7.26.3",
|
|
"@babel/compat-data": "7.26.3",
|
|
"@babel/parser": "7.26.3",
|
|
"@babel/generator": "7.26.3",
|
|
"@babel/code-frame": "7.26.2"
|
|
}
|
|
}
|