This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
FoodLoop-Web/package.json

61 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "coreui-angular",
"version": "1.0.0-alpha.5",
"description": "Open Source Bootstrap Admin Template",
"author": "",
"url": "http://coreui.io",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/http": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"@angular/upgrade": "4.0.3",
2017-04-27 21:50:11 +00:00
"angular-in-memory-web-api": "^0.3.1",
"chart.js": "2.5.0",
"core-js": "2.4.1",
2017-04-27 21:50:11 +00:00
"moment": "2.18.1",
"ng2-charts": "1.6.0",
"ng2-validation-manager": "^0.3.1",
2017-04-27 21:50:11 +00:00
"ngx-bootstrap": "1.6.6",
"rxjs": "5.4.2",
"ts-helpers": "1.1.2",
"webpack": "3.5.4",
"webpack-dev-server": "2.7.1",
2017-05-09 12:39:48 +00:00
"zone.js": "0.8.9"
},
"devDependencies": {
"@angular/cli": "1.3.0",
"@angular/compiler-cli": "4.0.3",
2017-08-24 17:33:11 +00:00
"@types/jasmine": "2.5.54",
"@types/node": "8.0.24",
"codelyzer": "2.1.1",
2017-08-24 17:33:11 +00:00
"jasmine-core": "2.7.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "1.7.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
2017-08-24 17:33:11 +00:00
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
2017-08-24 17:33:11 +00:00
"protractor": "5.1.2",
"ts-node": "3.3.0",
"tslint": "4.5.1",
"typescript": "2.4.2"
}
}