- Restore blue PageHeader on Dashboard (/app-components) - Update homepage (/) with subtle header design without blue bar - Add uniform PageHeader styling to application edit page - Fix Rapporten link on homepage to point to /reports overview - Improve header descriptions spacing for better readability
22 lines
602 B
JSON
22 lines
602 B
JSON
{
|
|
"name": "cmdb-insight",
|
|
"version": "1.0.0",
|
|
"description": "CMDB Insight voor Zuyderland CMDB",
|
|
"private": true,
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
|
|
"dev:backend": "npm run dev --workspace=backend",
|
|
"dev:frontend": "npm run dev --workspace=frontend",
|
|
"build": "npm run build --workspaces",
|
|
"start": "npm run start --workspace=backend",
|
|
"generate-schema": "npm run generate-schema --workspace=backend"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2"
|
|
}
|
|
}
|