mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
270 lines
8.3 KiB
JSON
270 lines
8.3 KiB
JSON
{
|
|
"name": "ui-template",
|
|
"description": "Harness Inc",
|
|
"version": "0.0.1",
|
|
"author": "Harness Inc",
|
|
"license": "Harness Inc",
|
|
"private": true,
|
|
"homepage": "http://harness.io/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wings-software/ui-template.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wings-software/ui-template/issues"
|
|
},
|
|
"keywords": [],
|
|
"scripts": {
|
|
"dev": "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:pm": "restful-react import --config restful-react.config.js pm",
|
|
"postservices": "prettier --write src/services/**/*.tsx",
|
|
"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",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"@harness/design-system": "1.0.0",
|
|
"@harness/icons": "^1.27.0",
|
|
"@harness/monaco-yaml": ">=1.0.0",
|
|
"@harness/ng-tooltip": ">=1.30.68",
|
|
"@harness/telemetry": ">=1.0.37",
|
|
"@harness/uicore": "3.70.0",
|
|
"@harness/use-modal": ">=1.1.0",
|
|
"@popperjs/core": "^2.4.2",
|
|
"@projectstorm/react-diagrams-core": "^6.6.0",
|
|
"@urql/exchange-request-policy": "^0.1.3",
|
|
"anser": "^2.0.1",
|
|
"classnames": "^2.2.6",
|
|
"clipboard-copy": "^3.1.0",
|
|
"closest": "^0.0.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"cron-validator": "^1.2.1",
|
|
"cronstrue": "^1.114.0",
|
|
"event-source-polyfill": "^1.0.22",
|
|
"formik": "2.2.9",
|
|
"highcharts": "9.1.0",
|
|
"highcharts-react-official": "3.0.0",
|
|
"idb": "^5.0.4",
|
|
"immer": "^9.0.6",
|
|
"jsonc-parser": "^2.0.2",
|
|
"lodash-es": "^4.17.15",
|
|
"marked": "^4.0.12",
|
|
"masonry-layout": "^4.2.2",
|
|
"ml-matrix": "^6.5.0",
|
|
"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",
|
|
"p-debounce": "^3.0.1",
|
|
"qs": "^6.9.4",
|
|
"react": "^17.0.2",
|
|
"react-beautiful-dnd": "^13.0.0",
|
|
"react-contenteditable": "^3.3.5",
|
|
"react-dom": "^17.0.2",
|
|
"react-draggable": "^4.4.2",
|
|
"react-lottie-player": "^1.4.0",
|
|
"react-monaco-editor": "^0.34.0",
|
|
"react-popper": "^2.2.3",
|
|
"react-qr-code": "^1.1.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-split-pane": "^0.1.92",
|
|
"react-table": "^7.1.0",
|
|
"react-table-sticky": "^1.1.3",
|
|
"react-timeago": "^4.4.0",
|
|
"react-virtuoso": "^1.10.2",
|
|
"restful-react": "15.6.0",
|
|
"secure-web-storage": "^1.0.2",
|
|
"urql": "^2.0.3",
|
|
"uuid": "^8.3.0",
|
|
"vscode-languageserver-types": "3.15.1",
|
|
"webpack-retry-chunk-load-plugin": "^3.1.0",
|
|
"yaml": "^1.10.0",
|
|
"yup": "^0.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.15",
|
|
"@emotion/react": "^11.4.0",
|
|
"@graphql-codegen/cli": "^1.21.2",
|
|
"@graphql-codegen/typescript": "^1.21.1",
|
|
"@graphql-codegen/typescript-operations": "^1.17.15",
|
|
"@graphql-codegen/typescript-urql": "^2.0.6",
|
|
"@harness/css-types-loader": "2.0.2",
|
|
"@harness/jarvis": "^0.12.0",
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
|
"@stoplight/prism-cli": "^4.3.1",
|
|
"@stoplight/prism-http": "^4.3.1",
|
|
"@storybook/addon-actions": "^6.3.1",
|
|
"@storybook/addon-docs": "^6.3.1",
|
|
"@storybook/addon-essentials": "^6.3.1",
|
|
"@storybook/addon-links": "^6.3.1",
|
|
"@storybook/builder-webpack5": "^6.3.1",
|
|
"@storybook/manager-webpack5": "^6.3.1",
|
|
"@storybook/react": "^6.3.1",
|
|
"@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",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
"assert": "^2.0.0",
|
|
"babel-loader": "^8.2.2",
|
|
"cache-loader": "^4.1.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",
|
|
"express": "^4.17.1",
|
|
"external-remotes-plugin": "^1.0.0",
|
|
"fake-indexeddb": "^3.1.2",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-loader": "^6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "^6.2.1",
|
|
"glob": "^7.1.6",
|
|
"graphql": "^15.5.0",
|
|
"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",
|
|
"nodemon": "^2.0.15",
|
|
"npm-run-all": "^4.1.5",
|
|
"null-loader": "^4.0.1",
|
|
"nyc": "^15.1.0",
|
|
"patch-package": "^6.4.7",
|
|
"path-to-regexp": "^6.1.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^2.3.2",
|
|
"react-test-renderer": "^17.0.2",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^12.1.0",
|
|
"serve": "^13.0.2",
|
|
"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",
|
|
"anser": "2.0.1",
|
|
"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"
|
|
},
|
|
"nodemonConfig": {
|
|
"verbose": true,
|
|
"ignore": [
|
|
"dist/*",
|
|
"__tests__/*",
|
|
".vscode/*",
|
|
"coverage/*",
|
|
"scripts/*",
|
|
"**/*.d.ts",
|
|
"src/framework/strings/stringTypes.ts"
|
|
],
|
|
"delay": 2500
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|