| 123456789101112131415161718192021222324252627282930313233 |
- {
- "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",
- "classnames": "^2.2.5",
- "jquery": "^3.2.1",
- "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",
- "@types/lodash": "^4.14.119",
- "@types/react": "^16.7.6",
- "@types/classnames": "^2.2.6",
- "@types/jquery": "^1.10.35",
- "typescript": "^3.2.2"
- }
- }
|