{ "name": "eepal", "description": "e-EPAL student registration system for Greek Ministry of Education", "license": "EUPL-1.1", "repository": { "type": "git", "url": "https://git.minedu.gov.gr/itminedu/e-epal.git" }, "scripts": { "start": "webpack-dashboard -- webpack --progress --colors --watch --display-error-details --display-cached", "build": "webpack --progress --colors --watch --display-error-details --display-cached", "typings": "rimraf typings/ && typings install" }, "devDependencies": { "@types/node": "^6.0.48", "angular2-router-loader": "^0.3.4", "angular2-template-loader": "^0.6.0", "babel-core": "^6.20.0", "babel-loader": "^6.2.9", "babel-preset-env": "^1.1.4", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-1": "^6.16.0", "bootstrap-loader": "^2.0.0-beta.20", "css-loader": "^0.25.0", "node-sass": "^4.5.0", "redux-logger": "^2.7.4", "resolve-url-loader": "^1.6.1", "sass-loader": "^4.1.1", "style-loader": "^0.13.1", "to-string-loader": "^1.1.5", "tslint": "^3.15.1", "tslint-loader": "^2.1.5", "typescript": "^2.0.10", "url-loader": "^0.5.7", "webpack": "^1.14.0", "webpack-dashboard": "^0.2.0", "webpack-dev-server": "^1.16.2" }, "dependencies": { "@angular/common": "^2.0.0", "@angular/compiler": "^2.0.0", "@angular/core": "^2.0.0", "@angular/forms": "^2.0.0", "@angular/http": "^2.0.0", "@angular/platform-browser": "^2.0.0", "@angular/platform-browser-dynamic": "^2.0.0", "@angular/router": "^3.2.0", "@types/html2canvas": "^0.5.33", "@types/jspdf": "^1.1.31", "@types/node": "^6.0.60", "babel-polyfill": "^6.20.0", "bootstrap": "^4.0.0-alpha.6", "core-js": "^2.4.1", "css-loader": "^0.25.0", "d3": "^3.5.16", "es6-promise": "^4.0.5", "es6-shim": "^0.35.0", "file-loader": "^0.9.0", "html-webpack-plugin": "^2.24.1", "html2canvas": "^0.5.0-beta4", "immutable": "^3.8.1", "jquery": "^3.1.1", "jspdf": "^1.3.3", "ng2-bootstrap": "^1.4.2", "ng2-redux": "^5.1.0", "ng2-smart-table": "^0.4.0-5", "raw-loader": "^0.5.1", "redux": "^3.6.0", "reflect-metadata": "0.1.8", "rimraf": "^2.4.3", "rxjs": "^5.0.0-rc.3", "style-loader": "^0.13.1", "ts-loader": "^1.2.1", "url-loader": "^0.5.7", "webpack": "^1.13.3", "zone.js": ">=0.6.26" } }