2019-10-17 08:38:09 -04:00
|
|
|
{
|
|
|
|
|
"name": "graph",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2021-12-01 09:54:22 -05:00
|
|
|
"@codemirror/autocomplete": "^0.19.9",
|
2021-09-24 15:40:49 -04:00
|
|
|
"@codemirror/closebrackets": "^0.19.0",
|
2021-11-17 12:06:48 -05:00
|
|
|
"@codemirror/commands": "^0.19.5",
|
2021-09-24 15:40:49 -04:00
|
|
|
"@codemirror/comment": "^0.19.0",
|
2021-11-15 08:31:55 -05:00
|
|
|
"@codemirror/highlight": "^0.19.6",
|
2022-01-25 06:39:48 -05:00
|
|
|
"@codemirror/history": "^0.19.2",
|
2021-12-07 05:41:46 -05:00
|
|
|
"@codemirror/language": "^0.19.7",
|
2021-11-18 08:32:18 -05:00
|
|
|
"@codemirror/lint": "^0.19.3",
|
2021-11-18 09:41:38 -05:00
|
|
|
"@codemirror/matchbrackets": "^0.19.3",
|
2021-11-22 07:23:02 -05:00
|
|
|
"@codemirror/search": "^0.19.3",
|
2021-11-22 09:00:39 -05:00
|
|
|
"@codemirror/state": "^0.19.6",
|
2021-12-07 04:01:41 -05:00
|
|
|
"@codemirror/view": "^0.19.27",
|
2021-04-15 12:14:07 -04:00
|
|
|
"@forevolve/bootstrap-dark": "^1.0.0",
|
2021-12-01 09:54:22 -05:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.7.2",
|
2021-11-19 06:54:33 -05:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
2021-09-07 05:34:37 -04:00
|
|
|
"@nexucis/fuzzy": "^0.3.0",
|
2022-01-19 10:11:09 -05:00
|
|
|
"@nexucis/kvsearch": "^0.4.0",
|
2021-11-19 11:43:34 -05:00
|
|
|
"bootstrap": "^4.6.1",
|
2021-12-20 15:39:13 -05:00
|
|
|
"codemirror-promql": "0.19.0",
|
2020-02-02 04:51:33 -05:00
|
|
|
"css.escape": "^1.5.1",
|
2021-11-17 10:41:46 -05:00
|
|
|
"downshift": "^6.1.7",
|
2020-08-14 19:44:13 -04:00
|
|
|
"jquery": "^3.5.1",
|
2019-10-17 08:38:09 -04:00
|
|
|
"jquery.flot.tooltip": "^0.9.0",
|
|
|
|
|
"moment": "^2.24.0",
|
2021-11-17 13:37:33 -05:00
|
|
|
"moment-timezone": "^0.5.34",
|
2019-10-17 08:38:09 -04:00
|
|
|
"popper.js": "^1.14.3",
|
2021-08-30 08:13:58 -04:00
|
|
|
"react": "^17.0.2",
|
|
|
|
|
"react-copy-to-clipboard": "^5.0.4",
|
|
|
|
|
"react-dom": "^17.0.2",
|
2022-01-10 09:53:14 -05:00
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2021-08-30 08:13:58 -04:00
|
|
|
"react-resize-detector": "^6.7.6",
|
2021-08-30 08:05:49 -04:00
|
|
|
"react-router-dom": "^5.2.1",
|
2021-08-30 08:13:58 -04:00
|
|
|
"react-test-renderer": "^17.0.2",
|
2021-04-15 12:14:07 -04:00
|
|
|
"reactstrap": "^8.9.0",
|
2021-12-01 05:47:10 -05:00
|
|
|
"sanitize-html": "^2.6.0",
|
2021-12-01 10:35:40 -05:00
|
|
|
"sass": "1.44.0",
|
2019-10-17 08:38:09 -04:00
|
|
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
2021-09-03 09:01:32 -04:00
|
|
|
"tempusdominus-core": "^5.0.3"
|
2019-10-17 08:38:09 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-09-11 06:10:05 -04: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 10:02:42 -04:00
|
|
|
"lint:ci": "eslint --quiet \"src/**/*.{ts,tsx}\"",
|
2022-01-22 04:39:15 -05:00
|
|
|
"lint": "eslint --fix \"src/**/*.{ts,tsx}\"",
|
|
|
|
|
"snapshot": "react-scripts test --updateSnapshot"
|
2019-10-17 08:38:09 -04:00
|
|
|
},
|
2019-10-28 10:02:42 -04:00
|
|
|
"prettier": {
|
|
|
|
|
"singleQuote": true,
|
|
|
|
|
"trailingComma": "es5",
|
|
|
|
|
"printWidth": 125
|
2019-10-17 08:38:09 -04:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not ie <= 11",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2021-08-30 08:13:58 -04:00
|
|
|
"@testing-library/react-hooks": "^7.0.1",
|
2021-11-18 05:47:09 -05:00
|
|
|
"@types/enzyme": "^3.10.10",
|
2021-09-07 05:34:37 -04:00
|
|
|
"@types/flot": "0.0.32",
|
2021-11-19 06:18:52 -05:00
|
|
|
"@types/jest": "^27.0.3",
|
2021-11-23 11:03:23 -05:00
|
|
|
"@types/jquery": "^3.5.9",
|
2021-12-07 10:19:54 -05:00
|
|
|
"@types/node": "^16.11.12",
|
2021-11-22 07:56:16 -05:00
|
|
|
"@types/react": "^17.0.36",
|
2021-11-16 08:20:56 -05:00
|
|
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
2021-11-17 11:07:05 -05:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-11-16 09:15:44 -05:00
|
|
|
"@types/react-resize-detector": "^6.1.0",
|
2021-11-15 10:38:17 -05:00
|
|
|
"@types/react-router-dom": "^5.3.2",
|
2021-12-28 06:35:12 -05:00
|
|
|
"@types/sanitize-html": "^2.6.1",
|
2021-11-17 05:23:01 -05:00
|
|
|
"@types/sinon": "^10.0.6",
|
2022-01-17 05:32:54 -05:00
|
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
|
2021-08-30 08:13:58 -04:00
|
|
|
"enzyme": "^3.11.0",
|
2021-09-02 08:46:46 -04:00
|
|
|
"enzyme-to-json": "^3.6.2",
|
2021-08-30 08:13:58 -04:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-09-03 11:41:20 -04:00
|
|
|
"eslint-config-react-app": "^6.0.0",
|
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-09-07 10:34:12 -04:00
|
|
|
"jest-canvas-mock": "^2.3.1",
|
2020-08-22 15:02:50 -04:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2021-03-23 18:55:52 -04:00
|
|
|
"mutationobserver-shim": "^0.3.7",
|
2021-12-07 05:42:34 -05:00
|
|
|
"prettier": "^2.5.1",
|
2021-09-03 09:01:32 -04:00
|
|
|
"react-scripts": "4.0.3",
|
2021-11-19 08:23:19 -05:00
|
|
|
"sinon": "^12.0.1",
|
2021-11-18 08:50:30 -05:00
|
|
|
"typescript": "^4.5.2"
|
2019-10-17 08:38:09 -04:00
|
|
|
},
|
2019-11-02 11:53:32 -04:00
|
|
|
"proxy": "http://localhost:9090",
|
|
|
|
|
"jest": {
|
|
|
|
|
"snapshotSerializers": [
|
|
|
|
|
"enzyme-to-json/serializer"
|
2021-03-23 18:55:52 -04:00
|
|
|
],
|
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
|
"/node_modules/(?!codemirror-promql).+(js|jsx)$"
|
2019-11-02 11:53:32 -04:00
|
|
|
]
|
2021-08-12 14:25:26 -04:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"fsevents": "^2.3.2"
|
2019-11-02 11:53:32 -04:00
|
|
|
}
|
2019-10-17 08:38:09 -04:00
|
|
|
}
|