|
| 1 | +{ |
| 2 | + "dependencies": { |
| 3 | + "@openshift-assisted/ui-lib": "workspace:*", |
| 4 | + "@openshift-console/dynamic-plugin-sdk": "0.0.3", |
| 5 | + "@patternfly/patternfly": "5.2.0", |
| 6 | + "@patternfly/react-code-editor": "5.2.0", |
| 7 | + "@patternfly/react-core": "5.2.0", |
| 8 | + "@patternfly/react-icons": "5.2.0", |
| 9 | + "@patternfly/react-styles": "5.2.0", |
| 10 | + "@patternfly/react-table": "5.2.0", |
| 11 | + "@patternfly/react-tokens": "5.2.0", |
| 12 | + "@reduxjs/toolkit": "^1.9.1", |
| 13 | + "@sentry/browser": "^7.119", |
| 14 | + "axios": ">=0.22.0 <2.0.0", |
| 15 | + "i18next": "^20.4.0", |
| 16 | + "i18next-browser-languagedetector": "^6.1.2", |
| 17 | + "lodash": "^4", |
| 18 | + "monaco-editor": "^0.44.0", |
| 19 | + "react": "^18.2.0", |
| 20 | + "react-dom": "^18.2.0", |
| 21 | + "react-i18next": "^11.11.4", |
| 22 | + "react-monaco-editor": "^0.55.0", |
| 23 | + "react-redux": "^8.0.5", |
| 24 | + "react-router-dom": "^5.3.3", |
| 25 | + "react-router-dom-v5-compat": "^6.21.2", |
| 26 | + "react-tagsinput": "^3.20", |
| 27 | + "redux": "^4", |
| 28 | + "uuid": "^8.1", |
| 29 | + "yup": "^1.4.0" |
| 30 | + }, |
| 31 | + "description": "A stand-alone web UI for the disconnected environments", |
| 32 | + "devDependencies": { |
| 33 | + "@tsconfig/vite-react": "^1.0.1", |
| 34 | + "@types/react": "17.0.x", |
| 35 | + "@vitejs/plugin-react-swc": "^3.0.1", |
| 36 | + "concurrently": "^8.2.2", |
| 37 | + "nodemon": "^3.0.3", |
| 38 | + "vite": "^4.5.6", |
| 39 | + "vite-plugin-environment": "^1.1.3" |
| 40 | + }, |
| 41 | + "overrides": { |
| 42 | + "@patternfly/react-core": { |
| 43 | + "attr-accept": "2.2.2" |
| 44 | + } |
| 45 | + }, |
| 46 | + "engines": { |
| 47 | + "node": ">=14" |
| 48 | + }, |
| 49 | + "license": "Apache-2.0", |
| 50 | + "name": "@openshift-assisted/assisted-disconnected-ui", |
| 51 | + "private": true, |
| 52 | + "scripts": { |
| 53 | + "build": "vite build -c vite.config.ts", |
| 54 | + "check_types": "yarn run -T tsc --noEmit", |
| 55 | + "clean": "yarn run -T rimraf node_modules build", |
| 56 | + "preview": "vite preview -c vite.config.ts", |
| 57 | + "serve": "concurrently \"vite serve -c vite.config.ts\" \"cd proxy && nodemon --watch './**/*' --exec 'go run' app.go --signal SIGTERM\"", |
| 58 | + "format": "yarn run -T prettier --cache --check . \"!build\"", |
| 59 | + "fix-code-style": "yarn lint --fix && yarn format --write", |
| 60 | + "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache ." |
| 61 | + }, |
| 62 | + "type": "module", |
| 63 | + "version": "1.0.0" |
| 64 | +} |
0 commit comments