2019-10-17 05:38:09 -07:00
|
|
|
{
|
2022-06-13 06:19:07 -07:00
|
|
|
"name": "@prometheus-io/app",
|
2024-10-22 01:31:02 -07:00
|
|
|
"version": "0.55.0",
|
2019-10-17 05:38:09 -07:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-07-10 08:35:14 -07:00
|
|
|
"@codemirror/autocomplete": "^6.17.0",
|
2024-06-06 09:37:28 -07:00
|
|
|
"@codemirror/commands": "^6.6.0",
|
2024-06-06 05:14:52 -07:00
|
|
|
"@codemirror/language": "^6.10.2",
|
2024-07-15 02:42:41 -07:00
|
|
|
"@codemirror/lint": "^6.8.1",
|
2024-06-05 08:17:20 -07:00
|
|
|
"@codemirror/search": "^6.5.6",
|
2023-12-07 06:43:15 -08:00
|
|
|
"@codemirror/state": "^6.3.3",
|
2024-08-02 01:06:52 -07:00
|
|
|
"@codemirror/view": "^6.29.1",
|
2024-04-20 03:24:21 -07:00
|
|
|
"@forevolve/bootstrap-dark": "^4.0.2",
|
2024-06-06 01:17:40 -07:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.5.2",
|
2024-06-06 04:23:14 -07:00
|
|
|
"@fortawesome/free-solid-svg-icons": "6.5.2",
|
2022-11-08 12:29:32 -08:00
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2024-06-05 08:18:31 -07:00
|
|
|
"@lezer/common": "^1.2.1",
|
2023-12-07 06:43:15 -08:00
|
|
|
"@lezer/highlight": "^1.2.0",
|
2024-08-02 02:47:04 -07:00
|
|
|
"@lezer/lr": "^1.4.2",
|
2022-09-21 14:36:28 -07:00
|
|
|
"@nexucis/fuzzy": "^0.4.1",
|
|
|
|
"@nexucis/kvsearch": "^0.8.1",
|
2024-10-22 01:31:02 -07:00
|
|
|
"@prometheus-io/codemirror-promql": "0.55.0",
|
2022-09-21 14:36:28 -07:00
|
|
|
"bootstrap": "^4.6.2",
|
2020-02-02 01:51:33 -08:00
|
|
|
"css.escape": "^1.5.1",
|
2024-06-06 04:28:25 -07:00
|
|
|
"downshift": "^9.0.6",
|
2024-06-06 06:58:59 -07:00
|
|
|
"http-proxy-middleware": "^3.0.0",
|
2023-12-07 06:43:15 -08:00
|
|
|
"jquery": "^3.7.1",
|
2019-10-17 05:38:09 -07:00
|
|
|
"jquery.flot.tooltip": "^0.9.0",
|
2024-06-06 04:26:15 -07:00
|
|
|
"moment": "^2.30.1",
|
2024-06-06 05:14:12 -07:00
|
|
|
"moment-timezone": "^0.5.45",
|
2019-10-17 05:38:09 -07:00
|
|
|
"popper.js": "^1.14.3",
|
2021-08-30 05:13:58 -07:00
|
|
|
"react": "^17.0.2",
|
2022-09-21 14:36:28 -07:00
|
|
|
"react-copy-to-clipboard": "^5.1.0",
|
2021-08-30 05:13:58 -07:00
|
|
|
"react-dom": "^17.0.2",
|
2022-01-10 06:53:14 -08:00
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2022-11-08 12:29:32 -08:00
|
|
|
"react-resize-detector": "^7.1.2",
|
2023-01-25 08:30:22 -08:00
|
|
|
"react-router-dom": "^5.3.4",
|
2021-08-30 05:13:58 -07:00
|
|
|
"react-test-renderer": "^17.0.2",
|
2022-09-21 14:36:28 -07:00
|
|
|
"reactstrap": "^8.10.1",
|
2024-06-06 01:00:46 -07:00
|
|
|
"sanitize-html": "^2.13.0",
|
2024-07-01 16:02:26 -07:00
|
|
|
"sass": "1.77.6",
|
2022-09-21 14:36:28 -07:00
|
|
|
"tempusdominus-bootstrap-4": "^5.39.2",
|
|
|
|
"tempusdominus-core": "^5.19.3"
|
2019-10-17 05:38:09 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-11 03:10:05 -07:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --runInBand --resetMocks=false",
|
|
|
|
"test:coverage": "react-scripts test --runInBand --resetMocks=false --no-watch --coverage",
|
|
|
|
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
|
|
|
"eject": "react-scripts eject",
|
2019-10-28 07:02:42 -07:00
|
|
|
"lint:ci": "eslint --quiet \"src/**/*.{ts,tsx}\"",
|
2022-01-22 01:39:15 -08:00
|
|
|
"lint": "eslint --fix \"src/**/*.{ts,tsx}\"",
|
|
|
|
"snapshot": "react-scripts test --updateSnapshot"
|
2019-10-17 05:38:09 -07:00
|
|
|
},
|
2019-10-28 07:02:42 -07:00
|
|
|
"prettier": {
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"printWidth": 125
|
2019-10-17 05:38:09 -07:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-09-21 14:36:28 -07:00
|
|
|
"@testing-library/react-hooks": "^7.0.2",
|
2023-12-07 06:43:15 -08:00
|
|
|
"@types/enzyme": "^3.10.18",
|
|
|
|
"@types/flot": "0.0.36",
|
2024-07-15 05:11:48 -07:00
|
|
|
"@types/jest": "^29.5.12",
|
2024-06-06 04:25:45 -07:00
|
|
|
"@types/jquery": "^3.5.30",
|
2024-07-31 12:01:15 -07:00
|
|
|
"@types/node": "^20.14.9",
|
2023-12-07 06:43:15 -08:00
|
|
|
"@types/react": "^17.0.71",
|
|
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
|
|
"@types/react-dom": "^17.0.25",
|
2022-09-21 14:36:28 -07:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2024-06-06 01:00:46 -07:00
|
|
|
"@types/sanitize-html": "^2.11.0",
|
2024-06-06 09:37:10 -07:00
|
|
|
"@types/sinon": "^17.0.3",
|
2023-01-25 08:30:22 -08:00
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
2021-08-30 05:13:58 -07:00
|
|
|
"enzyme": "^3.11.0",
|
2021-09-02 05:46:46 -07:00
|
|
|
"enzyme-to-json": "^3.6.2",
|
2024-07-31 12:01:15 -07:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-04-18 06:00:27 -07:00
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"jest-canvas-mock": "^2.5.2",
|
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2021-03-23 15:55:52 -07:00
|
|
|
"mutationobserver-shim": "^0.3.7",
|
2024-04-18 06:00:27 -07:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"react-scripts": "^5.0.1",
|
2024-07-15 05:11:48 -07:00
|
|
|
"sinon": "^18.0.0",
|
|
|
|
"ts-jest": "^29.2.2"
|
2019-10-17 05:38:09 -07:00
|
|
|
},
|
2019-11-02 08:53:32 -07:00
|
|
|
"jest": {
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"enzyme-to-json/serializer"
|
2021-03-23 15:55:52 -07:00
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
2022-06-13 06:19:07 -07:00
|
|
|
"<rootDir>/../node_modules/(?!@prometheus-io/codemirror-promql)/",
|
|
|
|
"<rootDir>/../node_modules/(?!@prometheus-io/lezer-promql)/"
|
2022-04-05 02:49:22 -07:00
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
2022-06-13 06:19:07 -07:00
|
|
|
"lezer-promql": "<rootDir>/../node_modules/@prometheus-io/lezer-promql/dist/index.cjs"
|
2022-04-05 02:49:22 -07:00
|
|
|
}
|
2021-08-12 11:25:26 -07:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2023-12-07 06:43:15 -08:00
|
|
|
"fsevents": "^2.3.3"
|
2019-11-02 08:53:32 -07:00
|
|
|
}
|
2019-10-17 05:38:09 -07:00
|
|
|
}
|