|
| 1 | +{ |
| 2 | + "name": "@openshift-assisted/assisted-installer-ui-chatbot", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "index.js", |
| 5 | + "engines": { |
| 6 | + "node": ">=16.0.0", |
| 7 | + "npm": ">=7.0.0" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "build": "fec build", |
| 11 | + "check_types": "yarn run -T tsc --noEmit", |
| 12 | + "clean": "yarn run -T rimraf node_modules dist .cache", |
| 13 | + "patch:hosts": "fec patch-etc-hosts", |
| 14 | + "format": "yarn run -T prettier --cache --check . \"!dist\"", |
| 15 | + "fix-code-style": "yarn lint --fix && yarn format --write", |
| 16 | + "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache .", |
| 17 | + "start": "HOT=true fec dev --clouddotEnv=prod --uiEnv=stable", |
| 18 | + "start:static": "fec static --port=7003 --config ../../node_modules/@redhat-cloud-services/frontend-components-config/bin/prod.webpack.config.js", |
| 19 | + "static": "fec static", |
| 20 | + "postinstall": "ts-patch install" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@openshift-assisted/chatbot": "workspace:*", |
| 24 | + "@patternfly/chatbot": "6.4.1", |
| 25 | + "@patternfly/patternfly": "6.4.0", |
| 26 | + "@patternfly/react-core": "6.4.0", |
| 27 | + "@patternfly/react-icons": "6.4.0", |
| 28 | + "@patternfly/react-styles": "6.4.0", |
| 29 | + "@patternfly/react-tokens": "6.4.0", |
| 30 | + "@redhat-cloud-services/ai-client-common": "^0.13.0", |
| 31 | + "@redhat-cloud-services/ai-client-state": "^0.15.0", |
| 32 | + "@redhat-cloud-services/frontend-components": "^7.0.0", |
| 33 | + "axios": ">=0.22.0 <2.0.0", |
| 34 | + "i18next": "^20.4.0", |
| 35 | + "parse-url": "^9.2.0", |
| 36 | + "react": "^18.2.0", |
| 37 | + "react-dom": "^18.2.0", |
| 38 | + "react-i18next": "^11.11.4", |
| 39 | + "react-router-dom-v5-compat": "^6.21.2" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.3", |
| 43 | + "@redhat-cloud-services/frontend-components-config": "^6.0.17", |
| 44 | + "@redhat-cloud-services/tsc-transform-imports": "^1.0.4", |
| 45 | + "@tsconfig/vite-react": "^1.0.1", |
| 46 | + "@types/react": "18.2.37", |
| 47 | + "@types/react-dom": "^18.2.0", |
| 48 | + "rimraf": "^5.0.5", |
| 49 | + "ts-patch": "^3.0.2", |
| 50 | + "typescript": "^5.2.2" |
| 51 | + }, |
| 52 | + "insights": { |
| 53 | + "appname": "assisted-installer-ui-chatbot" |
| 54 | + } |
| 55 | +} |
0 commit comments