Files

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

197 lines
7.0 KiB
JSON
Raw Permalink Normal View History

{
2014-11-28 21:23:58 +01:00
"name": "openproject-frontend",
2018-10-30 14:10:59 +01:00
"repository": "https://github.com/opf/openproject",
"license": "GPLv3",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@angular-builders/custom-esbuild": "^22.0.0",
2026-06-07 14:56:33 +01:00
"@angular/language-service": "22.0.0",
"@eslint/js": "^10.0.1",
"@html-eslint/eslint-plugin": "^0.61.0",
"@html-eslint/parser": "^0.61.0",
"@stylistic/eslint-plugin": "^5.10.0",
2026-05-13 21:21:02 +02:00
"@testing-library/dom": "^10.4.1",
2026-05-23 00:29:30 +02:00
"@testing-library/jest-dom": "^6.9.1",
2026-05-13 21:21:02 +02:00
"@testing-library/react": "^16.3.2",
"@types/codemirror": "5.60.17",
"@types/dom-navigation": "^1.0.7",
2025-06-23 12:26:19 +01:00
"@types/dragula": "^3.7.5",
"@types/flot": "^0.0.36",
"@types/hammerjs": "^2.0.36",
"@types/hotwired__turbo": "^8.0.10",
"@types/jquery": "^4.0.1",
2026-05-25 15:13:11 +00:00
"@types/jquery-migrate": "^3.3.3",
"@types/lodash": "^4.17.24",
"@types/mousetrap": "^1.6.3",
"@types/node": "^25.9.1",
"@types/pako": "^2.0.4",
2025-08-13 17:47:38 +01:00
"@types/rails__request.js": "^0.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/resize-observer-browser": "^0.1.4",
"@types/urijs": "^1.19.26",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "8.60.1",
"@typescript-eslint/parser": "8.60.1",
"@vitest/browser-playwright": "^4.1.7",
"@vitest/coverage-v8": "^4.1.7",
"@vitest/eslint-plugin": "^1.6.18",
2026-06-07 22:31:15 +01:00
"angular-eslint": "^22.0.0",
"browserslist": "^4.28.1",
"eslint": "^10.3.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.6.0",
2026-05-02 16:03:13 +02:00
"jsdom": "^29.1.1",
"patch-package": "^8.0.1",
"playwright": "^1.59.1",
"source-map-explorer": "^2.5.2",
"ts-node": "~10.9.2",
2026-06-07 14:56:33 +01:00
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.4",
"vitest": "^4.1.7",
2025-07-28 09:57:56 +02:00
"wscat": "^6.1.0"
},
2014-07-31 12:54:51 +00:00
"dependencies": {
2026-06-07 14:56:33 +01:00
"@angular/animations": "^22.0.0",
2026-06-07 20:58:19 +01:00
"@angular/cdk": "^22.0.0",
2026-06-07 14:56:33 +01:00
"@angular/cli": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/elements": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/platform-browser-dynamic": "^22.0.0",
"@angular/router": "^22.0.0",
"@appsignal/javascript": "^1.6.1",
"@appsignal/plugin-breadcrumbs-console": "^1.1.37",
"@appsignal/plugin-breadcrumbs-network": "^1.1.24",
"@blocknote/core": "^0.51.4",
"@blocknote/mantine": "^0.51.4",
2026-06-01 17:21:10 +02:00
"@blocknote/react": "^0.51.3",
"@braintree/sanitize-url": "^7.1.2",
2023-04-18 07:47:37 +00:00
"@datorama/akita": "^8.0.1",
"@floating-ui/dom": "^1.2.1",
"@fullcalendar/angular": "^6.1.20",
2023-05-31 13:36:12 +02:00
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/moment": "^6.1.20",
"@fullcalendar/moment-timezone": "^6.1.20",
2026-05-02 16:03:13 +02:00
"@fullcalendar/multimonth": "^6.1.20",
"@fullcalendar/resource": "^6.1.20",
2023-05-31 13:36:12 +02:00
"@fullcalendar/resource-common": "^5.11.5",
"@fullcalendar/resource-timeline": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@github/webauthn-json": "^2.1.1",
"@hocuspocus/provider": "^3.4.4",
2024-04-15 21:12:46 +02:00
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.23",
"@hotwired/turbo-rails": "^8.0.23",
"@knowledgecode/delegate": "^0.10.4",
2023-06-12 11:19:07 +02:00
"@kolkov/ngx-gallery": "^2.0.1",
"@mantine/core": "^9.0.1",
"@mantine/hooks": "^9.3.0",
"@mantine/utils": "^6.0.22",
2026-06-07 21:21:19 +01:00
"@ng-select/ng-option-highlight": "^23.0.0",
"@ng-select/ng-select": "^23.0.0",
2023-06-12 12:06:35 +02:00
"@ngneat/content-loader": "^7.0.0",
2026-05-14 17:29:18 +02:00
"@openproject/octicons-angular": "^19.35.0",
2026-06-01 08:04:21 +02:00
"@openproject/primer-view-components": "^0.86.2",
"@openproject/reactivestates": "^3.0.1",
"@primer/css": "^22.1.0",
"@primer/live-region-element": "^0.8.0",
"@primer/primitives": "^11.5.1",
2026-06-01 08:04:21 +02:00
"@primer/view-components": "npm:@openproject/primer-view-components@^0.86.2",
"@rails/request.js": "^0.0.13",
"@stimulus-components/auto-submit": "^6.0.0",
2025-11-02 22:28:35 +00:00
"@stimulus-components/reveal": "^5.0.0",
"@tiptap/extensions": "^3.23.6",
"@uirouter/angular": "^21.0.0",
"@uirouter/core": "^6.1.2",
2023-01-03 16:35:39 +01:00
"@uirouter/rx": "^1.0.0",
"@w11k/ngx-componentdestroyed": "^5.0.2",
"@xeokit/xeokit-bim-viewer": "2.7.1",
"autoprefixer": "^10.5.0",
2021-06-01 08:46:32 +02:00
"byte-base64": "^1.1.0",
"chart.js": "4.5.1",
"chartjs-adapter-luxon": "^1.3.1",
2023-06-12 12:06:35 +02:00
"chartjs-plugin-datalabels": "^2.2.0",
"codemirror": "^5.65.21",
"copy-text-to-clipboard": "^3.2.2",
"core-js": "^3.49.0",
2017-01-29 21:40:14 +01:00
"crossvent": "^1.5.4",
"dom-autoscroller": "^2.2.8",
"dom-plane": "^1.0.2",
2024-04-15 21:14:18 +02:00
"dragula": "^3.7.3",
2025-06-30 18:15:56 +01:00
"es6-slide-up-down": "^1.0.0",
"flatpickr": "^4.6.13",
"glob": "^13.0.6",
"hammerjs": "^2.0.8",
2023-07-18 21:39:33 +02:00
"i18n-js": "^4.3.0",
"idiomorph": "^0.7.4",
2026-05-25 15:13:10 +00:00
"jquery": "^4.0.0",
2026-05-25 15:13:11 +00:00
"jquery-migrate": "^4.0.2",
2022-12-30 14:54:06 +00:00
"json5": "^2.2.2",
"lit-html": "^3.3.3",
"lodash": "^4.18.1",
"luxon": "^3.7.2",
"mdx-embed": "^1.1.2",
2025-09-16 05:04:14 +00:00
"mime": "^4.1.0",
2024-04-15 21:13:52 +02:00
"moment": "^2.30.1",
"moment-timezone": "^0.6.2",
2019-08-20 09:28:12 +02:00
"mousetrap": "~1.6.3",
2023-06-12 11:19:07 +02:00
"ng-dynamic-component": "^10.7.0",
"ng2-charts": "^10.0.0",
"ng2-dragula": "^6.0.0",
"ngx-cookie-service": "^21.3.1",
"observable-array": "0.0.4",
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.1.2/op-blocknote-extensions-0.1.2.tgz",
"openapi-explorer": "^2.4.799",
2021-06-01 08:46:32 +02:00
"pako": "^2.0.3",
2022-05-30 22:12:33 +02:00
"qr-creator": "^1.0.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"reflect-metadata": "^0.2.2",
2023-04-18 11:35:07 +02:00
"rxjs": "^7.8.0",
"screenfull": "^6.0.2",
2024-04-15 21:14:47 +02:00
"stimulus-use": "^0.52.2",
"tablesorter": "^2.31.3",
2025-07-04 15:31:06 +01:00
"tiny-invariant": "^1.3.3",
"ts-action": "^11.0.0",
2021-09-02 12:42:58 +02:00
"ts-action-operators": "^9.1.2",
"turbo_power": "^0.7.1",
2020-03-05 15:19:43 +01:00
"typedjson": "^1.5.1",
"urijs": "^1.19.11",
"uuid": "^14.0.0"
2014-07-31 12:54:51 +00:00
},
2022-11-03 15:47:33 +02:00
"optionalDependencies": {
"fsevents": "*"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"scripts": {
"analyze": "ng build --configuration production --stats-json && npx esbuild-visualizer --metadata ../public/assets/frontend/stats.json",
2022-05-19 21:17:10 +02:00
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production --named-chunks --source-map",
"build:watch": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --watch --named-chunks",
"ci:plugins:register_frontend": "node ci-plugins-generator.js",
"serve": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve --host ${FE_HOST:-localhost} --port ${FE_PORT:-4200} --serve-path ${RAILS_RELATIVE_URL_ROOT}/assets/frontend",
2018-10-25 11:42:23 +02:00
"test": "ng test --watch=false",
"test:watch": "ng test --watch=true",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"generate-typings": "tsc -d -p tsconfig.app.json",
"postinstall": "patch-package"
}
2025-06-23 19:19:34 +01:00
}