mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
240 lines
7.6 KiB
JSON
240 lines
7.6 KiB
JSON
{
|
|
"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": {
|
|
"dev": "NODE_ENV=development webpack serve --config config/webpack.dev.js",
|
|
"test": "jest src --silent",
|
|
"test:watch": "jest --watch",
|
|
"lint": "eslint --rulesdir ./scripts/eslint-rules --ext .ts --ext .tsx src",
|
|
"typecheck": "tsc",
|
|
"clean": "rm -rf dist && rm -rf node_modules/.cache",
|
|
"services": "npm-run-all services:*",
|
|
"services:code": "restful-react import --config restful-react.config.js code",
|
|
"postservices": "prettier --write src/services/**/*.tsx",
|
|
"prtr": "prettier --check \"./src/**/*.{ts,tsx,scss}\"",
|
|
"build": "rm -rf dist && webpack --config config/webpack.prod.js",
|
|
"coverage": "npm test --coverage",
|
|
"setup-github-registry": "sh scripts/setup-github-registry.sh",
|
|
"strings": "npm-run-all strings:*",
|
|
"strings:genTypes": "node scripts/strings/generateTypesCli.mjs",
|
|
"fmt": "prettier --write \"./src/**/*.{ts,tsx,css,scss}\"",
|
|
"checks": "npm run typecheck; npm run lint; npm run test"
|
|
},
|
|
"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",
|
|
"@harness/design-system": "1.4.0",
|
|
"@harness/icons": "1.110.2",
|
|
"@harness/ng-tooltip": ">=1.31.25",
|
|
"@harness/telemetry": ">=1.0.42",
|
|
"@harness/uicore": "3.106.3",
|
|
"@harness/use-modal": "1.1.0",
|
|
"@popperjs/core": "^2.4.2",
|
|
"@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.0.1",
|
|
"classnames": "^2.2.6",
|
|
"clipboard-copy": "^3.1.0",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"diff2html": "3.4.22",
|
|
"formik": "2.2.9",
|
|
"github-markdown-css": "^5.1.0",
|
|
"highcharts": "9.1.0",
|
|
"highcharts-react-official": "3.0.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",
|
|
"moment-range": "^4.0.2",
|
|
"monaco-editor": "^0.19.2",
|
|
"monaco-editor-core": "0.15.5",
|
|
"monaco-languages": "1.6.0",
|
|
"monaco-plugin-helpers": "^1.0.2",
|
|
"qs": "^6.9.4",
|
|
"react": "^17.0.2",
|
|
"react-complex-tree": "^1.1.11",
|
|
"react-contenteditable": "^3.3.5",
|
|
"react-dom": "^17.0.2",
|
|
"react-draggable": "^4.4.2",
|
|
"react-intersection-observer": "^9.4.1",
|
|
"react-join": "^1.1.4",
|
|
"react-jsx-match": "^1.1.5",
|
|
"react-keywords": "^0.0.5",
|
|
"react-markdown": "^8.0.3",
|
|
"react-monaco-editor": "^0.34.0",
|
|
"react-resize-detector": "^7.1.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-split-pane": "^0.1.92",
|
|
"react-table": "^7.1.0",
|
|
"react-timeago": "^4.4.0",
|
|
"rehype-external-links": "^2.0.1",
|
|
"rehype-highlight": "^5.0.2",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-sanitize": "^5.0.1",
|
|
"rehype-video": "^1.2.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"restful-react": "15.6.0",
|
|
"webpack-retry-chunk-load-plugin": "^3.1.0",
|
|
"xterm": "^5.1.0",
|
|
"xterm-addon-canvas": "^0.3.0",
|
|
"xterm-addon-fit": "^0.7.0",
|
|
"xterm-addon-search": "^0.11.0",
|
|
"xterm-addon-web-links": "^0.8.0",
|
|
"yaml": "^1.10.0",
|
|
"yup": "^0.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"@harness/css-types-loader": "2.0.2",
|
|
"@harness/jarvis": "^0.12.0",
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^10.0.3",
|
|
"@testing-library/react-hooks": "5",
|
|
"@testing-library/user-event": "^10.3.1",
|
|
"@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/query-string": "^6.3.0",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-monaco-editor": "^0.16.0",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/react-table": "^7.0.18",
|
|
"@types/react-timeago": "^4.1.1",
|
|
"@types/testing-library__react-hooks": "^3.2.0",
|
|
"@types/testing-library__user-event": "^4.1.1",
|
|
"@types/uuid": "^8.3.0",
|
|
"@types/yup": "^0.29.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
"@typescript-eslint/parser": "^5.33.1",
|
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
"assert": "^2.0.0",
|
|
"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",
|
|
"external-remotes-plugin": "^1.0.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",
|
|
"https": "^1.0.0",
|
|
"husky": "^6.0.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"jest": "^26.2.0",
|
|
"jest-canvas-mock": "^2.3.0",
|
|
"jest-junit": "^12.0.0",
|
|
"lighthouse": "^6.5.0",
|
|
"lint-staged": "^11.0.0",
|
|
"mini-css-extract-plugin": "^2.4.2",
|
|
"monaco-editor-webpack-plugin": "1.8.*",
|
|
"mustache": "^4.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"nyc": "^15.1.0",
|
|
"patch-package": "^6.4.7",
|
|
"path-to-regexp": "^6.1.0",
|
|
"postinstall-postinstall": "^2.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",
|
|
"source-map-support": "^0.5.20",
|
|
"style-loader": "^3.3.0",
|
|
"ts-jest": "^26.5.5",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "^10.2.1",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "^4.7.4",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.58.0",
|
|
"webpack-bugsnag-plugins": "^1.8.0",
|
|
"webpack-bundle-analyzer": "^4.4.0",
|
|
"webpack-cli": "^4.9.0",
|
|
"webpack-dev-server": "^4.3.1",
|
|
"worker-loader": "^3.0.8",
|
|
"yaml-loader": "^0.6.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/testing-library__react": "^10.0.0",
|
|
"@types/testing-library__dom": "^7.0.0",
|
|
"create-react-context": "0.3.0",
|
|
"@blueprintjs/core": "3.26.1",
|
|
"@blueprintjs/datetime": "3.13.0",
|
|
"@blueprintjs/icons": "3.16.0",
|
|
"@blueprintjs/select": "3.12.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"eslint --rulesdir ./scripts/eslint-rules --resolve-plugins-relative-to",
|
|
"sh scripts/typecheck-staged.sh",
|
|
"prettier --check"
|
|
],
|
|
"*.scss": [
|
|
"prettier --check"
|
|
],
|
|
"strings.*.yaml": [
|
|
"npm strings:check"
|
|
],
|
|
"webpack.devServerProxy.config.js": [
|
|
"exit 1"
|
|
]
|
|
},
|
|
"i18nSettings": {
|
|
"extensionToLanguageMap": {
|
|
"es": [
|
|
"es"
|
|
],
|
|
"en": [
|
|
"en",
|
|
"en-US",
|
|
"en-IN",
|
|
"en-UK"
|
|
]
|
|
}
|
|
}
|
|
}
|