mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
c3306e6366
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
106 lines
3.1 KiB
JSON
106 lines
3.1 KiB
JSON
{
|
|
"name": "graph",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^0.18.3",
|
|
"@codemirror/closebrackets": "^0.18.0",
|
|
"@codemirror/commands": "^0.18.0",
|
|
"@codemirror/comment": "^0.18.0",
|
|
"@codemirror/highlight": "^0.18.3",
|
|
"@codemirror/history": "^0.18.0",
|
|
"@codemirror/language": "^0.18.0",
|
|
"@codemirror/lint": "^0.18.1",
|
|
"@codemirror/matchbrackets": "^0.18.0",
|
|
"@codemirror/search": "^0.18.2",
|
|
"@codemirror/state": "^0.18.2",
|
|
"@codemirror/view": "^0.18.3",
|
|
"@forevolve/bootstrap-dark": "^1.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.14",
|
|
"@fortawesome/free-solid-svg-icons": "^5.7.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
"@nexucis/fuzzy": "^0.3.0",
|
|
"bootstrap": "^4.6.0",
|
|
"codemirror-promql": "^0.17.0",
|
|
"css.escape": "^1.5.1",
|
|
"downshift": "^3.4.8",
|
|
"i": "^0.3.6",
|
|
"jquery": "^3.5.1",
|
|
"jquery.flot.tooltip": "^0.9.0",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.23",
|
|
"popper.js": "^1.14.3",
|
|
"react": "^17.0.2",
|
|
"react-copy-to-clipboard": "^5.0.4",
|
|
"react-dom": "^17.0.2",
|
|
"react-resize-detector": "^6.7.6",
|
|
"react-router-dom": "^5.2.1",
|
|
"react-test-renderer": "^17.0.2",
|
|
"reactstrap": "^8.9.0",
|
|
"sanitize-html": "^2.3.3",
|
|
"sass": "1.39.0",
|
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
|
"tempusdominus-core": "^5.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --runInBand --resetMocks=false",
|
|
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
|
"eject": "react-scripts eject",
|
|
"lint:ci": "eslint --quiet \"src/**/*.{ts,tsx}\"",
|
|
"lint": "eslint --fix \"src/**/*.{ts,tsx}\""
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 125
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@testing-library/react-hooks": "^7.0.1",
|
|
"@types/enzyme": "^3.10.9",
|
|
"@types/flot": "0.0.31",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/jquery": "^3.5.1",
|
|
"@types/node": "^16.7.6",
|
|
"@types/react": "^17.0.19",
|
|
"@types/react-copy-to-clipboard": "^5.0.1",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-resize-detector": "^5.0.0",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@types/sanitize-html": "^1.20.2",
|
|
"@types/sinon": "^10.0.2",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-to-json": "^3.6.2",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest-canvas-mock": "^2.3.1",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"prettier": "^2.3.2",
|
|
"react-scripts": "4.0.3",
|
|
"sinon": "^11.1.2",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"proxy": "http://localhost:9090",
|
|
"jest": {
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!codemirror-promql).+(js|jsx)$"
|
|
]
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
}
|