grafana/packages/grafana-ui/package.json

34 lines
828 B
JSON
Raw Normal View History

2018-12-20 02:25:04 -06:00
{
"name": "@grafana/ui",
2018-12-20 02:25:04 -06:00
"version": "1.0.0",
"description": "",
2018-12-21 05:27:43 -06:00
"main": "src/index.ts",
2018-12-20 02:25:04 -06:00
"scripts": {
"tslint": "tslint -c tslint.json --project tsconfig.json",
"typecheck": "tsc --noEmit"
2018-12-20 02:25:04 -06:00
},
"author": "",
"license": "ISC",
"dependencies": {
"@torkelo/react-select": "2.1.1",
2018-12-25 04:42:23 -06:00
"classnames": "^2.2.5",
"jquery": "^3.2.1",
2018-12-25 01:55:44 -06:00
"lodash": "^4.17.10",
"moment": "^2.22.2",
"react": "^16.6.3",
"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/jest": "^23.3.2",
2018-12-25 01:55:44 -06:00
"@types/lodash": "^4.14.119",
"@types/react": "^16.7.6",
2018-12-25 04:42:23 -06:00
"@types/classnames": "^2.2.6",
"@types/jquery": "^1.10.35",
"typescript": "^3.2.2"
}
2018-12-20 02:25:04 -06:00
}