mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
196 lines
6.1 KiB
JSON
196 lines
6.1 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/ui",
|
|
"version": "11.2.0-pre",
|
|
"description": "Grafana Components Library",
|
|
"keywords": [
|
|
"grafana",
|
|
"react",
|
|
"react-component",
|
|
"typescript"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-ui"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"./dist",
|
|
"!./dist/storybook",
|
|
"./README.md",
|
|
"./CHANGELOG.md",
|
|
"./LICENSE_APACHE2"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"clean": "rimraf ./dist ./compiled ./package.tgz",
|
|
"storybook": "storybook dev -p 9001 -c .storybook --no-open",
|
|
"storybook:build": "storybook build -o ./dist/storybook -c .storybook",
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
|
|
"generate-icons-bundle-cache-file": "node ./scripts/generate-icon-bundle.js",
|
|
"prepack": "cp package.json package.json.bak && node ../../scripts/prepare-packagejson.js",
|
|
"postpack": "mv package.json.bak package.json"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"not IE 11"
|
|
],
|
|
"dependencies": {
|
|
"@emotion/css": "11.11.2",
|
|
"@emotion/react": "11.11.4",
|
|
"@floating-ui/react": "0.26.20",
|
|
"@grafana/data": "11.2.0-pre",
|
|
"@grafana/e2e-selectors": "11.2.0-pre",
|
|
"@grafana/faro-web-sdk": "^1.3.6",
|
|
"@grafana/schema": "11.2.0-pre",
|
|
"@hello-pangea/dnd": "16.6.0",
|
|
"@leeoniya/ufuzzy": "1.0.14",
|
|
"@monaco-editor/react": "4.6.0",
|
|
"@popperjs/core": "2.11.8",
|
|
"@react-aria/dialog": "3.5.16",
|
|
"@react-aria/focus": "3.18.1",
|
|
"@react-aria/overlays": "3.23.1",
|
|
"@react-aria/utils": "3.25.1",
|
|
"@tanstack/react-virtual": "^3.5.1",
|
|
"@types/jquery": "3.5.30",
|
|
"@types/lodash": "4.17.7",
|
|
"@types/react-table": "7.7.20",
|
|
"ansicolor": "1.1.100",
|
|
"calculate-size": "1.1.1",
|
|
"classnames": "2.5.1",
|
|
"d3": "7.9.0",
|
|
"date-fns": "3.6.0",
|
|
"downshift": "^9.0.6",
|
|
"hoist-non-react-statics": "3.3.2",
|
|
"i18next": "^23.0.0",
|
|
"i18next-browser-languagedetector": "^7.0.2",
|
|
"immutable": "4.3.7",
|
|
"is-hotkey": "0.2.0",
|
|
"jquery": "3.7.1",
|
|
"lodash": "4.17.21",
|
|
"micro-memoize": "^4.1.2",
|
|
"moment": "2.30.1",
|
|
"monaco-editor": "0.34.1",
|
|
"ol": "7.4.0",
|
|
"prismjs": "1.29.0",
|
|
"rc-cascader": "3.26.0",
|
|
"rc-drawer": "7.2.0",
|
|
"rc-slider": "10.6.2",
|
|
"rc-time-picker": "^3.7.3",
|
|
"rc-tooltip": "6.2.0",
|
|
"react-calendar": "4.8.0",
|
|
"react-colorful": "5.6.1",
|
|
"react-custom-scrollbars-2": "4.5.0",
|
|
"react-dropzone": "14.2.3",
|
|
"react-highlight-words": "0.20.0",
|
|
"react-hook-form": "^7.49.2",
|
|
"react-i18next": "^14.0.0",
|
|
"react-inlinesvg": "3.0.2",
|
|
"react-loading-skeleton": "3.4.0",
|
|
"react-router-dom": "5.3.3",
|
|
"react-select": "5.8.0",
|
|
"react-table": "7.8.0",
|
|
"react-transition-group": "4.4.5",
|
|
"react-use": "17.5.1",
|
|
"react-window": "1.8.10",
|
|
"rxjs": "7.8.1",
|
|
"slate": "0.47.9",
|
|
"slate-plain-serializer": "0.7.13",
|
|
"slate-react": "0.22.10",
|
|
"tinycolor2": "1.6.0",
|
|
"tslib": "2.6.3",
|
|
"uplot": "1.6.30",
|
|
"uuid": "9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.24.9",
|
|
"@faker-js/faker": "^8.4.1",
|
|
"@grafana/tsconfig": "^1.3.0-rc1",
|
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
"@storybook/addon-a11y": "^8.1.6",
|
|
"@storybook/addon-actions": "^8.1.6",
|
|
"@storybook/addon-docs": "^8.1.6",
|
|
"@storybook/addon-essentials": "^8.1.6",
|
|
"@storybook/addon-mdx-gfm": "^8.1.6",
|
|
"@storybook/addon-storysource": "^8.1.6",
|
|
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
|
|
"@storybook/blocks": "patch:@storybook/blocks@npm%3A8.1.6#~/.yarn/patches/@storybook-blocks-npm-8.1.6-892f57a6d7.patch",
|
|
"@storybook/components": "^8.1.6",
|
|
"@storybook/core-events": "^8.1.6",
|
|
"@storybook/mdx2-csf": "1.1.0",
|
|
"@storybook/preset-scss": "1.0.3",
|
|
"@storybook/preview-api": "^8.1.6",
|
|
"@storybook/react": "^8.1.6",
|
|
"@storybook/react-webpack5": "^8.1.6",
|
|
"@storybook/theming": "^8.1.6",
|
|
"@testing-library/dom": "10.0.0",
|
|
"@testing-library/jest-dom": "6.4.2",
|
|
"@testing-library/react": "15.0.2",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/chance": "1.1.6",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/d3": "7.4.3",
|
|
"@types/hoist-non-react-statics": "3.3.5",
|
|
"@types/is-hotkey": "0.1.10",
|
|
"@types/jest": "29.5.12",
|
|
"@types/mock-raf": "1.0.6",
|
|
"@types/node": "20.14.12",
|
|
"@types/prismjs": "1.26.4",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-color": "3.0.12",
|
|
"@types/react-dom": "18.2.25",
|
|
"@types/react-highlight-words": "0.20.0",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@types/react-test-renderer": "18.3.0",
|
|
"@types/react-transition-group": "4.4.10",
|
|
"@types/react-window": "1.8.8",
|
|
"@types/slate": "0.47.11",
|
|
"@types/slate-plain-serializer": "0.7.5",
|
|
"@types/slate-react": "0.22.9",
|
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
"@types/tinycolor2": "1.4.6",
|
|
"@types/uuid": "9.0.8",
|
|
"chance": "1.1.12",
|
|
"common-tags": "1.8.2",
|
|
"core-js": "3.37.1",
|
|
"css-loader": "7.1.2",
|
|
"csstype": "3.1.3",
|
|
"esbuild": "0.20.2",
|
|
"expose-loader": "5.0.0",
|
|
"mock-raf": "1.0.1",
|
|
"process": "^0.11.10",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-select-event": "^5.1.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"rimraf": "5.0.7",
|
|
"rollup": "2.79.1",
|
|
"rollup-plugin-copy": "3.5.0",
|
|
"rollup-plugin-dts": "^5.0.0",
|
|
"rollup-plugin-esbuild": "5.0.0",
|
|
"rollup-plugin-node-externals": "^5.0.0",
|
|
"rollup-plugin-svg-import": "1.6.0",
|
|
"sass-loader": "14.2.1",
|
|
"storybook": "^8.1.6",
|
|
"storybook-dark-mode": "^4.0.1",
|
|
"style-loader": "4.0.0",
|
|
"typescript": "5.4.5",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
}
|