mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
abbaf045c5
- validation script used unmaintained npm package - switched to actively maintained package from same maintainer - pipe full output to stdout - bump node major version in development backend Dockerfile - fix two api spec errors and two random warnings - boyscout, hell yeah
23 lines
581 B
JSON
23 lines
581 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"
|
|
},
|
|
"dependencies": {
|
|
"@xeokit/xeokit-gltf-to-xkt": "^1.3.1"
|
|
}
|
|
}
|