-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.42 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.42 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@wisdom-oss/frontend",
"version": "0.0.0",
"license": "EUPL-1.2",
"scripts": {
"prepare": "ts-patch install",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"lint": "oxlint",
"fmt": "primp src -r && prettier . --write --plugin prettier-plugin-toml",
"test": "ng test",
"doc": "npm run compodoc:build",
"compodoc:build": "compodoc -p tsconfig.doc.json",
"compodoc:build-and-serve": "compodoc -p tsconfig.doc.json -s",
"compodoc:serve": "compodoc -s",
"docker:build": "bash -c 'docker build -t wisdom-oss/frontend --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) .'",
"docker:start": "npm run docker:run",
"docker:run": "docker run --rm -p 5000:5000 wisdom-oss/frontend",
"git-hooks": "husky",
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.2",
"@angular/common": "^21.2.2",
"@angular/compiler": "^21.2.2",
"@angular/core": "^21.2.2",
"@angular/forms": "^21.2.2",
"@angular/platform-browser": "^21.2.2",
"@angular/platform-browser-dynamic": "^21.2.2",
"@angular/router": "^21.2.2",
"@cptpiepmatz/spreet": "npm:@jsr/cptpiepmatz__spreet@^0.1.0-dev.3",
"@cptpiepmatz/tag-uri": "npm:@jsr/cptpiepmatz__tag-uri@^0.1.2",
"@maplibre/ngx-maplibre-gl": "^20.0.0",
"@mjackson/multipart-parser": "npm:@jsr/mjackson__multipart-parser@^0.10.1",
"@ng-icons/core": "^33.1.0",
"@ng-icons/remixicon": "^33.1.0",
"@ngx-translate/core": "^17.0.0",
"@thatopen/components": "^2.4.11",
"@thatopen/components-front": "~2.4.12",
"@thatopen/fragments": "~3.0.11",
"@turf/turf": "^7.2.0",
"@twemoji/svg": "^15.0.0",
"@wisdom-oss/brand": "github:wisdom-oss/brand",
"bulma": "github:jgthms/bulma",
"bulma-slider": "github:fatcarter/bulma-slider#slider-js",
"bulma-switch": "github:deather/bulma-switch",
"bulma-v1-tooltip": "^1.0.2",
"chart.js": "^4.5.1",
"chartjs-chart-error-bars": "^4.4.5",
"dayjs": "^1.11.19",
"dexie": "^4.3.0",
"gravatar-gen": "^1.0.2",
"jwt-decode": "^4.0.0",
"maplibre-gl": "^5.7.3",
"ng2-charts": "^8.0.0",
"patch-package": "^8.0.1",
"rollup": "^4.59.0",
"rxjs": "~7.8.2",
"three": "~0.178.0",
"tslib": "^2.8.1",
"typia": "^10.1.0",
"web-ifc": "~0.0.68",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular-builders/custom-esbuild": "^21.0.3",
"@angular-builders/jest": "^21.0.3",
"@angular/build": "^21.2.1",
"@angular/cli": "^21.2.1",
"@angular/compiler-cli": "^21.2.2",
"@compodoc/compodoc": "^1.2.1",
"@kennethwkz/unplugin-typia": "2.6.7",
"@types/didyoumean": "^1.2.3",
"@types/geojson": "^7946.0.16",
"@types/jest": "^30.0.0",
"@types/three": "~0.178.0",
"didyoumean": "^1.2.2",
"esbuild-plugin-toml": "^0.0.1",
"fake-indexeddb": "^6.2.5",
"fast-xml-parser": "^5.4.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-preset-angular": "^16.0.0",
"jsr": "^0.14.3",
"npm-check-updates": "^19.6.3",
"oxlint": "^1.53.0",
"prettier": "3.6.2",
"prettier-plugin-toml": "2.0.6",
"pretty-ts-imports": "^1.1.0",
"sharp": "^0.34.3",
"smol-toml": "^1.4.2",
"ts-patch": "^3.3.0",
"typescript": "~5.9.3",
"typescript-plugin-toml": "^0.5.0"
},
"volta": {
"node": "22.18.0",
"npm": "11.11.0"
}
}