mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
3f15170914
* moving to data WIP * more refactoring * add missing test * mock full path * remove sinon from grafana-ui
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "@grafana/ui",
|
|
"version": "6.3.0-alpha.1",
|
|
"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",
|
|
"storybook:build": "build-storybook -o ./dist/storybook -c .storybook",
|
|
"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.17.0",
|
|
"classnames": "2.2.6",
|
|
"d3": "5.9.1",
|
|
"jquery": "3.4.1",
|
|
"lodash": "4.17.11",
|
|
"moment": "2.24.0",
|
|
"papaparse": "4.6.3",
|
|
"react": "16.8.6",
|
|
"react-calendar": "2.18.1",
|
|
"react-color": "2.17.0",
|
|
"react-custom-scrollbars": "4.2.1",
|
|
"react-dom": "16.8.6",
|
|
"react-highlight-words": "0.11.0",
|
|
"react-popper": "1.3.3",
|
|
"react-storybook-addon-props-combinations": "1.1.0",
|
|
"react-transition-group": "2.6.1",
|
|
"react-virtualized": "9.21.0",
|
|
"tinycolor2": "1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "5.0.6",
|
|
"@storybook/addon-info": "5.0.6",
|
|
"@storybook/addon-knobs": "5.0.6",
|
|
"@storybook/react": "5.0.6",
|
|
"@storybook/theming": "5.0.6",
|
|
"@types/classnames": "2.2.7",
|
|
"@types/d3": "5.7.1",
|
|
"@types/jest": "23.3.14",
|
|
"@types/jquery": "1.10.35",
|
|
"@types/lodash": "4.14.123",
|
|
"@types/node": "10.14.1",
|
|
"@types/papaparse": "4.5.9",
|
|
"@types/pretty-format": "20.0.1",
|
|
"@types/react": "16.8.16",
|
|
"@types/react-custom-scrollbars": "4.0.5",
|
|
"@types/react-test-renderer": "16.8.1",
|
|
"@types/react-transition-group": "2.0.16",
|
|
"@types/storybook__addon-actions": "3.4.2",
|
|
"@types/storybook__addon-info": "4.1.1",
|
|
"@types/storybook__addon-knobs": "4.0.4",
|
|
"@types/storybook__react": "4.0.1",
|
|
"@types/tinycolor2": "1.4.1",
|
|
"awesome-typescript-loader": "5.2.1",
|
|
"pretty-format": "24.5.0",
|
|
"react-docgen-typescript-loader": "3.0.1",
|
|
"react-docgen-typescript-webpack-plugin": "1.1.0",
|
|
"react-test-renderer": "16.8.4",
|
|
"rollup": "1.6.0",
|
|
"rollup-plugin-commonjs": "9.2.1",
|
|
"rollup-plugin-node-resolve": "4.0.1",
|
|
"rollup-plugin-sourcemaps": "0.4.2",
|
|
"rollup-plugin-terser": "4.0.4",
|
|
"rollup-plugin-typescript2": "0.19.3",
|
|
"rollup-plugin-visualizer": "0.9.2",
|
|
"typescript": "3.4.1"
|
|
},
|
|
"resolutions": {
|
|
"@types/lodash": "4.14.119"
|
|
}
|
|
}
|