2013-07-20 16:56:59 -05:00
|
|
|
{
|
2019-07-23 19:17:41 -05:00
|
|
|
"author": "Grafana Labs",
|
2021-04-20 12:03:30 -05:00
|
|
|
"license": "AGPL-3.0-only",
|
2018-12-20 02:25:04 -06:00
|
|
|
"private": true,
|
2014-01-19 09:13:28 -06:00
|
|
|
"name": "grafana",
|
2022-09-27 07:07:16 -05:00
|
|
|
"version": "9.3.0-pre",
|
2020-02-27 11:00:36 -06:00
|
|
|
"repository": "github:grafana/grafana",
|
2020-03-25 01:19:57 -05:00
|
|
|
"scripts": {
|
|
|
|
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
|
2021-12-15 10:00:37 -06:00
|
|
|
"build": "yarn i18n:compile && NODE_ENV=production webpack --config scripts/webpack/webpack.prod.js",
|
2021-11-18 10:38:58 -06:00
|
|
|
"build:nominify": "yarn run build --env noMinify=1",
|
2021-12-15 10:00:37 -06:00
|
|
|
"dev": "yarn i18n:compile && webpack --progress --color --config scripts/webpack/webpack.dev.js",
|
2020-03-25 01:19:57 -05:00
|
|
|
"e2e": "./e2e/start-and-run-suite",
|
2020-05-03 06:51:30 -05:00
|
|
|
"e2e:debug": "./e2e/start-and-run-suite debug",
|
2020-03-25 01:19:57 -05:00
|
|
|
"e2e:dev": "./e2e/start-and-run-suite dev",
|
2022-01-12 12:15:29 -06:00
|
|
|
"e2e:benchmark:live": "./e2e/start-and-run-suite benchmark live",
|
2020-11-09 08:14:04 -06:00
|
|
|
"test": "jest --notify --watch",
|
2022-03-04 04:37:33 -06:00
|
|
|
"test:coverage": "jest --coverage",
|
|
|
|
"test:coverage:changes": "jest --coverage --changedSince=origin/main",
|
2021-09-14 06:23:17 -05:00
|
|
|
"test:accessibility-report": "./scripts/generate-a11y-report.sh",
|
2020-12-01 03:32:12 -06:00
|
|
|
"lint": "yarn run lint:ts && yarn run lint:sass",
|
|
|
|
"lint:ts": "eslint . --ext .js,.tsx,.ts --cache",
|
2021-10-20 04:34:24 -05:00
|
|
|
"lint:sass": "yarn stylelint '{public/sass,packages}/**/*.scss' --cache",
|
2022-07-22 09:50:00 -05:00
|
|
|
"test:ci": "yarn i18n:compile && mkdir -p reports/junit && JEST_JUNIT_OUTPUT_DIR=reports/junit jest --ci --reporters=default --reporters=jest-junit -w ${TEST_MAX_WORKERS:-100%}",
|
2022-04-22 08:33:13 -05:00
|
|
|
"lint:fix": "yarn lint:ts --fix",
|
2022-08-03 08:47:09 -05:00
|
|
|
"packages:build": "lerna run build --ignore @grafana-plugins/input-datasource",
|
|
|
|
"packages:clean": "lerna run clean --parallel",
|
2020-03-25 01:19:57 -05:00
|
|
|
"packages:prepare": "lerna version --no-push --no-git-tag-version --force-publish --exact",
|
2022-08-03 08:47:09 -05:00
|
|
|
"packages:pack": "lerna exec --no-private -- yarn pack",
|
|
|
|
"packages:publish": "lerna exec --no-private -- npm publish package.tgz",
|
|
|
|
"packages:publishCanary": "lerna exec --no-private -- npm publish package.tgz --tag canary",
|
|
|
|
"packages:publishLatest": "lerna exec --no-private -- npm publish package.tgz",
|
|
|
|
"packages:publishNext": "lerna exec --no-private -- npm publish package.tgz --tag next",
|
|
|
|
"packages:publishTest": "lerna exec --no-private -- npm publish package.tgz --tag test",
|
|
|
|
"packages:publishDev": "lerna exec --no-private -- npm publish package.tgz --tag dev --registry http://localhost:4873",
|
2020-03-25 01:19:57 -05:00
|
|
|
"packages:typecheck": "lerna run typecheck",
|
2022-02-21 10:16:45 -06:00
|
|
|
"precommit": "yarn run lint-staged",
|
2022-03-04 03:49:50 -06:00
|
|
|
"prettier:check": "prettier --check --list-different=false --loglevel=warn \"**/*.{ts,tsx,scss,md,mdx}\"",
|
2022-06-13 12:05:08 -05:00
|
|
|
"prettier:checkDocs": "prettier --check --list-different=false --loglevel=warn \"docs/**/*.md\" \"*.md\" \"packages/**/*.{ts,tsx,scss,md,mdx}\"",
|
2022-03-04 03:49:50 -06:00
|
|
|
"prettier:write": "prettier --list-different \"**/*.{js,ts,tsx,scss,md,mdx}\" --write",
|
2021-12-15 10:00:37 -06:00
|
|
|
"start": "yarn themes:generate && yarn dev --watch",
|
|
|
|
"start:noTsCheck": "yarn start --env noTsCheck=1",
|
|
|
|
"start:hot": "yarn themes:generate && NODE_ENV=hot yarn dev --config scripts/webpack/webpack.hot.js",
|
2020-03-25 01:19:57 -05:00
|
|
|
"stats": "webpack --mode production --config scripts/webpack/webpack.prod.js --profile --json > compilation-stats.json",
|
2020-11-24 03:38:41 -06:00
|
|
|
"storybook": "yarn workspace @grafana/ui storybook --ci",
|
|
|
|
"storybook:build": "yarn workspace @grafana/ui storybook:build",
|
2021-09-01 05:31:50 -05:00
|
|
|
"themes:generate": "ts-node --transpile-only --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts",
|
2020-12-01 03:32:12 -06:00
|
|
|
"typecheck": "tsc --noEmit && yarn run packages:typecheck",
|
2022-10-27 06:15:45 -05:00
|
|
|
"plugins:build-bundled": "find plugins-bundled -name package.json -not -path '*/node_modules/*' -execdir yarn build \\;",
|
2020-09-07 06:17:03 -05:00
|
|
|
"watch": "yarn start -d watch,start core:start --watchTheme",
|
2022-10-25 07:53:53 -05:00
|
|
|
"ci:test-frontend": "yarn run test:ci",
|
2022-08-23 08:47:14 -05:00
|
|
|
"postinstall": "husky install",
|
2022-10-12 06:51:16 -05:00
|
|
|
"i18n:clean": "rimraf public/locales/en-US/grafana.json",
|
|
|
|
"i18n:extract": "yarn i18n:clean && yarn run i18next -c public/locales/i18next-parser.config.js 'public/**/*.{tsx,ts}' 'packages/grafana-ui/**/*.{tsx,ts}' && node ./public/locales/psuedo.js",
|
2022-10-06 10:34:04 -05:00
|
|
|
"i18n:compile": "echo 'no i18n compile yet, all good'",
|
2022-06-27 04:12:56 -05:00
|
|
|
"betterer": "betterer",
|
2022-06-25 06:45:38 -05:00
|
|
|
"betterer:merge": "betterer merge",
|
2022-04-04 05:43:23 -05:00
|
|
|
"betterer:stats": "ts-node --transpile-only --project ./scripts/cli/tsconfig.json ./scripts/cli/reportBettererStats.ts"
|
2020-03-25 01:19:57 -05:00
|
|
|
},
|
2020-04-28 14:26:36 -05:00
|
|
|
"grafana": {
|
2022-09-26 04:24:57 -05:00
|
|
|
"whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v9-2/",
|
2021-05-13 04:37:45 -05:00
|
|
|
"releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/"
|
2020-04-28 14:26:36 -05:00
|
|
|
},
|
2020-03-25 01:19:57 -05:00
|
|
|
"lint-staged": {
|
2020-08-11 10:52:44 -05:00
|
|
|
"*.{js,ts,tsx}": [
|
2022-06-27 04:12:56 -05:00
|
|
|
"betterer precommit",
|
2022-03-04 03:49:50 -06:00
|
|
|
"eslint --ext .js,.tsx,.ts --cache --fix",
|
|
|
|
"prettier --write"
|
2020-08-11 10:52:44 -05:00
|
|
|
],
|
2021-08-06 08:52:36 -05:00
|
|
|
"*.{json,scss,md,mdx}": [
|
2020-05-05 04:54:15 -05:00
|
|
|
"prettier --write"
|
2020-03-25 01:19:57 -05:00
|
|
|
],
|
|
|
|
"*pkg/**/*.go": [
|
2020-05-05 04:54:15 -05:00
|
|
|
"gofmt -w -s"
|
2020-03-25 01:19:57 -05:00
|
|
|
]
|
|
|
|
},
|
2013-07-20 16:56:59 -05:00
|
|
|
"devDependencies": {
|
2022-11-02 07:05:32 -05:00
|
|
|
"@babel/core": "7.19.6",
|
2022-06-28 05:46:37 -05:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
2022-10-31 04:25:01 -05:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
|
2022-07-25 07:47:59 -05:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.18.9",
|
2021-04-01 03:32:00 -05:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@babel/plugin-transform-react-constant-elements": "7.18.12",
|
|
|
|
"@babel/plugin-transform-runtime": "7.19.6",
|
2022-10-31 04:25:01 -05:00
|
|
|
"@babel/plugin-transform-typescript": "7.20.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@babel/preset-env": "7.19.4",
|
2022-06-28 05:46:37 -05:00
|
|
|
"@babel/preset-react": "7.18.6",
|
|
|
|
"@babel/preset-typescript": "7.18.6",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@babel/runtime": "7.20.1",
|
2022-08-22 09:50:51 -05:00
|
|
|
"@betterer/betterer": "5.4.0",
|
2022-08-22 10:59:45 -05:00
|
|
|
"@betterer/cli": "5.4.0",
|
2022-08-24 03:29:17 -05:00
|
|
|
"@betterer/eslint": "5.4.0",
|
2022-08-24 05:04:51 -05:00
|
|
|
"@betterer/regexp": "5.4.0",
|
2022-11-03 05:49:50 -05:00
|
|
|
"@emotion/eslint-plugin": "11.10.0",
|
2021-10-08 09:19:10 -05:00
|
|
|
"@grafana/e2e": "workspace:*",
|
2022-08-08 09:19:15 -05:00
|
|
|
"@grafana/eslint-config": "5.0.0",
|
2021-10-08 09:19:10 -05:00
|
|
|
"@grafana/toolkit": "workspace:*",
|
2022-02-10 07:37:39 -06:00
|
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.8",
|
|
|
|
"@react-types/button": "3.6.2",
|
|
|
|
"@react-types/menu": "3.7.2",
|
|
|
|
"@react-types/overlays": "3.6.4",
|
2022-11-01 08:01:35 -05:00
|
|
|
"@react-types/shared": "3.15.0",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@swc/core": "1.3.11",
|
|
|
|
"@swc/helpers": "0.4.12",
|
2022-04-07 08:25:16 -05:00
|
|
|
"@testing-library/dom": "8.13.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@testing-library/react": "12.1.4",
|
2022-07-27 10:02:48 -05:00
|
|
|
"@testing-library/react-hooks": "8.0.1",
|
2022-08-26 07:30:34 -05:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/angular": "1.8.4",
|
|
|
|
"@types/angular-route": "1.7.2",
|
2021-12-14 06:15:23 -06:00
|
|
|
"@types/classnames": "2.3.0",
|
2021-05-17 07:18:54 -05:00
|
|
|
"@types/common-tags": "^1.8.0",
|
2022-06-13 13:06:24 -05:00
|
|
|
"@types/d3": "7.4.0",
|
2021-01-19 09:34:43 -06:00
|
|
|
"@types/d3-force": "^2.1.0",
|
2019-08-20 04:14:53 -05:00
|
|
|
"@types/d3-scale-chromatic": "1.3.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/debounce-promise": "3.1.5",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/enzyme": "3.10.12",
|
2020-02-14 08:16:07 -06:00
|
|
|
"@types/enzyme-adapter-react-16": "1.0.6",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/eslint": "8.4.9",
|
2022-02-07 07:08:10 -06:00
|
|
|
"@types/file-saver": "2.0.5",
|
2021-12-06 09:34:19 -06:00
|
|
|
"@types/google.analytics": "^0.0.42",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/gtag.js": "^0.0.12",
|
2022-02-07 07:08:10 -06:00
|
|
|
"@types/history": "4.7.11",
|
2021-05-17 07:18:54 -05:00
|
|
|
"@types/hoist-non-react-statics": "3.3.1",
|
2022-07-27 10:02:48 -05:00
|
|
|
"@types/jest": "28.1.6",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/jquery": "3.5.14",
|
2022-04-01 09:34:08 -05:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2021-05-18 07:42:57 -05:00
|
|
|
"@types/jsurl": "^1.2.28",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/lodash": "4.14.187",
|
2021-05-11 03:38:10 -05:00
|
|
|
"@types/logfmt": "^1.2.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/mousetrap": "1.6.10",
|
2022-07-27 10:02:48 -05:00
|
|
|
"@types/node": "16.11.45",
|
2022-11-03 08:18:47 -05:00
|
|
|
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.0.6",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/papaparse": "5.3.5",
|
2021-05-17 07:18:54 -05:00
|
|
|
"@types/pluralize": "^0.0.29",
|
2022-01-28 03:07:34 -06:00
|
|
|
"@types/prismjs": "1.26.0",
|
2022-04-13 07:46:58 -05:00
|
|
|
"@types/rc-time-picker": "3.4.1",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/react": "17.0.42",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/react-beautiful-dnd": "13.1.2",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/react-dom": "17.0.14",
|
|
|
|
"@types/react-grid-layout": "1.3.2",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/react-highlight-words": "0.16.4",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/react-redux": "7.1.24",
|
2022-02-07 07:08:10 -06:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/react-table": "7.7.12",
|
2021-08-18 04:23:34 -05:00
|
|
|
"@types/react-test-renderer": "17.0.1",
|
2022-07-27 10:02:48 -05:00
|
|
|
"@types/react-transition-group": "4.4.5",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
|
|
|
"@types/react-window": "1.8.5",
|
2022-05-11 10:32:13 -05:00
|
|
|
"@types/react-window-infinite-loader": "^1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/redux-mock-store": "1.0.3",
|
2019-08-20 04:14:53 -05:00
|
|
|
"@types/reselect": "2.2.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/semver": "7.3.13",
|
|
|
|
"@types/slate": "0.47.11",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/slate-plain-serializer": "0.7.2",
|
2022-09-06 09:23:48 -05:00
|
|
|
"@types/slate-react": "0.22.9",
|
2022-07-27 10:02:48 -05:00
|
|
|
"@types/testing-library__jest-dom": "5.14.5",
|
2020-02-14 08:16:07 -06:00
|
|
|
"@types/testing-library__react-hooks": "^3.2.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/tinycolor2": "1.4.3",
|
|
|
|
"@types/uuid": "8.3.4",
|
2022-11-03 06:00:00 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.42.0",
|
|
|
|
"@typescript-eslint/parser": "5.42.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
|
2022-11-02 07:05:32 -05:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-05-17 05:47:21 -05:00
|
|
|
"axios": "0.27.2",
|
2022-07-27 10:02:48 -05:00
|
|
|
"babel-jest": "28.1.3",
|
2022-11-02 07:05:32 -05:00
|
|
|
"babel-loader": "9.0.1",
|
2019-04-17 05:43:00 -05:00
|
|
|
"babel-plugin-angularjs-annotate": "0.10.0",
|
2021-12-15 10:00:37 -06:00
|
|
|
"babel-plugin-macros": "3.1.0",
|
2022-09-29 09:09:40 -05:00
|
|
|
"blob-polyfill": "7.0.20220408",
|
2021-08-31 05:55:05 -05:00
|
|
|
"copy-webpack-plugin": "9.0.1",
|
2022-03-23 09:56:44 -05:00
|
|
|
"css-loader": "6.7.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"css-minimizer-webpack-plugin": "4.2.2",
|
2022-03-09 03:10:51 -06:00
|
|
|
"cypress": "9.5.1",
|
2020-02-14 08:16:07 -06:00
|
|
|
"enzyme": "3.11.0",
|
2021-12-16 07:03:43 -06:00
|
|
|
"enzyme-to-json": "3.6.2",
|
2022-11-01 09:55:41 -05:00
|
|
|
"eslint": "8.26.0",
|
2022-03-03 02:46:26 -06:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-04-22 08:33:13 -05:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-07-25 07:47:59 -05:00
|
|
|
"eslint-plugin-jest": "26.6.0",
|
2022-11-03 06:29:25 -05:00
|
|
|
"eslint-plugin-jsdoc": "39.6.2",
|
2022-09-23 08:02:16 -05:00
|
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
2022-02-21 04:10:23 -06:00
|
|
|
"eslint-plugin-lodash": "7.4.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"eslint-plugin-react": "7.31.10",
|
2022-06-16 03:04:18 -05:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2022-07-25 07:47:59 -05:00
|
|
|
"eslint-webpack-plugin": "3.2.0",
|
2022-05-19 07:25:29 -05:00
|
|
|
"expose-loader": "4.0.0",
|
2022-07-27 10:02:48 -05:00
|
|
|
"fork-ts-checker-webpack-plugin": "7.2.13",
|
2022-05-17 08:58:01 -05:00
|
|
|
"fs-extra": "10.1.0",
|
2022-05-19 07:31:53 -05:00
|
|
|
"glob": "8.0.3",
|
2022-09-26 04:24:03 -05:00
|
|
|
"html-loader": "4.2.0",
|
2021-11-11 07:32:34 -06:00
|
|
|
"html-webpack-plugin": "5.5.0",
|
2022-07-27 10:02:48 -05:00
|
|
|
"http-server": "14.1.1",
|
2022-05-19 07:35:53 -05:00
|
|
|
"husky": "8.0.1",
|
2022-11-01 11:24:59 -05:00
|
|
|
"i18next-parser": "6.6.0",
|
2022-07-27 10:02:48 -05:00
|
|
|
"jest": "28.1.3",
|
2022-05-17 03:02:01 -05:00
|
|
|
"jest-canvas-mock": "2.4.0",
|
2020-06-15 06:06:37 -05:00
|
|
|
"jest-date-mock": "1.0.8",
|
2022-07-27 10:02:48 -05:00
|
|
|
"jest-environment-jsdom": "28.1.3",
|
|
|
|
"jest-fail-on-console": "2.4.2",
|
2022-11-02 07:05:32 -05:00
|
|
|
"jest-junit": "14.0.1",
|
2022-07-27 10:02:48 -05:00
|
|
|
"jest-matcher-utils": "28.1.3",
|
2022-10-03 05:45:11 -05:00
|
|
|
"lerna": "5.5.4",
|
2022-07-27 08:16:08 -05:00
|
|
|
"lint-staged": "13.0.3",
|
2022-07-27 10:02:48 -05:00
|
|
|
"mini-css-extract-plugin": "2.6.1",
|
2022-11-02 03:20:33 -05:00
|
|
|
"msw": "0.47.4",
|
2022-01-07 10:33:26 -06:00
|
|
|
"mutationobserver-shim": "0.3.7",
|
2021-08-31 05:55:05 -05:00
|
|
|
"ngtemplate-loader": "2.1.0",
|
2022-02-07 07:08:10 -06:00
|
|
|
"node-notifier": "10.0.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"postcss": "8.4.18",
|
2022-07-27 10:02:48 -05:00
|
|
|
"postcss-loader": "7.0.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"postcss-reporter": "7.0.5",
|
2022-11-02 07:05:32 -05:00
|
|
|
"postcss-scss": "4.0.5",
|
2022-06-28 10:47:32 -05:00
|
|
|
"prettier": "2.7.1",
|
2022-06-16 03:04:18 -05:00
|
|
|
"react-refresh": "0.14.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-select-event": "5.5.1",
|
2022-09-02 13:24:55 -05:00
|
|
|
"react-simple-compat": "1.2.3",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-test-renderer": "17.0.2",
|
2020-04-09 18:53:33 -05:00
|
|
|
"redux-mock-store": "1.5.4",
|
2022-01-07 10:33:26 -06:00
|
|
|
"rimraf": "3.0.2",
|
2022-11-02 07:27:30 -05:00
|
|
|
"rudder-sdk-js": "2.18.1",
|
2022-10-04 03:41:26 -05:00
|
|
|
"sass": "1.55.0",
|
2022-11-02 07:28:28 -05:00
|
|
|
"sass-loader": "13.1.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"sinon": "14.0.1",
|
2021-11-11 07:32:34 -06:00
|
|
|
"style-loader": "3.3.1",
|
2022-11-02 08:02:41 -05:00
|
|
|
"stylelint": "14.14.0",
|
2021-10-20 04:34:24 -05:00
|
|
|
"stylelint-config-prettier": "9.0.3",
|
2021-11-12 01:40:51 -06:00
|
|
|
"stylelint-config-sass-guidelines": "9.0.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"terser-webpack-plugin": "5.3.6",
|
2022-01-06 07:55:47 -06:00
|
|
|
"testing-library-selector": "0.2.1",
|
2022-07-27 10:02:48 -05:00
|
|
|
"ts-jest": "28.0.7",
|
2022-07-25 07:47:59 -05:00
|
|
|
"ts-loader": "9.3.1",
|
2022-07-26 07:55:55 -05:00
|
|
|
"ts-node": "10.9.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"typescript": "4.8.4",
|
2022-03-23 09:56:44 -05:00
|
|
|
"wait-on": "6.0.1",
|
2022-07-26 08:36:20 -05:00
|
|
|
"webpack": "5.74.0",
|
2022-11-02 11:17:28 -05:00
|
|
|
"webpack-bundle-analyzer": "4.7.0",
|
2022-06-15 04:36:09 -05:00
|
|
|
"webpack-cli": "4.10.0",
|
2022-11-02 08:56:56 -05:00
|
|
|
"webpack-dev-server": "4.11.1",
|
2022-08-30 04:18:55 -05:00
|
|
|
"webpack-manifest-plugin": "5.0.0",
|
2021-11-09 11:05:01 -06:00
|
|
|
"webpack-merge": "5.8.0"
|
2013-07-20 16:56:59 -05:00
|
|
|
},
|
2014-05-31 00:46:39 -05:00
|
|
|
"dependencies": {
|
2022-09-20 10:35:37 -05:00
|
|
|
"@daybrush/utils": "1.10.0",
|
2022-11-03 05:49:50 -05:00
|
|
|
"@emotion/css": "11.10.5",
|
|
|
|
"@emotion/react": "11.10.5",
|
2022-07-27 03:21:13 -05:00
|
|
|
"@grafana/agent-core": "0.4.0",
|
|
|
|
"@grafana/agent-web": "0.4.0",
|
2022-07-20 11:33:57 -05:00
|
|
|
"@grafana/aws-sdk": "0.0.37",
|
2021-10-08 09:19:10 -05:00
|
|
|
"@grafana/data": "workspace:*",
|
|
|
|
"@grafana/e2e-selectors": "workspace:*",
|
2022-10-24 10:12:36 -05:00
|
|
|
"@grafana/experimental": "1.0.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@grafana/google-sdk": "0.0.4",
|
2022-09-28 11:36:36 -05:00
|
|
|
"@grafana/lezer-logql": "0.1.1",
|
2022-10-06 09:35:30 -05:00
|
|
|
"@grafana/monaco-logql": "^0.0.6",
|
2021-10-08 09:19:10 -05:00
|
|
|
"@grafana/runtime": "workspace:*",
|
|
|
|
"@grafana/schema": "workspace:*",
|
|
|
|
"@grafana/ui": "workspace:*",
|
|
|
|
"@jaegertracing/jaeger-ui-components": "workspace:*",
|
2022-09-23 00:53:34 -05:00
|
|
|
"@kusto/monaco-kusto": "5.2.0",
|
2022-10-31 10:45:46 -05:00
|
|
|
"@leeoniya/ufuzzy": "0.8.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@lezer/common": "1.0.1",
|
|
|
|
"@lezer/highlight": "1.1.2",
|
2022-09-21 09:18:09 -05:00
|
|
|
"@lezer/lr": "1.2.3",
|
2022-09-05 09:04:33 -05:00
|
|
|
"@opentelemetry/api": "1.2.0",
|
2021-12-07 02:58:43 -06:00
|
|
|
"@opentelemetry/exporter-collector": "0.25.0",
|
2022-09-22 04:37:58 -05:00
|
|
|
"@opentelemetry/semantic-conventions": "1.7.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@popperjs/core": "2.11.6",
|
2022-08-22 08:45:29 -05:00
|
|
|
"@prometheus-io/lezer-promql": "^0.37.0-rc.1",
|
2022-11-02 04:39:32 -05:00
|
|
|
"@react-aria/button": "3.6.1",
|
|
|
|
"@react-aria/dialog": "3.3.1",
|
|
|
|
"@react-aria/focus": "3.8.0",
|
|
|
|
"@react-aria/interactions": "3.11.0",
|
|
|
|
"@react-aria/menu": "3.6.1",
|
|
|
|
"@react-aria/overlays": "3.10.1",
|
|
|
|
"@react-aria/utils": "3.13.1",
|
|
|
|
"@react-stately/collections": "3.4.1",
|
|
|
|
"@react-stately/menu": "3.4.1",
|
|
|
|
"@react-stately/tree": "3.3.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@reduxjs/toolkit": "1.8.6",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@sentry/browser": "6.19.7",
|
|
|
|
"@sentry/types": "6.19.7",
|
|
|
|
"@sentry/utils": "6.19.7",
|
2022-07-12 08:31:02 -05:00
|
|
|
"@types/rc-tree": "^3.0.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"@types/react-resizable": "3.0.3",
|
2022-09-07 08:51:36 -05:00
|
|
|
"@types/webpack-env": "1.18.0",
|
2022-01-21 02:24:23 -06:00
|
|
|
"@visx/event": "2.6.0",
|
2022-05-17 03:45:15 -05:00
|
|
|
"@visx/gradient": "2.10.0",
|
2022-05-17 04:32:45 -05:00
|
|
|
"@visx/group": "2.10.0",
|
2021-12-13 08:03:52 -06:00
|
|
|
"@visx/scale": "2.2.2",
|
2022-09-09 04:20:44 -05:00
|
|
|
"@visx/shape": "2.12.2",
|
2022-11-01 09:19:29 -05:00
|
|
|
"@visx/tooltip": "2.16.0",
|
2022-05-19 05:34:34 -05:00
|
|
|
"@welldone-software/why-did-you-render": "7.0.1",
|
2022-05-20 07:07:07 -05:00
|
|
|
"angular": "1.8.3",
|
2018-06-26 03:28:37 -05:00
|
|
|
"angular-bindonce": "0.3.1",
|
2022-05-20 07:07:07 -05:00
|
|
|
"angular-route": "1.8.3",
|
|
|
|
"angular-sanitize": "1.8.3",
|
2022-09-19 03:51:46 -05:00
|
|
|
"ansicolor": "1.1.100",
|
2021-10-27 08:21:07 -05:00
|
|
|
"app": "link:./public/app",
|
2019-04-17 05:43:00 -05:00
|
|
|
"baron": "3.0.3",
|
2020-03-16 07:14:57 -05:00
|
|
|
"brace": "0.11.1",
|
2019-04-09 07:25:13 -05:00
|
|
|
"calculate-size": "1.1.1",
|
2022-09-20 10:39:46 -05:00
|
|
|
"centrifuge": "3.0.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"classnames": "2.3.2",
|
2021-11-09 11:05:01 -06:00
|
|
|
"comlink": "4.3.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"common-tags": "1.8.2",
|
2022-11-01 08:25:26 -05:00
|
|
|
"core-js": "3.26.0",
|
2020-01-07 04:59:11 -06:00
|
|
|
"d3": "5.15.0",
|
2021-01-19 09:34:43 -06:00
|
|
|
"d3-force": "^2.1.1",
|
2019-08-25 23:52:40 -05:00
|
|
|
"d3-scale-chromatic": "1.5.0",
|
2021-08-31 07:10:56 -05:00
|
|
|
"dangerously-set-html-content": "1.0.9",
|
2022-11-02 07:05:32 -05:00
|
|
|
"date-fns": "2.29.3",
|
2021-01-28 08:57:57 -06:00
|
|
|
"debounce-promise": "3.1.2",
|
2021-11-04 12:54:49 -05:00
|
|
|
"emotion": "11.0.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"eventemitter3": "4.0.7",
|
2021-08-17 07:03:18 -05:00
|
|
|
"fast-deep-equal": "^3.1.3",
|
2022-05-20 07:07:07 -05:00
|
|
|
"fast-json-patch": "3.1.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"file-saver": "2.0.5",
|
2022-09-02 13:24:55 -05:00
|
|
|
"framework-utils": "^1.1.0",
|
2021-04-01 03:32:00 -05:00
|
|
|
"history": "4.10.1",
|
2020-10-21 02:06:41 -05:00
|
|
|
"hoist-non-react-statics": "3.3.2",
|
2022-10-06 10:34:04 -05:00
|
|
|
"i18next": "^21.9.2",
|
2022-11-02 07:05:32 -05:00
|
|
|
"immer": "9.0.16",
|
2022-06-14 05:53:22 -05:00
|
|
|
"immutable": "4.1.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"jquery": "3.6.1",
|
2022-04-01 09:34:08 -05:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-03-25 05:51:09 -05:00
|
|
|
"json-source-map": "0.6.1",
|
2020-04-25 15:48:20 -05:00
|
|
|
"jsurl": "^0.1.5",
|
2022-07-27 10:02:48 -05:00
|
|
|
"kbar": "0.1.0-beta.36",
|
2021-03-02 03:13:27 -06:00
|
|
|
"lodash": "4.17.21",
|
2021-05-11 03:38:10 -05:00
|
|
|
"logfmt": "^1.3.2",
|
2022-09-09 07:14:28 -05:00
|
|
|
"lru-cache": "7.14.0",
|
2021-11-08 08:52:05 -06:00
|
|
|
"memoize-one": "6.0.0",
|
2022-07-22 05:00:54 -05:00
|
|
|
"moment": "2.29.4",
|
2022-11-02 07:05:32 -05:00
|
|
|
"moment-timezone": "0.5.38",
|
2022-08-23 08:58:58 -05:00
|
|
|
"monaco-editor": "0.34.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"monaco-promql": "1.7.4",
|
2020-03-16 07:14:57 -05:00
|
|
|
"mousetrap": "1.6.5",
|
2019-04-17 05:43:00 -05:00
|
|
|
"mousetrap-global-bind": "1.1.0",
|
2022-11-01 07:11:20 -05:00
|
|
|
"moveable": "0.37.1",
|
2022-10-19 19:03:44 -05:00
|
|
|
"ol": "7.1.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"ol-ext": "4.0.3",
|
2022-03-23 09:56:44 -05:00
|
|
|
"papaparse": "5.3.2",
|
2021-04-07 00:42:43 -05:00
|
|
|
"pluralize": "^8.0.0",
|
2022-09-09 09:18:20 -05:00
|
|
|
"prismjs": "1.29.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"prop-types": "15.8.1",
|
2022-10-06 10:34:04 -05:00
|
|
|
"pseudoizer": "^0.1.0",
|
2022-09-28 07:12:15 -05:00
|
|
|
"rc-cascader": "3.7.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"rc-drawer": "4.4.3",
|
2022-11-02 06:00:49 -05:00
|
|
|
"rc-slider": "10.0.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"rc-time-picker": "3.7.3",
|
2022-09-29 05:22:01 -05:00
|
|
|
"rc-tree": "5.7.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"re-resizable": "6.9.9",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react": "17.0.2",
|
2022-09-28 03:55:49 -05:00
|
|
|
"react-awesome-query-builder": "5.3.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-beautiful-dnd": "13.1.1",
|
2021-03-25 05:51:09 -05:00
|
|
|
"react-diff-viewer": "^3.1.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-dom": "17.0.2",
|
2022-05-20 07:07:07 -05:00
|
|
|
"react-draggable": "4.4.5",
|
2022-03-23 09:56:44 -05:00
|
|
|
"react-grid-layout": "1.3.4",
|
2022-05-18 03:47:33 -05:00
|
|
|
"react-highlight-words": "0.18.0",
|
2022-02-23 05:22:45 -06:00
|
|
|
"react-hook-form": "7.5.3",
|
2022-10-06 10:34:04 -05:00
|
|
|
"react-i18next": "^11.18.6",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-inlinesvg": "3.0.1",
|
2022-11-01 07:11:20 -05:00
|
|
|
"react-moveable": "0.40.0",
|
2022-05-18 05:05:27 -05:00
|
|
|
"react-popper": "2.3.0",
|
2022-07-27 10:02:48 -05:00
|
|
|
"react-popper-tooltip": "4.4.2",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-redux": "7.2.6",
|
2021-10-27 08:21:07 -05:00
|
|
|
"react-resizable": "3.0.4",
|
2022-07-27 10:02:48 -05:00
|
|
|
"react-reverse-portal": "2.1.1",
|
Routing NG: Replace Angular routing with react-router (#31463)
* Add router packages
* Get react app root work instead of Angular one
* Logger util
* Patch Angular routing ($routeProvider, $routeParamsProvider)
* Use react-router-dom history instead of separate dependency
* Add test routes
* Sidemenu - use Link instead of anchors
* Patch Angular $location service (stub)
* WIP: geting rid of $location provider from TimeSrv
* Intercept anchor clicks to use history under the hood
* Sync Redux location slice with history state
* Make login/logout work
* Debug routes for testing
* Make force login work
* Make sure query param change does not recreate page components
* Hide side menu in specified locations
* Make the dashboar route query parameters work, make panel edit menu work
* Enable more routes
* Fix side menu
* Handle view modes
* Disable playlist routes
* Make SafeDynamicImport work again
* Bring back router-debug
* Separate redux location sync from route rendering
* Refactor updateLocation to thunk and move force refresh(login) to it
* Fixing init dashboard issue
* Support switching between dashboards without an unmount of DashboardPage
* More fixes for init dashboard and panel edit
* More type fixes
* Moving angular location wrapper out of main LocationService, and fixing typescript issues
* Fixed last typescript errors
* LocationService: Move to runtime and remove getLocationService and export singleston const instead (#31523)
* Moving location service implementation to runtime and removing get function and making it a package const singleton
* Added test that used locationService directly
* removed unused import
* AngularApp: Moving angular dependencies and the app boot out of the main app into it's own file (#31525)
* Fixes angular panels by calling the monkey patch
* Moving angular stuff to to it's own files
* udpated
* Fixing clicking on divs and spans inside anchor
* Moving app notifications out of angular app and removing angular directive wrapper
* Moving search from angular to react and removing angular search wrapper
* Clean up, tried to remove the redux location wrapper but requires a big update for DashboardPage, so adding it back
* Moving AppWrapper to root to limit circular dependencies (app/core -> app/routing and back)
* Open and close search now works
* Hide sidemenu when in kiosk mode
* Restoring some keybindings like ESC key
* Removed kiosk events and simplified it, just handled through updating URL
* Fixing typescript errors
* Simplified GrafanaRouteComponentProps and renamed to ContainerProps
* renamed back
* Changed AlertRuleList to use GrafanaRouteComponentProps and location.search passed to it
* Removing the reloadOnSearch property, this is not needed now for react as react by default does not unmount components when only url match or query parmas change
* SafeDynamicImport causing unmount un every search update, not sure how to fix yet
* Fix signature for SafeDynamicImport so we do not create new route components on every route render
* Removing the redux location wrapper as it was causing errors, and making dashboard page work with RouteProps (location, match) etc
* Updating DashboardPage and SoloPanelPage to use match params and history location
* Fixed DashboardPage tests
* Fixing solo route tests
* LocationService: Rename getCurrentLocation to just getLocation
* do not intercept link clicks with target blank or self
* Experimental useUrlParams hook
* Update DataSourceSettingsPage to use router match params
* fix links with urls that have no starting / to work like before
* Fix forceLogin
* Add queryParams to GrafanaRouteComponentProps
* PanelEditor get rid of updateLocation and location state
* Improve grafana route query params typing
* Add getSearchObject to LocationService
* Use DashboardPAge queryParams instead of location.search parsing
* Fix DashboardPage typing
* Fix some tests weirdness
* Bring back KeyboardSrv
* Fixes typescript issues
* Team pages now use router match params
* Get rid of from GrafanaRouteComponent props
* Removed unnessary calls to getSearchObject when calling locationService.partial
* Updated DashboardPage tests after queryParams was added
* Fixing dashboard settings back
* GrafanaRoute: Adding tests and remove use of global locationService
* Fixing tests and typescript errors
* Bring back kiosk modes and add tests
* Fix TimeSrv tests
* Fix typecheck errors
* Fixing tests
* Updated SideMenu test to react-testing and wrapped component in Router, and fixed issue importing createMemoryHistory
* Get rid of routeChange event from TimeSrv from
* Fixed TopSectionItem test
* Trying to make basename work but failing
* Update TopSectionItem snapshot
* Fix TopSectionItem snapshot test
* Fix API keys creation
* Remove Angular dependencies from KeybindingSrv (#31617)
* Remove Angular dependency from KeybindingsSrv
* Fix tests and typecheck issues
* basename is starting to work
* Make dashboard save work
* KeybindingSrv: Remove as angular service and no usage angular scope
* So long bridge_srv, we won't miss you
* Update snapshots
* Dashboard: Refactoring ChangeTracker to use History api and no angular (#31653)
* Dashboard: Refactoring ChangeTracker to use History api and no angular
* Updated
* Removed logging
* fixed unit tests
* updated snapshots
* Mechanism for force reloading routes (#31683)
* e2e: Fixes various things in e2e scenarios after router migration (#31685)
* Explore: Update reading query params from router props and updating location via locationService (ReactRouter) (#31688)
* RoutingNG: Initial explore redux location to router location migration
* Updated explore Wrapper tests
* Fixing more tests
* remove loggin
* rename back to make naming consistent
* Fixing return to dashboard button
* fixing navigation to explore from dashboard
* updated routeProps
* Updated tests
* Make DashboardListPage work
* Fixing navigation after add new data source, and fixes explore e2e
* Fixing solo panel page
* PluginsPage now works
* RoutingNG: When parsing and rendering url search/query params preseve old logic of handling booleans and arrays (#31725)
* RoutingNG: When parsing and rendering url search/query params preserve old logic of handling booleans and arrays
* Fixed test
* Make snapshots list work
* fixed alert notification channel edit page
* Simplify LocationService, did not need special handling for login or forceLogin as target _self on link already handles that
* fixed UserAdminPage
* fixed edit orgs page
* Fixing LdapPage
* fixing dashboard import
* Fixed new folder page
* Fixed data source dashboards page
* fixing Folder permissions and folder settings page
* fixing snapshot list page nav model
* remove unused file
* Added placeholder page for playlist
* Moved browser compatability to index-template
* Restored 404/default page
* Fixed reset password page
* Fixed SignUpInvited page
* Fixing CreateTeam, Create user page, add panel widget
* Restore browwser file to make tests happy
* Fixed unit tests
* Removed unused import
* Replacing usage of updateLocation
* Fixed test
* Updating search filters to use history / location service for filters
* remove unused file
* AppRootPage fixed
* Fixing test and search issue
* Changes to support enterprise extensions
* remove console.log
* Removing more use of redux location
* Fixed signup page
* removed unused old angular controllers
* Fixing bugs
* one final bugfix
* Removed location from redux state
* Fixing ts issues and tests
* Fixing test issue
* fixing tests
* Fixing tests
* removed unused stuff
* Fixed search test
* Adding some doc comments
* Routing NG: Angular location provider patch (#31773)
* Patch Angulars $location provider
* Update public/app/angular/bridgeReactAngularRouting.ts
* Remove only test
* Update tests, disable loggers in test env
* Routing NG: remove $location provider usage (#31816)
* Remove dashboard_loaders
* Remove $location from Analytics service, track page views form GrafanaRoute
* Remove NotificationsEditCtrl
* Remove Angular dependencies from uploadDashboardDirective
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove unused test helpers (#31831)
* Playlist react (#31829)
* playlist list in react
* Playlist start
* Things started to work
* Updated
* Handle empty list
* Fix ts
* Fixes and kiosk mode stuff
* Removed unused events
* fixing ts issue
* Another ts issue
* Fixing tests
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* fixed test
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove Angular dependency from DashboardLoaderSrv (#31863)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-03-10 11:03:36 -06:00
|
|
|
"react-router-dom": "^5.2.0",
|
2022-11-03 06:32:46 -05:00
|
|
|
"react-select": "5.6.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-split-pane": "0.1.92",
|
2022-05-18 05:51:04 -05:00
|
|
|
"react-table": "7.8.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-transition-group": "4.4.5",
|
2022-06-15 04:02:08 -05:00
|
|
|
"react-use": "17.4.0",
|
2022-11-02 07:05:32 -05:00
|
|
|
"react-virtualized-auto-sizer": "1.0.7",
|
|
|
|
"react-window": "1.8.8",
|
2022-07-27 10:02:48 -05:00
|
|
|
"react-window-infinite-loader": "1.0.8",
|
2022-05-18 05:54:42 -05:00
|
|
|
"redux": "4.2.0",
|
2022-01-05 08:41:02 -06:00
|
|
|
"redux-thunk": "2.4.1",
|
2022-11-02 07:05:32 -05:00
|
|
|
"regenerator-runtime": "0.13.10",
|
2022-07-27 10:02:48 -05:00
|
|
|
"reselect": "4.1.6",
|
2021-10-08 09:19:10 -05:00
|
|
|
"rst2html": "github:thoward/rst2html#990cb89f2a300cdd9151790be377c4c0840df809",
|
2022-11-02 07:05:32 -05:00
|
|
|
"rxjs": "7.5.7",
|
2021-10-27 08:21:07 -05:00
|
|
|
"sass": "link:./public/sass",
|
2022-10-04 04:42:49 -05:00
|
|
|
"selecto": "1.20.2",
|
2022-11-02 07:05:32 -05:00
|
|
|
"semver": "7.3.8",
|
2022-09-06 09:23:48 -05:00
|
|
|
"slate": "0.47.9",
|
2022-11-02 07:05:32 -05:00
|
|
|
"slate-plain-serializer": "0.7.13",
|
2022-09-06 09:23:48 -05:00
|
|
|
"slate-react": "0.22.10",
|
2022-07-12 07:11:54 -05:00
|
|
|
"sql-formatter-plus": "^1.3.6",
|
2021-11-12 10:13:55 -06:00
|
|
|
"symbol-observable": "4.0.0",
|
2021-10-27 08:21:07 -05:00
|
|
|
"test": "link:./public/test",
|
2021-03-12 04:28:54 -06:00
|
|
|
"tether-drop": "https://github.com/torkelo/drop",
|
2022-01-07 10:33:26 -06:00
|
|
|
"tinycolor2": "1.4.2",
|
2022-11-02 07:05:32 -05:00
|
|
|
"tslib": "2.4.1",
|
2022-07-08 08:45:16 -05:00
|
|
|
"uplot": "1.6.22",
|
2022-01-07 10:33:26 -06:00
|
|
|
"uuid": "8.3.2",
|
2021-10-27 08:21:07 -05:00
|
|
|
"vendor": "link:./public/vendor",
|
2020-11-09 08:31:03 -06:00
|
|
|
"visjs-network": "4.25.0",
|
2022-01-07 03:19:06 -06:00
|
|
|
"whatwg-fetch": "3.6.2"
|
2018-05-11 07:10:54 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2022-11-02 07:05:32 -05:00
|
|
|
"underscore": "1.13.6",
|
|
|
|
"@types/slate": "0.47.11",
|
|
|
|
"@rushstack/node-core-library": "3.53.2",
|
|
|
|
"@rushstack/rig-package": "0.3.17",
|
2022-11-01 07:23:45 -05:00
|
|
|
"@rushstack/ts-command-line": "4.13.0",
|
2022-10-25 04:37:41 -05:00
|
|
|
"@storybook/builder-webpack4/css-loader": "6.7.1",
|
|
|
|
"@storybook/builder-webpack4/html-webpack-plugin": "5.5.0",
|
|
|
|
"@storybook/builder-webpack4/webpack": "5.74.0",
|
|
|
|
"@storybook/core-common/webpack": "5.74.0",
|
|
|
|
"@storybook/core-server/webpack": "5.74.0",
|
|
|
|
"@storybook/manager-webpack4/css-loader": "6.7.1",
|
|
|
|
"@storybook/manager-webpack4/html-webpack-plugin": "5.5.0",
|
|
|
|
"@storybook/manager-webpack4/webpack": "5.74.0",
|
2022-10-03 02:23:47 -05:00
|
|
|
"@storybook/builder-webpack5/webpack": "5.74.0",
|
|
|
|
"@storybook/manager-webpack5/webpack": "5.74.0",
|
2022-10-25 04:37:41 -05:00
|
|
|
"ngtemplate-loader/loader-utils": "^2.0.0",
|
2022-09-06 09:23:48 -05:00
|
|
|
"node-fetch": "2.6.7",
|
2022-10-03 02:23:47 -05:00
|
|
|
"slate-dev-environment@^0.2.2": "patch:slate-dev-environment@npm:0.2.5#.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch",
|
|
|
|
"storybook-dark-mode@1.1.2": "patch:storybook-dark-mode@npm%3A1.1.2#./.yarn/patches/storybook-dark-mode-npm-1.1.2-ecc4605688.patch"
|
2018-12-20 02:25:04 -06:00
|
|
|
},
|
2018-12-25 02:59:23 -06:00
|
|
|
"workspaces": {
|
2018-12-25 01:55:44 -06:00
|
|
|
"packages": [
|
2020-04-07 02:04:24 -05:00
|
|
|
"packages/*",
|
|
|
|
"plugins-bundled/internal/*"
|
2018-12-25 01:55:44 -06:00
|
|
|
]
|
2019-05-08 09:50:21 -05:00
|
|
|
},
|
2019-07-05 03:46:25 -05:00
|
|
|
"engines": {
|
2021-11-10 08:23:10 -06:00
|
|
|
"node": ">= 16"
|
2020-03-17 16:08:32 -05:00
|
|
|
},
|
2022-11-02 07:05:32 -05:00
|
|
|
"packageManager": "yarn@3.2.4"
|
2018-05-29 06:23:07 -05:00
|
|
|
}
|