mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
c3db3121b0
* chore: bump moment to 2.29.2 * chore(yarn): clean up remaining moment nested deps
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@jaegertracing/jaeger-ui-components",
|
|
"version": "9.0.0-pre",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/deep-freeze": "^0.1.1",
|
|
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
"@types/lodash": "4.14.181",
|
|
"@types/prop-types": "^15",
|
|
"@types/react": "17.0.42",
|
|
"@types/react-icons": "2.2.7",
|
|
"@types/reselect": "2.2.0",
|
|
"@types/tinycolor2": "1.4.3",
|
|
"enzyme": "3.11.0",
|
|
"sinon": "13.0.1",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "11.7.1",
|
|
"@grafana/data": "9.0.0-pre",
|
|
"@grafana/ui": "9.0.0-pre",
|
|
"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",
|
|
"lodash": "4.17.21",
|
|
"lru-memoize": "^1.1.0",
|
|
"memoize-one": "6.0.0",
|
|
"moment": "2.29.2",
|
|
"moment-timezone": "0.5.34",
|
|
"prop-types": "15.8.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-icons": "2.2.7",
|
|
"reselect": "4.1.5",
|
|
"tinycolor2": "1.4.2",
|
|
"tslib": "2.3.1",
|
|
"tween-functions": "^1.2.0"
|
|
}
|
|
}
|