-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.25 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
{
"name": "workspace",
"description": "Workspace for the angular frontend.",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node scripts/build.js",
"watch": "ng build --watch --configuration development",
"prettify": "meta exec \"primp src -r\"",
"docs": "compodoc -p tsconfig.json -c compodoc.json && meta exec \"compodoc -p ./tsconfig.lib.json -c ../../compodoc.json\"",
"gen-wisdom-module": "node scripts/new-wisdom-module.js"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.0.9",
"@angular/common": "~17.0.9",
"@angular/compiler": "~17.0.9",
"@angular/core": "~17.0.9",
"@angular/forms": "~17.0.9",
"@angular/platform-browser": "~17.0.9",
"@angular/platform-browser-dynamic": "~17.0.9",
"@angular/router": "~17.0.9",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@ngx-translate/core": "^15.0.0",
"angular-auth-oidc-client": "16.0.1",
"bulma": "^0.9.4",
"bulma-calendar": "^6.1.19",
"bulma-prefers-dark": "0.1.0-beta.1",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"chart.js": "~4.4.1",
"chartjs-plugin-annotation": "^3.0.1",
"dayjs": "^1.11.10",
"geojson": "^0.5.0",
"idb": "^8.0.0",
"ionicons": "^7.2.2",
"leaflet": "~1.8.0",
"leaflet.markercluster": "~1.5.3",
"ng2-charts": "^5.0.4",
"path-browserify": "^1.0.1",
"rxjs": "~7.8.1",
"three": "~0.135.0",
"tslib": "^2.6.2",
"web-ifc": "0.0.39",
"web-ifc-three": "0.0.125",
"web-ifc-viewer": "1.0.216",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.0",
"@angular-devkit/build-angular": "~17.0.10",
"@angular-devkit/core": "~17.0.10",
"@angular/cli": "~17.0.10",
"@angular/compiler-cli": "~17.0.9",
"@compodoc/compodoc": "^1.1.23",
"@types/geojson": "^7946.0.13",
"@types/leaflet": "~1.8.0",
"@types/leaflet.markercluster": "~1.5.4",
"@types/node": "^20.11.5",
"@types/path-browserify": "^1.0.2",
"@types/three": "~0.152.1",
"chalk": "^5.3.0",
"dotenv": "^16.3.1",
"inquirer": "^9.2.12",
"ng-packagr": "^17.1.0",
"pretty-ts-imports": "^1.1.0",
"typescript": "5.2.2"
},
"volta": {
"node": "21.6.2"
}
}