-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.89 KB
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
{
"name": "dvf",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node server.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"prettier": "npx prettier src --write ",
"heroku-postbuild": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.8",
"@angular/cli": "^15.2.7",
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/compiler-cli": "^15.2.8",
"@angular/core": "^15.2.8",
"@angular/forms": "^15.2.8",
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"@asymmetrik/ngx-leaflet": "^15.0.1",
"@ng-bootstrap/ng-bootstrap": "^14.1.0",
"@popperjs/core": "^2.11.7",
"@runette/ngx-leaflet-sidebar": "^1.0.8",
"bootstrap": "^5.3.8",
"dotenv": "^16.0.3",
"jquery": "^3.6.4",
"leaflet": "^1.7.1",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"mathjs": "^11.8.0",
"ngx-bootstrap": "^10.2.0",
"prettier": "^3.6.2",
"rxjs": "~7.8.0",
"save": "^2.9.0",
"tslib": "^2.3.0",
"typescript": "~4.9.4",
"uninstall": "^0.0.0",
"vega-lite": "^5.6.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.7",
"@angular/localize": "^15.1.0",
"@types/jasmine": "~4.3.0",
"@types/leaflet": "^1.9.3",
"@types/lodash": "^4.14.194",
"body-parser": "^1.20.2",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0n",
"pg": "^8.10.0",
"typescript": "~4.9.4",
"vega": "^5.24.0",
"vega-embed": "^6.21.3"
},
"engines": {
"node": "19.6.0",
"npm": "9.4.0"
}
}