2018-12-20 02:25:04 -06:00
|
|
|
{
|
2019-07-23 19:17:41 -05:00
|
|
|
"author": "Grafana Labs",
|
|
|
|
"license": "Apache-2.0",
|
2019-02-21 04:25:06 -06:00
|
|
|
"name": "@grafana/ui",
|
2022-04-07 07:32:37 -05:00
|
|
|
"version": "9.0.0-pre",
|
2019-02-21 04:53:27 -06:00
|
|
|
"description": "Grafana Components Library",
|
|
|
|
"keywords": [
|
2019-07-11 05:47:58 -05:00
|
|
|
"grafana",
|
2019-02-21 04:53:27 -06:00
|
|
|
"react",
|
2019-07-23 19:17:41 -05:00
|
|
|
"react-component",
|
|
|
|
"typescript"
|
2019-02-21 04:53:27 -06:00
|
|
|
],
|
2019-07-23 19:17:41 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-27 11:00:36 -06:00
|
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
|
|
"directory": "packages/grafana-ui"
|
2019-07-23 19:17:41 -05:00
|
|
|
},
|
2018-12-21 05:27:43 -06:00
|
|
|
"main": "src/index.ts",
|
2018-12-20 02:25:04 -06:00
|
|
|
"scripts": {
|
2020-02-27 11:00:36 -06:00
|
|
|
"build": "grafana-toolkit package:build --scope=ui",
|
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
|
|
"clean": "rimraf ./dist ./compiled",
|
2020-04-21 03:41:50 -05:00
|
|
|
"docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log",
|
2021-12-06 04:15:53 -06:00
|
|
|
"storybook": "start-storybook -p 9001 -c .storybook",
|
|
|
|
"storybook:build": "build-storybook -o ./dist/storybook -c .storybook",
|
2020-02-27 11:00:36 -06:00
|
|
|
"typecheck": "tsc --noEmit"
|
2018-12-20 02:25:04 -06:00
|
|
|
},
|
2021-08-31 05:55:05 -05:00
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"not IE 11"
|
|
|
|
],
|
2018-12-21 07:23:32 -06:00
|
|
|
"dependencies": {
|
2022-05-18 10:13:02 -05:00
|
|
|
"@emotion/css": "11.9.0",
|
|
|
|
"@emotion/react": "11.9.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@grafana/aws-sdk": "0.0.36",
|
2022-04-07 07:32:37 -05:00
|
|
|
"@grafana/data": "9.0.0-pre",
|
|
|
|
"@grafana/e2e-selectors": "9.0.0-pre",
|
|
|
|
"@grafana/schema": "9.0.0-pre",
|
2021-05-05 08:22:00 -05:00
|
|
|
"@grafana/slate-react": "0.22.10-grafana",
|
2021-11-29 05:35:59 -06:00
|
|
|
"@monaco-editor/react": "4.3.1",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@popperjs/core": "2.11.5",
|
|
|
|
"@react-aria/button": "3.4.4",
|
|
|
|
"@react-aria/dialog": "3.1.9",
|
|
|
|
"@react-aria/focus": "3.5.5",
|
|
|
|
"@react-aria/menu": "3.4.4",
|
|
|
|
"@react-aria/overlays": "3.8.2",
|
|
|
|
"@react-stately/menu": "3.2.7",
|
|
|
|
"@sentry/browser": "6.19.7",
|
2022-02-07 07:08:10 -06:00
|
|
|
"ansicolor": "1.1.100",
|
2021-10-27 08:21:07 -05:00
|
|
|
"calculate-size": "1.1.1",
|
2021-12-14 06:15:23 -06:00
|
|
|
"classnames": "2.3.1",
|
2022-05-17 07:57:22 -05:00
|
|
|
"core-js": "3.22.5",
|
2020-01-07 04:59:11 -06:00
|
|
|
"d3": "5.15.0",
|
2022-01-04 04:05:22 -06:00
|
|
|
"date-fns": "2.28.0",
|
2020-10-15 07:41:25 -05:00
|
|
|
"hoist-non-react-statics": "3.3.2",
|
2021-11-19 06:02:59 -06:00
|
|
|
"immutable": "4.0.0",
|
2021-12-22 09:06:29 -06:00
|
|
|
"is-hotkey": "0.2.0",
|
2022-01-05 05:08:13 -06:00
|
|
|
"jquery": "3.6.0",
|
2021-03-02 03:13:27 -06:00
|
|
|
"lodash": "4.17.21",
|
2021-11-08 08:52:05 -06:00
|
|
|
"memoize-one": "6.0.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"moment": "2.29.3",
|
2021-12-15 07:09:44 -06:00
|
|
|
"monaco-editor": "^0.31.1",
|
2022-03-29 10:50:04 -05:00
|
|
|
"ol": "6.14.1",
|
2022-05-18 03:19:05 -05:00
|
|
|
"prismjs": "1.28.0",
|
2022-05-18 03:35:57 -05:00
|
|
|
"rc-cascader": "3.5.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"rc-drawer": "4.4.3",
|
2022-01-04 03:25:19 -06:00
|
|
|
"rc-slider": "9.7.5",
|
2020-03-25 04:10:26 -05:00
|
|
|
"rc-time-picker": "^3.7.3",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react": "17.0.2",
|
2021-08-18 04:23:34 -05:00
|
|
|
"react-beautiful-dnd": "13.1.0",
|
2022-02-07 08:46:33 -06:00
|
|
|
"react-calendar": "3.7.0",
|
2022-01-04 09:14:25 -06:00
|
|
|
"react-colorful": "5.5.1",
|
2021-08-23 02:28:58 -05:00
|
|
|
"react-custom-scrollbars-2": "4.4.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-dom": "17.0.2",
|
2022-02-24 03:33:59 -06:00
|
|
|
"react-dropzone": "12.0.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",
|
2021-05-20 10:19:24 -05:00
|
|
|
"react-inlinesvg": "2.3.0",
|
2022-05-18 05:05:27 -05:00
|
|
|
"react-popper": "2.3.0",
|
2022-02-08 15:58:20 -06:00
|
|
|
"react-popper-tooltip": "^4.3.1",
|
2021-05-12 09:04:21 -05:00
|
|
|
"react-router-dom": "^5.2.0",
|
2022-05-18 06:00:39 -05:00
|
|
|
"react-select": "5.3.2",
|
2021-10-27 08:21:07 -05:00
|
|
|
"react-select-event": "^5.1.0",
|
2022-05-18 05:51:04 -05:00
|
|
|
"react-table": "7.8.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-transition-group": "4.4.2",
|
2022-01-05 07:52:54 -06:00
|
|
|
"react-use": "17.3.2",
|
2022-05-20 07:07:07 -05:00
|
|
|
"react-window": "1.8.7",
|
2022-03-23 09:56:44 -05:00
|
|
|
"rxjs": "7.5.5",
|
2019-09-23 06:26:05 -05:00
|
|
|
"slate": "0.47.8",
|
2021-10-27 08:21:07 -05:00
|
|
|
"slate-plain-serializer": "0.7.10",
|
2022-01-07 10:33:26 -06:00
|
|
|
"tinycolor2": "1.4.2",
|
2022-05-17 06:08:10 -05:00
|
|
|
"tslib": "2.4.0",
|
2022-05-03 06:22:14 -05:00
|
|
|
"uplot": "1.6.20",
|
2022-01-07 10:33:26 -06:00
|
|
|
"uuid": "8.3.2"
|
2018-12-21 07:23:32 -06:00
|
|
|
},
|
2018-12-20 09:56:46 -06:00
|
|
|
"devDependencies": {
|
2022-03-23 09:56:44 -05:00
|
|
|
"@babel/core": "7.17.8",
|
2022-02-10 07:37:39 -06:00
|
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@mdx-js/react": "1.6.22",
|
2022-05-18 10:16:55 -05:00
|
|
|
"@rollup/plugin-commonjs": "22.0.0",
|
2022-05-03 11:17:55 -05:00
|
|
|
"@rollup/plugin-node-resolve": "13.3.0",
|
2022-04-13 05:26:19 -05:00
|
|
|
"@storybook/addon-a11y": "6.4.21",
|
|
|
|
"@storybook/addon-actions": "6.4.21",
|
|
|
|
"@storybook/addon-docs": "6.4.21",
|
|
|
|
"@storybook/addon-essentials": "6.4.21",
|
2021-11-29 10:21:04 -06:00
|
|
|
"@storybook/addon-knobs": "6.4.0",
|
2022-04-13 05:26:19 -05:00
|
|
|
"@storybook/addon-storysource": "6.4.21",
|
|
|
|
"@storybook/addons": "6.4.21",
|
|
|
|
"@storybook/api": "6.4.21",
|
|
|
|
"@storybook/builder-webpack5": "6.4.21",
|
|
|
|
"@storybook/components": "6.4.21",
|
|
|
|
"@storybook/core-events": "6.4.21",
|
|
|
|
"@storybook/manager-webpack5": "6.4.21",
|
|
|
|
"@storybook/react": "6.4.21",
|
|
|
|
"@storybook/theming": "6.4.21",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@swc/helpers": "0.3.13",
|
2022-04-07 08:25:16 -05:00
|
|
|
"@testing-library/dom": "8.13.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@testing-library/jest-dom": "5.16.4",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@testing-library/react": "12.1.4",
|
2022-05-18 11:02:17 -05:00
|
|
|
"@testing-library/react-hooks": "8.0.0",
|
2022-05-17 05:25:40 -05:00
|
|
|
"@testing-library/user-event": "14.2.0",
|
2021-12-14 06:15:23 -06:00
|
|
|
"@types/classnames": "2.3.0",
|
2019-10-03 07:30:24 -05:00
|
|
|
"@types/common-tags": "^1.8.0",
|
2021-12-06 09:35:48 -06:00
|
|
|
"@types/d3": "7.1.0",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/enzyme": "3.10.12",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
|
|
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
|
2021-05-17 07:18:54 -05:00
|
|
|
"@types/hoist-non-react-statics": "3.3.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/is-hotkey": "0.1.7",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/jest": "27.4.1",
|
|
|
|
"@types/jquery": "3.5.14",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/lodash": "4.14.182",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/mock-raf": "1.0.3",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/node": "16.11.36",
|
2022-01-28 03:07:34 -06:00
|
|
|
"@types/prismjs": "1.26.0",
|
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-05-20 07:07:07 -05:00
|
|
|
"@types/react-calendar": "3.5.1",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/react-color": "3.0.6",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/react-dom": "17.0.14",
|
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-01-07 10:33:26 -06:00
|
|
|
"@types/react-transition-group": "4.4.4",
|
|
|
|
"@types/react-window": "1.8.5",
|
2021-05-17 07:18:54 -05:00
|
|
|
"@types/slate": "0.47.2",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/slate-plain-serializer": "0.7.2",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/testing-library__jest-dom": "5.14.3",
|
2021-10-27 08:21:07 -05: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-05-20 07:07:07 -05:00
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
|
|
|
|
"babel-loader": "8.2.5",
|
2022-01-07 10:33:26 -06:00
|
|
|
"common-tags": "1.8.2",
|
2022-03-23 09:56:44 -05:00
|
|
|
"css-loader": "6.7.1",
|
2022-05-19 07:05:32 -05:00
|
|
|
"css-minimizer-webpack-plugin": "4.0.0",
|
2022-05-17 07:32:38 -05:00
|
|
|
"csstype": "3.1.0",
|
2021-10-08 09:19:10 -05:00
|
|
|
"enzyme": "3.11.0",
|
2022-05-19 07:25:29 -05:00
|
|
|
"expose-loader": "4.0.0",
|
2020-12-02 05:22:49 -06:00
|
|
|
"mock-raf": "1.0.1",
|
2022-05-20 07:07:07 -05:00
|
|
|
"postcss": "8.4.14",
|
2022-05-19 09:00:25 -05:00
|
|
|
"postcss-loader": "7.0.0",
|
2022-01-24 04:50:34 -06:00
|
|
|
"process": "^0.11.10",
|
2021-10-27 08:21:07 -05:00
|
|
|
"raw-loader": "4.0.2",
|
2020-11-24 03:38:41 -06:00
|
|
|
"react-docgen-typescript-loader": "3.7.2",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react-test-renderer": "17.0.2",
|
|
|
|
"rimraf": "3.0.2",
|
2022-05-20 07:07:07 -05:00
|
|
|
"rollup": "2.74.1",
|
2020-11-29 01:05:23 -06:00
|
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
2022-04-14 09:49:56 -05:00
|
|
|
"rollup-plugin-svg-import": "^1.6.0",
|
2020-11-29 01:05:23 -06:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2022-05-19 09:05:48 -05:00
|
|
|
"sass-loader": "13.0.0",
|
2022-05-18 07:41:23 -05:00
|
|
|
"storybook-dark-mode": "1.1.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"style-loader": "3.3.1",
|
2022-02-07 07:08:10 -06:00
|
|
|
"terser-webpack-plugin": "5.3.1",
|
2020-11-24 03:38:41 -06:00
|
|
|
"ts-loader": "8.0.11",
|
2022-05-17 06:08:10 -05:00
|
|
|
"typescript": "4.6.4",
|
2022-05-20 07:07:07 -05:00
|
|
|
"webpack": "5.72.1",
|
2020-11-24 03:38:41 -06:00
|
|
|
"webpack-filter-warnings-plugin": "1.2.1"
|
2019-08-22 03:20:17 -05:00
|
|
|
},
|
2021-10-12 06:39:54 -05:00
|
|
|
"types": "src/index.ts"
|
2018-12-20 02:25:04 -06:00
|
|
|
}
|