mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
f67f87c82b
* fix the way to get the list of workspaces Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * update UI dependencies Signed-off-by: Augustin Husson <husson.augustin@gmail.com> Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
32 lines
770 B
JSON
32 lines
770 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w react-app",
|
|
"test": "npm run test --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"react-app",
|
|
"module/*"
|
|
],
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^17.0.45",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest-canvas-mock": "^2.4.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"react-scripts": "^5.0.1",
|
|
"prettier": "^2.7.1",
|
|
"ts-jest": "^27.1.5",
|
|
"typescript": "^4.8.3"
|
|
}
|
|
}
|