2023-02-27 11:30:09 +00:00
|
|
|
{
|
|
|
|
"name": "@prometheus-io/alertmanager",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist/",
|
|
|
|
"start": "webpack serve --config webpack.dev.ts",
|
|
|
|
"build": "webpack --config webpack.prod.ts",
|
|
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
|
|
"lint:fix": "eslint --fix src --ext .ts,.tsx"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-01 11:59:03 +00:00
|
|
|
"@emotion/react": "^11.11.4",
|
2023-02-27 11:30:09 +00:00
|
|
|
"@emotion/styled": "^11.9.3",
|
|
|
|
"@mui/material": "^5.10.14",
|
2023-02-27 16:10:58 +00:00
|
|
|
"@tanstack/react-query": "^4.7.1",
|
2024-08-21 16:32:34 +00:00
|
|
|
"mdi-material-ui": "^7.9.1",
|
2023-02-27 11:30:09 +00:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2023-02-27 16:10:58 +00:00
|
|
|
"react-router-dom": "^6.3.0",
|
2024-04-01 15:38:38 +00:00
|
|
|
"use-query-params": "^2.2.1"
|
2023-02-27 11:30:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-06 15:36:04 +00:00
|
|
|
"@types/react": "^18.2.51",
|
2024-03-14 12:44:32 +00:00
|
|
|
"@types/react-dom": "^18.2.19",
|
2023-02-27 11:30:09 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
2024-08-21 16:31:59 +00:00
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
2024-07-01 15:57:16 +00:00
|
|
|
"css-loader": "^7.1.2",
|
2023-02-27 11:30:09 +00:00
|
|
|
"dotenv-defaults": "^5.0.2",
|
|
|
|
"esbuild-loader": "^2.20.0",
|
2024-02-06 15:36:22 +00:00
|
|
|
"eslint": "^8.56.0",
|
2024-08-21 21:12:23 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-11-19 16:44:13 +00:00
|
|
|
"eslint-plugin-import": "^2.31.0",
|
2024-11-01 15:09:09 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
2024-09-01 15:40:18 +00:00
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
2024-11-19 16:44:24 +00:00
|
|
|
"eslint-plugin-react": "^7.37.2",
|
2024-11-19 19:04:56 +00:00
|
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
2024-07-02 07:33:12 +00:00
|
|
|
"eslint-webpack-plugin": "^4.2.0",
|
2024-06-21 13:55:14 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
2024-11-01 15:09:38 +00:00
|
|
|
"html-webpack-plugin": "^5.6.3",
|
2024-08-01 15:52:44 +00:00
|
|
|
"style-loader": "^4.0.0",
|
2024-02-06 15:50:34 +00:00
|
|
|
"ts-loader": "^9.5.1",
|
2024-08-21 19:18:42 +00:00
|
|
|
"ts-node": "^10.9.2",
|
2024-10-16 12:58:48 +00:00
|
|
|
"typescript": "^5.6.3",
|
2024-10-01 15:07:27 +00:00
|
|
|
"webpack": "^5.95.0",
|
2024-08-21 19:20:08 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
2024-08-22 07:34:33 +00:00
|
|
|
"webpack-cli": "^5.1.4",
|
2024-10-01 15:06:28 +00:00
|
|
|
"webpack-dev-server": "^5.1.0",
|
2024-08-21 20:45:15 +00:00
|
|
|
"webpack-merge": "^6.0.1"
|
2023-02-27 11:30:09 +00:00
|
|
|
}
|
|
|
|
}
|