2021-09-10 06:38:20 -07:00
|
|
|
{
|
2022-06-13 06:19:07 -07:00
|
|
|
"name": "prometheus-io",
|
2021-09-10 06:38:20 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-03-23 14:25:48 -07:00
|
|
|
"build": "GENERATE_SOURCEMAP=false bash build_ui.sh --all",
|
2021-09-10 07:27:23 -07:00
|
|
|
"build:module": "bash build_ui.sh --build-module",
|
2021-09-10 06:38:20 -07:00
|
|
|
"start": "npm run start -w react-app",
|
2021-09-10 07:27:23 -07:00
|
|
|
"test": "npm run test --workspaces",
|
|
|
|
"lint": "npm run lint --workspaces"
|
2021-09-10 06:38:20 -07:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"react-app",
|
|
|
|
"module/*"
|
2021-09-16 11:58:00 -07:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7.0.0"
|
2022-04-05 02:49:22 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-25 08:30:22 -08:00
|
|
|
"@types/jest": "^29.4.0",
|
2022-09-21 14:36:28 -07:00
|
|
|
"@types/node": "^17.0.45",
|
2023-01-25 08:30:22 -08:00
|
|
|
"eslint-config-prettier": "^8.6.0",
|
2022-09-21 14:36:28 -07:00
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"jest-canvas-mock": "^2.4.0",
|
2022-04-05 02:49:22 -07:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2022-09-21 14:36:28 -07:00
|
|
|
"react-scripts": "^5.0.1",
|
2023-01-25 08:30:22 -08:00
|
|
|
"prettier": "^2.8.3",
|
|
|
|
"ts-jest": "^29.0.5",
|
|
|
|
"typescript": "^4.9.4"
|
2021-09-16 11:58:00 -07:00
|
|
|
}
|
2021-09-10 06:38:20 -07:00
|
|
|
}
|