OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/frontend/package.json

135 lines
4.4 KiB

{
"name": "openproject-frontend",
"version": "0.1.0",
"devDependencies": {
7 years ago
"@angular/language-service": "6.0.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"body-parser": "^1.2.0",
7 years ago
"circular-dependency-plugin": "^4.4.0",
7 years ago
"codelyzer": "^4.0.1",
"exec": "0.0.6",
7 years ago
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"jquery-mockjax": "~2.2.1",
"json2htmlcov": "~0.1.1",
6 years ago
"karma": "^2.0.4",
7 years ago
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-firefox-launcher": "~1.1.0",
7 years ago
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"postcss-loader": "^2.1.4",
6 years ago
"protractor": "^5.4.0",
"sorted-object": "^1.0.0",
7 years ago
"ts-node": "~4.1.0",
"tslint": "5.9.1"
},
"dependencies": {
"@angular-devkit/build-angular": "~0.6.0",
7 years ago
"@angular/animations": "6.0.0",
"@angular/cdk": "6.0.0",
"@angular/cli": "^6.0.8",
7 years ago
"@angular/common": "6.0.0",
"@angular/compiler": "6.0.0",
"@angular/compiler-cli": "6.0.0",
7 years ago
"@angular/core": "6.0.0",
"@angular/forms": "6.0.0",
"@angular/http": "6.0.0",
"@angular/platform-browser": "6.0.0",
"@angular/platform-browser-dynamic": "6.0.0",
"@angular/router": "6.0.0",
"@types/angular": "^1.6.45",
"@types/assertion-error": "^1.0.30",
"@types/codemirror": "0.0.58",
"@types/es6-shim": "^0.31.32",
"@types/jquery": "^2.0.40",
"@types/jqueryui": "^1.11.32",
"@types/lodash": "^4.14.100",
"@types/moment-timezone": "^0.5.4",
"@types/mousetrap": "^1.5.33",
"@types/promises-a-plus": "0.0.27",
"@types/rosie": "0.0.30",
"@types/urijs": "^1.15.31",
"@types/webpack-env": "^1.13.0",
"@uirouter/angular": "1.0.1",
"@uirouter/core": "5.0.17",
"URIjs": "^1.14.1",
"amdefine": "^1.0.0",
"angular": "^1.7.0",
"angular-dragula": "^1.2.8",
7 years ago
"at.js": "^1.5.3",
"atoa": "^1.0.0",
"autoprefixer": "^6.5.3",
"bourbon": "~4.2.1",
"bowser": "^1.6.1",
"bundle-loader": "^0.5.4",
"clean-webpack-plugin": "^0.1.19",
"codemirror": "^5.39.0",
"contra": "^1.9.4",
Angular 4 support and upgraded timeline header directive (#5984) * Added Angular4 dependency and initial setup * Angular 4 transition: timeline header directive * removed superfluous require declaration * moved Angular4 dependencies to vendor.js * Angular4: upgraded timeline relations directive * Fixes karma tests. However, logging seems to be broken now. * Angular4: upgraded directive wpTimelineStaticElements * dev rebase * WIP Angular 4+ transition * converted WorkPackageTableTimelineGrid to Angular4+ * start migrating WorkPackageTimelineTableController to Angular4+ * completed migration of component tree WorkPackageTimelineTableController * Fix Pagination directive * set any to scope for TS warnings * Convert wp-table-pagination * merged changes from Oliver * begin migrating WorkPackagesTableController * begin migrating WorkPackagesTableController * Apply karma fix to PR * Fix pagination options * WIP Angular migration wp-table.directive * Angular4 migration - table sums * Angular4 migration: fixed error message when no sums are displayed * Angular4 migration: removed superfluous Angular1 registration * WIP Angular4 migration * WIP Angular4 migration - removed unused directives - start migartion sortHeader directive * WIP Angular4 migration - sortHeader directive * WIP Angular4 migration: sort header * Angular4 migration: implemented dropDown directive for Angular4 * merged origin/dev * updated package-lock.json * use shrinkwrap instead of package-lock * Angular4 migration: fixed accessible_by_keyboard directive * WIP #26714 * reformat code * fixes #26714 pass projectIdentifier to wpTable * cleanup * fixes #26716 * WIP Angular4 migration: added support for test execution * wpTablePagination: convertered reasonable tests to Angular4 * merged dev branch, updated dependencies * fixed #26727 * Replace openproject initialization in head * fixed #26728 * Replace time entries and messages ng1 controllers * Remove unused timeline reference * Fix OP Helpers for member page * Fix initial cached paged options * Fixed broken inlineCreate * Only nil-check for table, projectIdentifier CAN be null
7 years ago
"core-js": "^2.5.1",
"crossvent": "^1.5.4",
"custom-event": "^1.0.0",
"dom-autoscroller": "^2.2.8",
"dragula": "^3.5.2",
"es6-promise": "^4.1.0",
Angular 4 support and upgraded timeline header directive (#5984) * Added Angular4 dependency and initial setup * Angular 4 transition: timeline header directive * removed superfluous require declaration * moved Angular4 dependencies to vendor.js * Angular4: upgraded timeline relations directive * Fixes karma tests. However, logging seems to be broken now. * Angular4: upgraded directive wpTimelineStaticElements * dev rebase * WIP Angular 4+ transition * converted WorkPackageTableTimelineGrid to Angular4+ * start migrating WorkPackageTimelineTableController to Angular4+ * completed migration of component tree WorkPackageTimelineTableController * Fix Pagination directive * set any to scope for TS warnings * Convert wp-table-pagination * merged changes from Oliver * begin migrating WorkPackagesTableController * begin migrating WorkPackagesTableController * Apply karma fix to PR * Fix pagination options * WIP Angular migration wp-table.directive * Angular4 migration - table sums * Angular4 migration: fixed error message when no sums are displayed * Angular4 migration: removed superfluous Angular1 registration * WIP Angular4 migration * WIP Angular4 migration - removed unused directives - start migartion sortHeader directive * WIP Angular4 migration - sortHeader directive * WIP Angular4 migration: sort header * Angular4 migration: implemented dropDown directive for Angular4 * merged origin/dev * updated package-lock.json * use shrinkwrap instead of package-lock * Angular4 migration: fixed accessible_by_keyboard directive * WIP #26714 * reformat code * fixes #26714 pass projectIdentifier to wpTable * cleanup * fixes #26716 * WIP Angular4 migration: added support for test execution * wpTablePagination: convertered reasonable tests to Angular4 * merged dev branch, updated dependencies * fixed #26727 * Replace openproject initialization in head * fixed #26728 * Replace time entries and messages ng1 controllers * Remove unused timeline reference * Fix OP Helpers for member page * Fix initial cached paged options * Fixed broken inlineCreate * Only nil-check for table, projectIdentifier CAN be null
7 years ago
"es6-shim": "0.35.3",
"exports-loader": "^0.6.2",
"expose-loader": "^0.6.0",
7 years ago
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "^0.8.5",
"foundation-apps": "git://github.com/opf/foundation-apps.git#1bc8c3ab51e757d19a636747e45e519cde00e902",
"fuse.js": "^3.2.0",
6 years ago
"glob": "^7.1.2",
"happypack": "^4.0.0",
"html-loader": "^0.5.5",
"jquery": "^3.1.1",
"jquery-ui": "git+https://github.com/jquery/jquery-ui.git#74f8a0ac952f6f45f773312292baef1c26d81300",
"jquery-ujs": "^1.2.2",
"jquery.caret": "^0.3.1",
"json5": "^0.5.0",
8 years ago
"lodash": "^4.17.4",
"mark.js": "^8.11.0",
"mini-css-extract-plugin": "^0.4.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"mousetrap": "~1.6.0",
"ng2-rx-componentdestroyed": "3.0.0",
"ngtemplate-loader": "^2.0.1",
"observable-array": "0.0.4",
Angular 4 support and upgraded timeline header directive (#5984) * Added Angular4 dependency and initial setup * Angular 4 transition: timeline header directive * removed superfluous require declaration * moved Angular4 dependencies to vendor.js * Angular4: upgraded timeline relations directive * Fixes karma tests. However, logging seems to be broken now. * Angular4: upgraded directive wpTimelineStaticElements * dev rebase * WIP Angular 4+ transition * converted WorkPackageTableTimelineGrid to Angular4+ * start migrating WorkPackageTimelineTableController to Angular4+ * completed migration of component tree WorkPackageTimelineTableController * Fix Pagination directive * set any to scope for TS warnings * Convert wp-table-pagination * merged changes from Oliver * begin migrating WorkPackagesTableController * begin migrating WorkPackagesTableController * Apply karma fix to PR * Fix pagination options * WIP Angular migration wp-table.directive * Angular4 migration - table sums * Angular4 migration: fixed error message when no sums are displayed * Angular4 migration: removed superfluous Angular1 registration * WIP Angular4 migration * WIP Angular4 migration - removed unused directives - start migartion sortHeader directive * WIP Angular4 migration - sortHeader directive * WIP Angular4 migration: sort header * Angular4 migration: implemented dropDown directive for Angular4 * merged origin/dev * updated package-lock.json * use shrinkwrap instead of package-lock * Angular4 migration: fixed accessible_by_keyboard directive * WIP #26714 * reformat code * fixes #26714 pass projectIdentifier to wpTable * cleanup * fixes #26716 * WIP Angular4 migration: added support for test execution * wpTablePagination: convertered reasonable tests to Angular4 * merged dev branch, updated dependencies * fixed #26727 * Replace openproject initialization in head * fixed #26728 * Replace time entries and messages ng1 controllers * Remove unused timeline reference * Fix OP Helpers for member page * Fix initial cached paged options * Fixed broken inlineCreate * Only nil-check for table, projectIdentifier CAN be null
7 years ago
"raw-loader": "^0.5.1",
"reactivestates": "2.0.0",
Angular 4 support and upgraded timeline header directive (#5984) * Added Angular4 dependency and initial setup * Angular 4 transition: timeline header directive * removed superfluous require declaration * moved Angular4 dependencies to vendor.js * Angular4: upgraded timeline relations directive * Fixes karma tests. However, logging seems to be broken now. * Angular4: upgraded directive wpTimelineStaticElements * dev rebase * WIP Angular 4+ transition * converted WorkPackageTableTimelineGrid to Angular4+ * start migrating WorkPackageTimelineTableController to Angular4+ * completed migration of component tree WorkPackageTimelineTableController * Fix Pagination directive * set any to scope for TS warnings * Convert wp-table-pagination * merged changes from Oliver * begin migrating WorkPackagesTableController * begin migrating WorkPackagesTableController * Apply karma fix to PR * Fix pagination options * WIP Angular migration wp-table.directive * Angular4 migration - table sums * Angular4 migration: fixed error message when no sums are displayed * Angular4 migration: removed superfluous Angular1 registration * WIP Angular4 migration * WIP Angular4 migration - removed unused directives - start migartion sortHeader directive * WIP Angular4 migration - sortHeader directive * WIP Angular4 migration: sort header * Angular4 migration: implemented dropDown directive for Angular4 * merged origin/dev * updated package-lock.json * use shrinkwrap instead of package-lock * Angular4 migration: fixed accessible_by_keyboard directive * WIP #26714 * reformat code * fixes #26714 pass projectIdentifier to wpTable * cleanup * fixes #26716 * WIP Angular4 migration: added support for test execution * wpTablePagination: convertered reasonable tests to Angular4 * merged dev branch, updated dependencies * fixed #26727 * Replace openproject initialization in head * fixed #26728 * Replace time entries and messages ng1 controllers * Remove unused timeline reference * Fix OP Helpers for member page * Fix initial cached paged options * Fixed broken inlineCreate * Only nil-check for table, projectIdentifier CAN be null
7 years ago
"reflect-metadata": "^0.1.10",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"screenfull": "^3.2.0",
"shelljs": "^0.3.0",
"style-loader": "^0.8.3",
"ticky": "^1.0.1",
"ts-loader": "^4.3.1",
"typescript": "2.7.2",
"ui-select": "~0.19.6",
6 years ago
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-bundle-analyzer": "2.11.1",
6 years ago
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"zone.js": "^0.8.26"
},
"scripts": {
"prebuild": "./scripts/link_plugin_placeholder.js",
"build": "ng build --prod && npm run legacy-webpack",
"preserve": "./scripts/link_plugin_placeholder.js",
"serve": "ng serve",
"pretest": "./scripts/link_plugin_placeholder.js",
"test": "ng test",
"posttest": "npm run tslint_typechecks",
"tslint_typechecks": "tslint -p . -c tslint_typechecks.json",
"generate-typings": "tsc -d -p src/tsconfig.app.json",
"legacy-webpack": "./node_modules/.bin/webpack --colors --config legacy/webpack.config.js",
"legacy-webpack-watch": "RAILS_ENV=development ./node_modules/.bin/webpack --config legacy/webpack.config.js --display-error-details --watch --colors --cache --debug"
}
}