{ "name": "codeui", "description": "Harness Code UI", "version": "0.0.1", "author": "Harness Inc", "license": "Harness Inc", "private": true, "homepage": "http://app.harness.io/", "repository": { "type": "git", "url": "https://github.com/harness/gitness.git" }, "bugs": { "url": "https://github.com/harness/gitness/issues" }, "keywords": [], "scripts": { "prepare": "cd .. && husky install web/.husky", "webpack": "NODE_ENV=development webpack serve --config config/webpack.dev.js", "webpack:cde": "NODE_ENV=development MODULE=cde webpack serve --config src/cde-gitness/config/webpack.dev.js", "typed-scss": "typed-scss-modules src --watch", "dev": "run-p webpack typed-scss", "dev:cde": "MODULE=cde run-p webpack:cde typed-scss", "dev:cypress": "NODE_ENV=development TARGET_LOCALHOST=false CYPRESS=true PROJECT_ID=CYPRESS_PROJECT_ID ORG_ID=CYPRESS_ORG_ID ACCOUNT_ID=CYPRESS_ACCOUNT_ID BASE_URL=http://localhost:8080 NODE_OPTIONS=\"--max-old-space-size=6144\" webpack serve --progress --config config/webpack.dev.js", "dev:ar": "NODE_ENV=development webpack serve --config src/ar/config/webpack.dev.js", "test": "jest src --silent", "test:watch": "jest --watch", "build": "rm -rf dist && webpack --config config/webpack.prod.js", "build:cde": "rm -rf dist && MODULE=cde webpack --config src/cde-gitness/config/webpack.prod.js", "build:ar": "rm -rf dist && webpack --config src/ar/config/webpack.prod.js", "lint": "eslint --rulesdir ./scripts/eslint-rules --ext .ts --ext .tsx src", "prettier": "prettier --check \"./src/**/*.{ts,tsx,css,scss}\"", "coverage": "npm test --coverage", "typecheck": "tsc", "check:all": "npm-run-all typecheck lint prettier test", "clean": "rm -rf dist && rm -rf node_modules/.cache", "fmt": "prettier --write \"./src/**/*.{ts,tsx,css,scss}\"", "services": "restful-react import --config restful-react.config.js", "postservices": "prettier --write src/services/**/*.tsx", "strings": "npm-run-all strings:*", "strings:genTypes": "node scripts/strings/generateTypesCli.mjs" }, "dependencies": { "@blueprintjs/core": "3.26.1", "@blueprintjs/datetime": "3.13.0", "@blueprintjs/select": "3.12.3", "@codemirror/commands": "^6.2.3", "@codemirror/lang-markdown": "^6.1.1", "@codemirror/language-data": "^6.3.0", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.9.6", "@harnessio/design-system": "^2.1.1", "@harnessio/icons": "^2.1.7", "@harnessio/react-har-service-client": "^0.0.22", "@harnessio/uicore": "^4.1.2", "@tanstack/react-query": "4.20.4", "@types/dompurify": "^3.0.2", "@types/react-monaco-editor": "^0.16.0", "@uiw/codemirror-extensions-color": "^4.19.9", "@uiw/codemirror-extensions-hyper-link": "^4.19.9", "@uiw/codemirror-themes-all": "^4.19.9", "@uiw/react-markdown-preview": "^5.1.1", "anser": "^2.1.1", "classnames": "^2.2.6", "clipboard-copy": "^3.1.0", "diff2html": "3.4.22", "dompurify": "^3.0.5", "event-source-polyfill": "^1.0.22", "formik": "2.2.9", "hast-util-to-html": "^9.0.1", "highcharts": "9.2.0", "highcharts-react-official": "3.0.0", "highlight.js": "^11.8.0", "iconoir-react": "^6.11.0", "immer": "^9.0.6", "jotai": "^2.6.3", "lang-map": "^0.4.0", "lodash-es": "^4.17.15", "marked": "^4.0.12", "masonry-layout": "^4.2.2", "moment": "^2.25.3", "monaco-editor": "^0.45.0", "monaco-editor-webpack-plugin": "^7.1.0", "monaco-yaml": "^4.0.4", "qs": "^6.9.4", "react": "^17.0.2", "react-complex-tree": "^1.1.11", "react-dom": "^17.0.2", "react-draggable": "^4.4.2", "react-hotkeys-hook": "^4.4.1", "react-intersection-observer": "^9.5.3", "react-jsx-match": "^1.1.5", "react-keywords": "^0.0.5", "react-monaco-editor": "^0.55.0", "react-pdf": "^7.1.2", "react-router-dom": "^5.2.1", "react-split-pane": "^0.1.92", "react-table": "^7.1.0", "react-timeago": "^4.4.0", "rehype-external-links": "^3.0.0", "rehype-sanitize": "^6.0.0", "rehype-video": "^2.0.2", "restful-react": "15.6.0", "selecto": "^1.26.3", "webpack-retry-chunk-load-plugin": "^3.1.0", "yaml": "^2.3.3", "yup": "^0.29.1" }, "devDependencies": { "@svgr/webpack": "^8.1.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^10.0.3", "@testing-library/react-hooks": "5", "@types/classnames": "^2.2.10", "@types/event-source-polyfill": "^1.0.0", "@types/jest": "^26.0.15", "@types/lodash-es": "^4.17.3", "@types/masonry-layout": "^4.2.1", "@types/mustache": "^4.0.1", "@types/node": "^16.4.10", "@types/path-to-regexp": "^1.7.0", "@types/qs": "^6.9.4", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/react-router-dom": "^5.2.1", "@types/react-table": "^7.0.18", "@types/react-timeago": "^4.1.1", "@types/testing-library__react-hooks": "^3.2.0", "@types/yup": "^0.29.0", "@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/parser": "^5.33.1", "case": "^1.6.3", "circular-dependency-plugin": "5.2.2", "css-loader": "^6.3.0", "dotenv": "^10.0.0", "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "fast-json-stable-stringify": "^2.1.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^6.2.1", "glob": "^7.1.6", "html-webpack-plugin": "^5.3.1", "husky": "8.0.1", "identity-obj-proxy": "^3.0.0", "jest": "^26.2.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "mini-css-extract-plugin": "^2.4.2", "mustache": "^4.0.1", "npm-run-all": "^4.1.5", "path-to-regexp": "^6.1.0", "prettier": "^2.3.2", "raw-loader": "^4.0.2", "react-test-renderer": "^17.0.2", "sass": "^1.32.8", "sass-loader": "^12.1.0", "style-loader": "^3.3.0", "ts-jest": "^26.5.5", "ts-loader": "^9.2.6", "tsconfig-paths-webpack-plugin": "^3.5.1", "typed-scss-modules": "^7.1.4", "typescript": "^4.7.4", "url-loader": "^4.1.1", "webpack": "^5.58.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", "yaml-loader": "^0.6.0" }, "resolutions": { "canvas": "link:./node_modules/.cache/null" }, "engines": { "node": ">=14.16.0" }, "i18nSettings": { "extensionToLanguageMap": { "es": [ "es" ], "en": [ "en", "en-US", "en-IN", "en-UK" ] } } }