Files
openproject/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
604 B
JSON
Raw Normal View History

2014-11-28 21:25:39 +01:00
{
"name": "openproject",
"version": "0.1.0",
"scripts": {
2019-06-25 15:13:54 +02:00
"postinstall": "cd frontend && npm install",
2014-11-28 21:25:39 +01:00
"test": "cd frontend && npm test && cd ..",
2018-04-04 08:29:13 +02:00
"tslint_typechecks": "cd frontend && npm run tslint_typechecks && cd ..",
2018-06-22 08:23:39 +02:00
"serve": "cd frontend && npm run serve",
"serve:public": "cd frontend && ./node_modules/.bin/ng serve --host 0.0.0.0"
2014-11-28 21:25:39 +01:00
},
2016-10-07 18:12:25 +02:00
"private": true,
"engines": {
2026-06-07 19:15:24 +01:00
"node": "^22.22.3 || ^24.15.0",
2026-06-07 21:44:36 +01:00
"npm": "^10.9.8 || ^11.0.0"
2021-09-22 17:48:20 +02:00
},
"devDependencies": {
2026-02-11 14:11:20 +01:00
"@redocly/cli": "^2.17.0"
},
"dependencies": {
"@xeokit/xeokit-gltf-to-xkt": "^1.3.1"
2016-10-07 18:12:25 +02:00
}
2014-11-28 21:25:39 +01:00
}