-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "new",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^15.0.3",
"@angular-devkit/schematics": "^15.0.3",
"@angular/animations": "^15.0.3",
"@angular/common": "^15.0.3",
"@angular/compiler": "^15.0.3",
"@angular/core": "^15.0.3",
"@angular/forms": "^15.0.3",
"@angular/localize": "^15.0.3",
"@angular/platform-browser": "^15.0.3",
"@angular/platform-browser-dynamic": "^15.0.3",
"@angular/router": "^15.0.3",
"@angular/service-worker": "^15.0.3",
"@googlemaps/js-api-loader": "^1.14.3",
"@ionic/angular": "^6.3.8",
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@popperjs/core": "^2.11.6",
"@schematics/angular": "^9.1.0",
"@types/intl-tel-input": "^17.0.6",
"angular-animations": "^0.11.0",
"angular-font-awesome": "^3.1.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.9.1",
"flat-icons": "^1.0.0",
"font-awesome": "^4.7.0",
"google-libphonenumber": "^3.2.31",
"intl-tel-input": "^17.0.19",
"ng-angular-popup": "^0.2.0",
"ng-bootstrap": "^0.46.0",
"ngx-bootstrap": "^9.0.0",
"ngx-intl-tel-input": "^3.2.0",
"owl.carousel": "^2.3.4",
"radium": "^0.26.2",
"rxjs": "~7.5.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.3",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "^12.2.0",
"@angular/compiler-cli": "^15.0.1",
"@nativescript/schematics": "^11.2.0",
"@types/google.maps": "^3.50.1",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"eslint": "^8.28.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"tslib": "^2.4.1",
"typescript": "~4.8.4"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.7.",
"main": "deleteme.js",
"author": "",
"license": "ISC"
}