2017-04-27 15:29:31 +01:00
|
|
|
{
|
2017-09-15 15:49:47 +01:00
|
|
|
"name": "localloop-web",
|
2019-09-16 13:01:04 +01:00
|
|
|
"version": "0.1.13",
|
2017-09-15 15:49:47 +01:00
|
|
|
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
2017-04-27 15:29:31 +01:00
|
|
|
"author": "",
|
2017-09-15 15:49:47 +01:00
|
|
|
"url": "http://www.peartrade.org",
|
|
|
|
"copyright": "Copyright 2017 Pear Trading Ltd",
|
2017-04-27 15:29:31 +01:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
2019-07-15 01:17:01 +01:00
|
|
|
"start:dev": "ng serve --optimization=false --configuration=dev",
|
2019-09-09 21:33:28 +01:00
|
|
|
"start:prod": "ng serve --optimization=false --configuration=production",
|
2019-09-09 19:52:38 +01:00
|
|
|
"start:local": "ng serve --optimization=false --configuration=local",
|
2019-09-09 20:45:24 +01:00
|
|
|
"build:dev": "ng build --configuration=dev",
|
2019-09-09 21:33:28 +01:00
|
|
|
"build:prod": "ng build --configuration=production",
|
2017-04-27 15:29:31 +01:00
|
|
|
"test": "ng test",
|
2019-09-09 21:08:49 +01:00
|
|
|
"test:ci": "ng test --watch=false --browsers=ChromeHeadless",
|
2017-04-27 15:29:31 +01:00
|
|
|
"lint": "ng lint",
|
2017-09-13 17:42:09 +01:00
|
|
|
"e2e": "ng e2e",
|
2018-06-04 15:23:16 +01:00
|
|
|
"e2e:ci": "ng e2e --configuration=ci",
|
2017-09-28 14:12:25 +01:00
|
|
|
"ci": "npm run test:ci && npm run e2e:ci"
|
2017-04-27 15:29:31 +01:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-07-29 14:32:51 +01:00
|
|
|
"@agm/core": "^3.0.0-beta.0",
|
|
|
|
"@agm/markerclusterer": "^3.0.0-beta.0",
|
2020-07-29 14:40:01 +01:00
|
|
|
"@angular/common": "10.0.6",
|
|
|
|
"@angular/compiler": "10.0.6",
|
|
|
|
"@angular/core": "10.0.6",
|
|
|
|
"@angular/forms": "10.0.6",
|
|
|
|
"@angular/platform-browser": "10.0.6",
|
|
|
|
"@angular/platform-browser-dynamic": "10.0.6",
|
|
|
|
"@angular/router": "10.0.6",
|
|
|
|
"@angular/upgrade": "10.0.6",
|
2019-07-03 13:46:28 +01:00
|
|
|
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
|
|
|
|
"@coreui/icons": "0.3.0",
|
2020-07-29 14:32:51 +01:00
|
|
|
"@google/markerclustererplus": "^5.0.4",
|
2019-07-04 15:37:13 +01:00
|
|
|
"ajv": "^6.10.0",
|
|
|
|
"ajv-keywords": "^3.4.0",
|
2019-08-22 16:59:51 +01:00
|
|
|
"angular2-datetimepicker": "^1.1.1",
|
2021-05-12 00:31:37 +00:00
|
|
|
"chart.js": "^2.9.4",
|
2019-07-04 15:37:13 +01:00
|
|
|
"chartjs-adapter-luxon": "^0.2.0",
|
2019-07-03 13:46:28 +01:00
|
|
|
"core-js": "^2.6.9",
|
2019-07-04 15:37:13 +01:00
|
|
|
"devextreme": "^19.1.4",
|
|
|
|
"devextreme-angular": "^19.1.4",
|
2019-07-02 16:46:20 +01:00
|
|
|
"jasmine": "^3.4.0",
|
2020-07-29 12:44:33 +01:00
|
|
|
"jquery": "^3.5.1",
|
2019-07-09 12:22:03 +01:00
|
|
|
"jszip": "^3.2.2",
|
2019-07-04 15:37:13 +01:00
|
|
|
"luxon": "^1.16.1",
|
2019-07-02 16:46:20 +01:00
|
|
|
"moment": "^2.24.0",
|
2020-07-29 14:08:12 +01:00
|
|
|
"ng2-charts": "^2.3.2",
|
2017-11-15 13:40:57 +00:00
|
|
|
"ng2-validation-manager": "0.5.3",
|
2019-07-03 13:04:17 +01:00
|
|
|
"ngx-bootstrap": "^5.0.0",
|
2019-08-30 16:50:19 +01:00
|
|
|
"ngx-filter-pipe": "^2.1.2",
|
2019-07-03 13:04:17 +01:00
|
|
|
"ngx-pagination": "^4.0.0",
|
2019-07-03 13:46:28 +01:00
|
|
|
"popper.js": "^1.15.0",
|
2020-07-29 12:54:28 +01:00
|
|
|
"rxjs": "6.6.0",
|
2019-07-09 12:22:03 +01:00
|
|
|
"stream": "0.0.2",
|
2017-04-27 15:29:31 +01:00
|
|
|
"ts-helpers": "1.1.2",
|
2019-07-03 13:04:17 +01:00
|
|
|
"tslib": "^1.10.0",
|
2019-07-03 13:46:28 +01:00
|
|
|
"web-animations-js": "^2.3.2",
|
2020-07-29 12:44:33 +01:00
|
|
|
"webpack-dev-server": "^3.11.0",
|
2020-07-29 13:31:46 +01:00
|
|
|
"zone.js": "~0.10.3"
|
2017-04-27 15:29:31 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-29 14:40:01 +01:00
|
|
|
"@angular-devkit/build-angular": "^0.1000.4",
|
|
|
|
"@angular/cli": "^10.0.4",
|
|
|
|
"@angular/compiler-cli": "10.0.6",
|
2020-07-29 20:13:08 +01:00
|
|
|
"@types/googlemaps": "^3.39.8",
|
2019-07-03 13:04:17 +01:00
|
|
|
"@types/jasmine": "3.3.13",
|
|
|
|
"@types/jasminewd2": "2.0.6",
|
|
|
|
"@types/node": "12.0.10",
|
2020-07-29 14:08:12 +01:00
|
|
|
"codelyzer": "^6.0.0",
|
2019-07-02 16:46:20 +01:00
|
|
|
"jasmine-core": "^3.4.0",
|
2017-08-24 18:33:11 +01:00
|
|
|
"jasmine-spec-reporter": "4.2.1",
|
2020-07-29 20:13:08 +01:00
|
|
|
"karma": "^5.1.1",
|
2017-08-24 18:33:11 +01:00
|
|
|
"karma-chrome-launcher": "2.2.0",
|
2019-07-03 13:04:17 +01:00
|
|
|
"karma-cli": "2.0.0",
|
2019-07-02 16:46:20 +01:00
|
|
|
"karma-coverage-istanbul-reporter": "^2.0.5",
|
2019-07-03 13:04:17 +01:00
|
|
|
"karma-jasmine": "^2.0.1",
|
2019-07-02 16:46:20 +01:00
|
|
|
"karma-jasmine-html-reporter": "^1.4.2",
|
2020-07-29 20:13:08 +01:00
|
|
|
"protractor": "^7.0.0",
|
2020-01-08 20:00:57 +00:00
|
|
|
"readable-stream": "latest",
|
2019-07-03 13:04:17 +01:00
|
|
|
"ts-node": "^8.3.0",
|
2019-07-02 16:46:20 +01:00
|
|
|
"tslint": "^5.18.0",
|
2020-07-29 14:40:01 +01:00
|
|
|
"typescript": "~3.9.7"
|
2017-04-27 15:29:31 +01:00
|
|
|
}
|
|
|
|
}
|