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

140 lines
4.6 KiB

{
"name": "openproject-frontend",
"version": "0.1.0",
"devDependencies": {
"angular-mocks": "~1.5.9",
"body-parser": "^1.2.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"circular-dependency-plugin": "^4.4.0",
"es6-promise": "^4.1.0",
"exec": "0.0.6",
"jquery-mockjax": "~2.2.1",
"json2htmlcov": "~0.1.1",
"karma": "~0.12.3",
"karma-chai": "~0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-sinon": "~0.1.3",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "^0.1.2",
"mocha": "^3.2.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"tslint": "5.9.1",
"webpack-bundle-analyzer": "2.11.1",
"webpack-dev-server": "^1.6.5"
},
"dependencies": {
"@angular/cdk": "^5.2.4",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@angular/upgrade": "^5.2.9",
"@types/angular": "^1.6.5",
"@types/angular-mocks": "^1.5.9",
"@types/assertion-error": "^1.0.30",
"@types/chai": "^3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/es6-shim": "^0.31.32",
"@types/jquery": "^2.0.40",
"@types/jqueryui": "^1.11.32",
"@types/lodash": "^4.14.100",
"@types/mocha": "^2.2.39",
"@types/moment-timezone": "^0.5.4",
"@types/mousetrap": "^1.5.33",
"@types/promises-a-plus": "0.0.27",
"@types/rosie": "0.0.30",
"@types/sinon": "^1.16.35",
"@types/sinon-chai": "^2.7.27",
"@types/urijs": "^1.15.31",
"@types/webpack-env": "^1.13.0",
"@uirouter/angular": "1.0.1",
"@uirouter/angular-hybrid": "^3.1.10",
"@uirouter/angularjs": "1.0.15",
"@uirouter/core": "5.0.17",
"URIjs": "^1.14.1",
"amdefine": "^1.0.0",
"angular": "~1.5.9",
"angular-animate": "~1.5.9",
"angular-aria": "~1.5.9",
"angular-dragula": "~1.2.8",
"angular-elastic": "2.5.0",
"angular-i18n": "~1.3.0",
"at.js": "^1.5.3",
"atoa": "^1.0.0",
"autoprefixer": "^6.5.3",
"awesome-typescript-loader": "^2.2.4",
"bourbon": "~4.2.1",
"bowser": "^1.6.1",
"bundle-loader": "^0.5.4",
"clean-webpack-plugin": "^0.1.15",
"contra": "^1.9.4",
"core-js": "^2.5.1",
"crossvent": "^1.5.4",
"css-loader": "^0.9.0",
"custom-event": "^1.0.0",
"dom-autoscroller": "^2.2.8",
"dragula": "^3.5.2",
"es6-promise": "^4.1.0",
"es6-shim": "0.35.3",
"exports-loader": "^0.6.2",
"expose-loader": "^0.6.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "^0.8.1",
"fork-ts-checker-webpack-plugin": "^0.2.8",
"foundation-apps": "1.1.0",
"fuse.js": "^3.2.0",
"glob": "^4.5.3",
"happypack": "^4.0.0",
"html-loader": "^0.2.3",
"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",
"karma": "^1.4.1",
"lodash": "^4.17.4",
"mark.js": "^8.11.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"mousetrap": "~1.6.0",
"ng-annotate-loader": "^0.2.0",
"ng-file-upload": "^12.2.13",
"ng2-rx-componentdestroyed": "2.0.1",
"ngtemplate-loader": "^0.1.2",
"observable-array": "0.0.4",
"postcss-loader": "^1.2.2",
"raw-loader": "^0.5.1",
"reactivestates": "^1.0.3",
"reflect-metadata": "^0.1.10",
"rxjs": "5.5.7",
"screenfull": "^3.2.0",
"shelljs": "^0.3.0",
"style-loader": "^0.8.2",
"ticky": "^1.0.1",
"ts-loader": "^2.3.7",
"typescript": "^2.8.1",
"ui-select": "~0.19.6",
"url-loader": "^0.5.7",
"webpack": "^3.10.0",
"zone.js": "^0.8.18"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack --colors --progress --debug --config webpack-vendors-config.js",
"pretest": "npm run webpack-with-test",
"tslint_typechecks": "tslint -p . -c tslint_typechecks.json",
"posttest": "npm run tslint_typechecks",
"test": "npm run karma",
"karma": "./scripts/karma-runner.js",
"webpack": "./node_modules/.bin/webpack --colors",
"webpack-with-test": "./node_modules/.bin/webpack --colors --env.testconfig 1",
"webpack-watch": "RAILS_ENV=development ./node_modules/.bin/webpack --display-error-details --watch --colors --cache --debug",
"webpack-watch-with-test": "RAILS_ENV=development ./node_modules/.bin/webpack --watch --cache --env.testconfig 1"
}
}