mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"name": "@grafana/ui",
|
|
"version": "6.0.1-alpha.0",
|
|
"description": "Grafana Components Library",
|
|
"keywords": [
|
|
"typescript",
|
|
"react",
|
|
"react-component"
|
|
],
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"tslint": "tslint -c tslint.json --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"storybook": "start-storybook -p 9001 -c .storybook -s ../../public",
|
|
"clean": "rimraf ./dist ./compiled",
|
|
"build": "rollup -c rollup.config.ts"
|
|
},
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@torkelo/react-select": "2.1.1",
|
|
"@types/react-color": "^2.14.0",
|
|
"classnames": "^2.2.5",
|
|
"jquery": "^3.2.1",
|
|
"lodash": "^4.17.10",
|
|
"moment": "^2.22.2",
|
|
"papaparse": "^4.6.3",
|
|
"react": "^16.6.3",
|
|
"react-color": "^2.17.0",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^16.6.3",
|
|
"react-highlight-words": "0.11.0",
|
|
"react-popper": "^1.3.0",
|
|
"react-transition-group": "^2.2.1",
|
|
"react-virtualized": "^9.21.0",
|
|
"tether": "^1.4.0",
|
|
"tether-drop": "https://github.com/torkelo/drop/tarball/master",
|
|
"tinycolor2": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^4.1.7",
|
|
"@storybook/addon-info": "^4.1.6",
|
|
"@storybook/addon-knobs": "^4.1.7",
|
|
"@storybook/react": "^4.1.4",
|
|
"@types/classnames": "^2.2.6",
|
|
"@types/jest": "^23.3.2",
|
|
"@types/jquery": "^1.10.35",
|
|
"@types/lodash": "^4.14.119",
|
|
"@types/node": "^10.12.18",
|
|
"@types/papaparse": "^4.5.9",
|
|
"@types/react": "^16.7.6",
|
|
"@types/react-custom-scrollbars": "^4.0.5",
|
|
"@types/react-test-renderer": "^16.0.3",
|
|
"@types/react-transition-group": "^2.0.15",
|
|
"@types/storybook__addon-actions": "^3.4.1",
|
|
"@types/storybook__addon-info": "^3.4.2",
|
|
"@types/storybook__addon-knobs": "^4.0.0",
|
|
"@types/storybook__react": "^4.0.0",
|
|
"@types/tether-drop": "^1.4.8",
|
|
"@types/tinycolor2": "^1.4.1",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"react-docgen-typescript-loader": "^3.0.0",
|
|
"react-docgen-typescript-webpack-plugin": "^1.1.0",
|
|
"react-test-renderer": "^16.7.0",
|
|
"rollup": "^1.1.2",
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
"rollup-plugin-terser": "^4.0.4",
|
|
"rollup-plugin-typescript2": "^0.19.2",
|
|
"rollup-plugin-visualizer": "^0.9.2",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"resolutions": {
|
|
"@types/lodash": "4.14.119"
|
|
}
|
|
}
|