mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
6bf4c0b67c
Addresses CVE-2025-23166
23 lines
596 B
JSON
23 lines
596 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/openapi-cli": "^1.0.0-beta.80"
|
|
},
|
|
"dependencies": {
|
|
"@xeokit/xeokit-gltf-to-xkt": "^1.3.1"
|
|
}
|
|
}
|