Files
evidencija-rezija/package.json
Knee Cola 8685ac36b8 refactor: make workspaces fully self-contained
Removed shared dependencies from root package.json. Each workspace now
manages its own dependencies independently.

- Removed prettier from root devDependencies
- Removed prettier scripts from root (available in web-app workspace)
- Root package.json now only manages workspace configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-25 12:19:13 +01:00

18 lines
351 B
JSON

{
"name": "evidencija-rezija-monorepo",
"private": true,
"version": "2.20.0",
"workspaces": [
"web-app",
"housekeeping"
],
"scripts": {
"dev": "npm run dev --workspace=web-app",
"build": "npm run build --workspace=web-app",
"start": "npm run start --workspace=web-app"
},
"engines": {
"node": ">=18.17.0"
}
}