package.json 828 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@grafana/ui",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "src/index.ts",
  6. "scripts": {
  7. "tslint": "tslint -c tslint.json --project tsconfig.json",
  8. "typecheck": "tsc --noEmit"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@torkelo/react-select": "2.1.1",
  14. "classnames": "^2.2.5",
  15. "jquery": "^3.2.1",
  16. "lodash": "^4.17.10",
  17. "moment": "^2.22.2",
  18. "react": "^16.6.3",
  19. "react-dom": "^16.6.3",
  20. "react-highlight-words": "0.11.0",
  21. "react-popper": "^1.3.0",
  22. "react-transition-group": "^2.2.1",
  23. "react-virtualized": "^9.21.0"
  24. },
  25. "devDependencies": {
  26. "@types/jest": "^23.3.2",
  27. "@types/lodash": "^4.14.119",
  28. "@types/react": "^16.7.6",
  29. "@types/classnames": "^2.2.6",
  30. "@types/jquery": "^1.10.35",
  31. "typescript": "^3.2.2"
  32. }
  33. }