Files
openproject/package.json
T
Eric Schubert f2263f46d1 [#72971] fix rubocop issues
- add lefthook to the npm dev dependencies
- this allows executing lefthook even when gems are not installed on the
  host machine - e.g. important for docker development
2026-04-10 16:29:02 +02:00

24 lines
607 B
JSON

{
"name": "openproject",
"version": "0.1.0",
"scripts": {
"postinstall": "cd frontend && npm install",
"test": "cd frontend && npm test && cd ..",
"tslint_typechecks": "cd frontend && npm run tslint_typechecks && cd ..",
"serve": "cd frontend && npm run serve",
"serve:public": "cd frontend && ./node_modules/.bin/ng serve --host 0.0.0.0"
},
"private": true,
"engines": {
"node": "^22.21.0",
"npm": "^10.1.0"
},
"devDependencies": {
"@redocly/cli": "^2.17.0",
"lefthook": "^2.1.5"
},
"dependencies": {
"@xeokit/xeokit-gltf-to-xkt": "^1.3.1"
}
}