source: trip-planner-front/package.json@ 6c1585f

Last change on this file since 6c1585f was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "trip-planner-frontend",
3 "version": "0.0.0",
4 "scripts": {
5 "ng": "ng",
6 "start": "ng serve",
7 "build": "ng build",
8 "watch": "ng build --watch --configuration development",
9 "test": "ng test"
10 },
11 "private": true,
12 "dependencies": {
13 "@angular/animations": "~12.2.0",
14 "@angular/common": "~12.2.0",
15 "@angular/compiler": "~12.2.0",
16 "@angular/core": "~12.2.0",
17 "@angular/forms": "~12.2.0",
18 "@angular/material": "^12.2.10",
19 "@angular/platform-browser": "~12.2.0",
20 "@angular/platform-browser-dynamic": "~12.2.0",
21 "@angular/router": "~12.2.0",
22 "bootstrap": "^3.4.1",
23 "rxjs": "~6.6.0",
24 "tslib": "^2.3.0",
25 "zone.js": "~0.11.4"
26 },
27 "devDependencies": {
28 "@angular-devkit/build-angular": "~12.2.8",
29 "@angular/cli": "~12.2.8",
30 "@angular/compiler-cli": "~12.2.0",
31 "@types/jasmine": "~3.8.0",
32 "@types/node": "^12.11.1",
33 "jasmine-core": "~3.8.0",
34 "karma": "~6.3.0",
35 "karma-chrome-launcher": "~3.1.0",
36 "karma-coverage": "~2.0.3",
37 "karma-jasmine": "~4.0.0",
38 "karma-jasmine-html-reporter": "~1.7.0",
39 "typescript": "4.3.5"
40 }
41}
Note: See TracBrowser for help on using the repository browser.