2020-04-02 06:34:16 -05:00
|
|
|
{
|
|
|
|
"name": "@jaegertracing/jaeger-ui-components",
|
2021-11-23 04:23:02 -06:00
|
|
|
"version": "8.4.0-pre",
|
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": {
|
2021-10-27 08:21:07 -05:00
|
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
2020-04-02 06:34:16 -05:00
|
|
|
"@types/classnames": "^2.2.7",
|
|
|
|
"@types/deep-freeze": "^0.1.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
|
2020-04-02 06:34:16 -05:00
|
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
|
|
"@types/lodash": "^4.14.123",
|
2021-10-15 06:25:47 -05:00
|
|
|
"@types/react": "17.0.30",
|
2020-04-02 06:34:16 -05:00
|
|
|
"@types/react-icons": "2.2.7",
|
|
|
|
"@types/recompose": "^0.30.7",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@types/reselect": "2.2.0",
|
2020-07-22 09:14:34 -05:00
|
|
|
"@types/slate-react": "0.22.5",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@types/tinycolor2": "1.4.2",
|
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.2",
|
|
|
|
"enzyme": "3.11.0",
|
2021-11-12 04:28:34 -06:00
|
|
|
"sinon": "12.0.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"typescript": "4.4.3",
|
|
|
|
"webpack": "5.58.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/css": "11.1.3",
|
|
|
|
"@emotion/react": "11.1.5",
|
2021-11-23 04:23:02 -06:00
|
|
|
"@grafana/data": "8.4.0-pre",
|
|
|
|
"@grafana/ui": "8.4.0-pre",
|
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",
|
|
|
|
"fuzzy": "^0.1.3",
|
|
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
|
|
"json-markup": "^1.1.0",
|
2021-03-02 03:13:27 -06:00
|
|
|
"lodash": "4.17.21",
|
2020-04-02 06:34:16 -05:00
|
|
|
"lru-memoize": "^1.1.0",
|
2021-11-08 08:52:05 -06:00
|
|
|
"memoize-one": "6.0.0",
|
2021-05-17 07:18:54 -05:00
|
|
|
"moment": "2.29.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"moment-timezone": "0.5.33",
|
|
|
|
"prop-types": "15.7.2",
|
2021-10-08 09:19:10 -05:00
|
|
|
"react": "17.0.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"react-dom": "17.0.1",
|
2020-04-02 06:34:16 -05:00
|
|
|
"react-icons": "2.2.7",
|
|
|
|
"recompose": "^0.25.0",
|
2021-10-27 08:21:07 -05:00
|
|
|
"reselect": "4.0.0",
|
2020-04-14 06:26:33 -05:00
|
|
|
"tinycolor2": "1.4.1",
|
2021-10-08 09:19:10 -05:00
|
|
|
"tslib": "2.3.1",
|
2020-04-02 06:34:16 -05:00
|
|
|
"tween-functions": "^1.2.0"
|
|
|
|
}
|
|
|
|
}
|