-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
70 lines (70 loc) · 2.21 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
{
"name": "parks-reso-public",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=production",
"test": "ng test --watch=true",
"test-ci": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.5",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/localize": "^17.3.5",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/router": "^17.3.5",
"@angular/service-worker": "^17.3.5",
"@digitalspace/bcparks-bootstrap-theme": "^1.4.6",
"@moddi3/ngx-intl-tel-input": "^3.3.7",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
"angularx-qrcode": "^17.0.0",
"google-libphonenumber": "^3.2.34",
"guid-typescript": "^1.0.9",
"intl-tel-input": "^18.2.1",
"jwt-decode": "^4.0.0",
"luxon": "^3.4.4",
"material-icons": "^1.13.12",
"ngx-bootstrap": "12.0.0",
"ngx-pagination": "^6.0.3",
"ngx-toastr": "^18.0.0",
"ngx-turnstile": "^0.2.1",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@types/jasmine": "^4.3.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "^8.28.0",
"http-server": "^14.1.1",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"ts-node": "~10.9.1",
"tslib": "^2.4.0",
"typescript": "5.4.5"
}
}