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

82 lines
2.4 KiB
JSON
Raw Normal View History

{
2017-09-15 14:49:47 +00:00
"name": "localloop-web",
2018-06-05 13:08:27 +00:00
"version": "0.1.11",
2017-09-15 14:49:47 +00:00
"description": "LocalLoop Web - Web interface for LocalLoop app",
"author": "",
2017-09-15 14:49:47 +00:00
"url": "http://www.peartrade.org",
"copyright": "Copyright 2017 Pear Trading Ltd",
"scripts": {
"ng": "ng",
"start": "ng serve",
2019-07-15 00:17:01 +00:00
"start:dev": "ng serve --optimization=false --configuration=dev",
"build": "ng build",
"test": "ng test",
"test:ci": "ng test --watch=false",
"lint": "ng lint",
2017-09-13 16:42:09 +00:00
"e2e": "ng e2e",
2018-06-04 14:23:16 +00:00
"e2e:ci": "ng e2e --configuration=ci",
2017-09-28 13:12:25 +00:00
"ci": "npm run test:ci && npm run e2e:ci"
},
"private": true,
"dependencies": {
2019-07-02 15:46:20 +00:00
"@agm/core": "1.0.0-beta.6",
"@agm/js-marker-clusterer": "1.0.0-beta.6",
2019-07-03 12:04:17 +00:00
"@angular/common": "8.1.0",
"@angular/compiler": "8.1.0",
"@angular/core": "8.1.0",
"@angular/forms": "8.1.0",
"@angular/platform-browser": "8.1.0",
"@angular/platform-browser-dynamic": "8.1.0",
"@angular/router": "8.1.0",
"@angular/upgrade": "8.1.0",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.3.0",
"ajv": "^6.10.0",
"ajv-keywords": "^3.4.0",
2019-07-02 15:46:20 +00:00
"chart.js": "^2.8.0",
"chartjs-adapter-luxon": "^0.2.0",
"core-js": "^2.6.9",
"devextreme": "^19.1.4",
"devextreme-angular": "^19.1.4",
2019-07-02 15:46:20 +00:00
"jasmine": "^3.4.0",
"jquery": "^3.3.1",
2017-11-15 13:26:35 +00:00
"js-marker-clusterer": "1.0.0",
2019-07-09 11:22:03 +00:00
"jszip": "^3.2.2",
"luxon": "^1.16.1",
2019-07-02 15:46:20 +00:00
"moment": "^2.24.0",
2019-07-10 11:49:36 +00:00
"ng2-charts": "^2.3.0",
2017-11-15 13:40:57 +00:00
"ng2-validation-manager": "0.5.3",
2019-07-03 12:04:17 +00:00
"ngx-bootstrap": "^5.0.0",
"ngx-pagination": "^4.0.0",
"popper.js": "^1.15.0",
2019-07-02 15:46:20 +00:00
"rxjs": "6.5.2",
2019-07-09 11:22:03 +00:00
"stream": "0.0.2",
"ts-helpers": "1.1.2",
2019-07-03 12:04:17 +00:00
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
2019-07-02 15:46:20 +00:00
"webpack-dev-server": "^3.7.2",
"zone.js": "~0.9.1"
},
"devDependencies": {
2019-07-03 12:04:17 +00:00
"@angular-devkit/build-angular": "~0.801.0",
"@angular/cli": "^8.1.0",
"@angular/compiler-cli": "8.1.0",
"@types/jasmine": "3.3.13",
"@types/jasminewd2": "2.0.6",
"@types/node": "12.0.10",
"codelyzer": "^5.1.0",
2019-07-02 15:46:20 +00:00
"jasmine-core": "^3.4.0",
2017-08-24 17:33:11 +00:00
"jasmine-spec-reporter": "4.2.1",
2019-07-02 15:46:20 +00:00
"karma": "^4.1.0",
2017-08-24 17:33:11 +00:00
"karma-chrome-launcher": "2.2.0",
2019-07-03 12:04:17 +00:00
"karma-cli": "2.0.0",
2019-07-02 15:46:20 +00:00
"karma-coverage-istanbul-reporter": "^2.0.5",
2019-07-03 12:04:17 +00:00
"karma-jasmine": "^2.0.1",
2019-07-02 15:46:20 +00:00
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "^5.4.2",
2019-07-03 12:04:17 +00:00
"ts-node": "^8.3.0",
2019-07-02 15:46:20 +00:00
"tslint": "^5.18.0",
2019-07-03 12:04:17 +00:00
"typescript": "~3.4.5"
}
}