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",
|
2024-02-21 02:14:35 -08:00
|
|
|
"start": "npm run start -w mantine-ui",
|
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": [
|
2024-02-21 02:14:35 -08:00
|
|
|
"mantine-ui",
|
2021-09-10 06:38:20 -07:00
|
|
|
"module/*"
|
2021-09-16 11:58:00 -07:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7.0.0"
|
2022-04-05 02:49:22 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-21 02:14:35 -08:00
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
2023-12-07 06:43:15 -08:00
|
|
|
"@types/jest": "^29.5.11",
|
2023-12-08 01:19:48 -08:00
|
|
|
"@types/node": "^20.10.4",
|
2023-12-07 06:43:15 -08:00
|
|
|
"eslint-config-prettier": "^8.10.0",
|
2022-09-21 14:36:28 -07:00
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-12-07 06:43:15 -08:00
|
|
|
"jest-canvas-mock": "^2.5.2",
|
2022-04-05 02:49:22 -07:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2023-06-07 03:29:04 -07:00
|
|
|
"prettier": "^2.8.8",
|
2024-02-21 02:14:35 -08:00
|
|
|
"rollup": "^4.12.0",
|
2023-12-07 06:43:15 -08:00
|
|
|
"ts-jest": "^29.1.1",
|
2024-02-21 02:14:35 -08:00
|
|
|
"typescript": "^5.3.3"
|
2023-09-01 01:38:15 -07:00
|
|
|
},
|
2024-01-15 08:44:33 -08:00
|
|
|
"version": "0.49.1"
|
2021-09-10 06:38:20 -07:00
|
|
|
}
|