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