2020-04-02 06:34:16 -05:00
|
|
|
{
|
|
|
|
"name": "@jaegertracing/jaeger-ui-components",
|
2020-09-09 08:43:37 -05:00
|
|
|
"version": "7.3.0-pre.0",
|
2020-04-02 06:34:16 -05:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"types": "src/index.ts",
|
|
|
|
"license": "Apache-2.0",
|
2020-04-03 09:50:27 -05:00
|
|
|
"private": true,
|
2020-04-02 06:34:16 -05:00
|
|
|
"scripts": {
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"enzyme": "^3.8.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.2.0",
|
2020-09-25 09:48:41 -05:00
|
|
|
"typescript": "4.0.2"
|
2020-04-02 06:34:16 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-09 08:43:37 -05:00
|
|
|
"@grafana/data": "7.3.0-pre.0",
|
|
|
|
"@grafana/ui": "7.3.0-pre.0",
|
2020-04-02 06:34:16 -05:00
|
|
|
"@types/classnames": "^2.2.7",
|
|
|
|
"@types/deep-freeze": "^0.1.1",
|
|
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
|
|
"@types/lodash": "^4.14.123",
|
|
|
|
"@types/moment": "^2.13.0",
|
|
|
|
"@types/react-icons": "2.2.7",
|
|
|
|
"@types/recompose": "^0.30.7",
|
2020-07-22 09:14:34 -05:00
|
|
|
"@types/slate-react": "0.22.5",
|
2020-04-02 06:34:16 -05:00
|
|
|
"chance": "^1.0.10",
|
|
|
|
"classnames": "^2.2.5",
|
|
|
|
"combokeys": "^3.0.0",
|
|
|
|
"copy-to-clipboard": "^3.1.0",
|
|
|
|
"deep-freeze": "^0.0.1",
|
|
|
|
"emotion": "^10.0.27",
|
|
|
|
"fuzzy": "^0.1.3",
|
|
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
|
|
"json-markup": "^1.1.0",
|
|
|
|
"lodash": "^4.17.4",
|
|
|
|
"lru-memoize": "^1.1.0",
|
|
|
|
"memoize-one": "^5.0.0",
|
|
|
|
"moment": "^2.18.1",
|
|
|
|
"react-icons": "2.2.7",
|
|
|
|
"recompose": "^0.25.0",
|
2020-04-14 06:26:33 -05:00
|
|
|
"tinycolor2": "1.4.1",
|
2020-04-02 06:34:16 -05:00
|
|
|
"tween-functions": "^1.2.0"
|
|
|
|
}
|
|
|
|
}
|