{ "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": { "webpack": "NODE_ENV=development webpack serve --config config/webpack.dev.js", "typed-scss": "typed-scss-modules src --watch", "dev": "run-p webpack typed-scss", "test": "jest src --silent", "test:watch": "jest --watch", "build": "rm -rf dist && webpack --config 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 code", "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": "^1.6.0-beta.1", "@harnessio/icons": "^2.0.0-beta.2", "@harnessio/uicore": "^4.0.0-beta.1", "@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": "^4.1.12", "anser": "^2.1.1", "classnames": "^2.2.6", "clipboard-copy": "^3.1.0", "diff2html": "3.4.22", "dompurify": "^3.0.5", "formik": "2.2.9", "highlight.js": "^11.8.0", "iconoir-react": "^6.11.0", "immer": "^9.0.6", "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.40.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.4.1", "react-jsx-match": "^1.1.5", "react-keywords": "^0.0.5", "react-monaco-editor": "^0.54.0", "react-pdf": "^7.1.2", "react-resize-detector": "^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": "^2.0.1", "rehype-video": "^1.2.2", "restful-react": "15.6.0", "webpack-retry-chunk-load-plugin": "^3.1.0", "yaml": "^1.10.0", "yup": "^0.29.1" }, "devDependencies": { "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^10.0.3", "@testing-library/react-hooks": "5", "@types/classnames": "^2.2.10", "@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", "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", "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-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" } }