mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@grafana/ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"tslint": "tslint -c tslint.json --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@torkelo/react-select": "2.1.1",
|
|
"@types/react-test-renderer": "^16.0.3",
|
|
"@types/react-transition-group": "^2.0.15",
|
|
"classnames": "^2.2.5",
|
|
"jquery": "^3.2.1",
|
|
"lodash": "^4.17.10",
|
|
"moment": "^2.22.2",
|
|
"react": "^16.6.3",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.6",
|
|
"@types/jest": "^23.3.2",
|
|
"@types/jquery": "^1.10.35",
|
|
"@types/lodash": "^4.14.119",
|
|
"@types/react": "^16.7.6",
|
|
"@types/react-custom-scrollbars": "^4.0.5",
|
|
"@types/react-test-renderer": "^16.0.3",
|
|
"react-test-renderer": "^16.7.0",
|
|
"typescript": "^3.2.2"
|
|
}
|
|
}
|