-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.26 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": "journey",
"version": "0.32.1",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"ci:build": "ng build",
"ci:lint": "ng lint",
"ci:test": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"ci:deploy": "ng deploy --base-href=/journeys/ --dir=dist/journey/browser --build-target=journey:build:production --repo=https://github.com/nramc/journeys.git --name=nramc --email=ramachandrannellai@gmail.com",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.4",
"@angular/cdk": "^19.0.3",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/forms": "^19.0.4",
"@angular/material": "^19.0.3",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
"@cloudinary/ng": "^2.0.2",
"@cloudinary/url-gen": "^1.18.0",
"@maptiler/geocoding-control": "^2.0.0",
"@maptiler/leaflet-maptilersdk": "^2.0.0",
"@popperjs/core": "^2.11.8",
"@types/geojson": "^7946.0.13",
"file-saver": "^2.0.5",
"highlight.js": "^11.9.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"leaflet.fullscreen": "^3.0.2",
"marked": "^15.0.0",
"ng-gallery": "^12.0.0",
"ngx-markdown": "^19.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typings": "^2.1.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.5",
"@angular/cli": "^19.0.5",
"@angular/compiler-cli": "^19.0.4",
"@angular/localize": "^19.0.4",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.0",
"@types/leaflet": "^1.9.7",
"@types/node": "^22.10.2",
"angular-cli-ghpages": "^2.0.0",
"angular-eslint": "18.4.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"jasmine-core": "~5.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.3",
"typescript-eslint": "8.19.1"
}
}