-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
174 lines (174 loc) · 7.03 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "regobs4",
"version": "4.8.17",
"author": "NVE",
"license": "NLOD-2.0",
"homepage": "http://www.nve.no",
"engines": {
"npm": "^8.19.2",
"node": "^18.10.0"
},
"scripts": {
"ng": "ng",
"generate-swagger-api-module": "ng-swagger-gen -c ng-swagger-gen.json",
"start": "ionic serve",
"build": "ionic build",
"build:prod": "ng build --configuration production",
"cap:sync": "jetify && cap sync",
"test": "ng test --watch false --reporters progress",
"test-watch": "ng test --watch=true --browsers Chrome --reporters kjhtml",
"test-ci": "cross-env-shell CI_TEST=1 ng test --code-coverage",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts src --quiet --fix",
"e2e": "ng e2e",
"update-packages": "ncu -u & npm install",
"create-version-file": "ts-node --project tsconfig.npm-script.json git.version.ts",
"strip-source-map-url": "ts-node --project tsconfig.npm-script.json strip-source-map-urls.ts",
"sentry:upload-sourcemaps": "cross-env-shell sentry-cli releases files $npm_package_version upload-sourcemaps www -x .js -x .map --validate --verbose --rewrite --strip-common-prefix --url-prefix=~",
"sentry:upload-release-and-commits": "cross-env-shell sentry-cli releases new $npm_package_version && sentry-cli releases set-commits --auto $npm_package_version",
"sentry:create-release": "cross-env-shell sentry-cli releases new $npm_package_version",
"sentry:finalize-release": "cross-env-shell sentry-cli releases finalize $npm_package_version",
"sentry:create-release-and-upload-sourcemaps": "npm run sentry:create-release && npm run sentry:upload-sourcemaps && npm run sentry:finalize-release",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"translations:sort": "ts-node --project tsconfig.npm-script.json translations/sortTranslations.ts",
"translations:pr": "ts-node --project tsconfig.npm-script.json translations/triggerPRs.ts",
"translations:update-fallback": "ts-node --project tsconfig.npm-script.json translations/updateDbFallback.ts",
"translations:add-nn-app-fallback": "ts-node --project tsconfig.npm-script.json translations/addNynorskFallback.ts",
"prettier:fix": "prettier --write src"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.3",
"@angular/common": "^14.2.3",
"@angular/compiler": "^14.2.3",
"@angular/core": "^14.2.3",
"@angular/forms": "^14.2.3",
"@angular/platform-browser": "^14.2.3",
"@angular/platform-browser-dynamic": "^14.2.3",
"@angular/router": "^14.2.3",
"@asymmetrik/ngx-leaflet": "^8.1.0",
"@asymmetrik/ngx-leaflet-markercluster": "^5.0.1",
"@awesome-cordova-plugins/core": "^6.3.0",
"@awesome-cordova-plugins/device-orientation": "^6.3.0",
"@awesome-cordova-plugins/email-composer": "^6.3.0",
"@awesome-cordova-plugins/file": "^6.3.0",
"@awesome-cordova-plugins/in-app-browser": "^6.3.0",
"@awesome-cordova-plugins/ionic-webview": "^6.3.0",
"@awesome-cordova-plugins/safari-view-controller": "^6.3.0",
"@awesome-cordova-plugins/sqlite": "^6.3.0",
"@capacitor-community/sqlite": "^6.0.1",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/camera": "^6.0.0",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/device": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@geoman-io/leaflet-geoman-free": "^2.13.1",
"@ionic/angular": "^6.7.5",
"@ionic/storage-angular": "^3.0.6",
"@mapbox/leaflet-pip": "^1.1.0",
"@mapbox/sphericalmercator": "^1.2.0",
"@nano-sql/adapter-sqlite-cordova": "2.1.2",
"@nano-sql/core": "^2.3.7",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@openid/appauth": "^1.3.1",
"@sentry/browser": "^7.37.2",
"@turf/turf": "^6.5.0",
"@types/leaflet-draw": "^1.0.6",
"angular-svg-icon": "^12.0.0",
"clone-deep": "^4.0.1",
"cordova-plugin-device": "^2.0.3",
"cordova-sqlite-storage": "^6.0.0",
"core-js": "^3.17.1",
"fast-deep-equal": "^3.1.3",
"globalthis": "^1.0.2",
"ionic-appauth": "^2.0.0",
"json-stringify-safe": "^5.0.1",
"jszip": "^3.10.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.5.1",
"leaflet.utm": "1.0.0",
"localforage-cordovasqlitedriver": "^1.8.0",
"lru-fast": "^0.2.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"ngx-file-drop": "^12.0.0",
"ngx-logger": "^4.2.1",
"ngx-markdown": "^14.0.1",
"observable-webworker": "^3.4.0",
"pouchdb-adapter-idb": "^7.2.2",
"rxjs": "^7.8.1",
"source-sans-pro": "^3.6.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1402.3",
"@angular-devkit/build-angular": "^14.2.13",
"@angular-devkit/core": "^14.2.3",
"@angular-devkit/schematics": "^14.2.3",
"@angular/cli": "^14.2.3",
"@angular/compiler-cli": "^14.2.3",
"@angular/language-service": "^14.2.3",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/cli": "^6.18.1",
"@lokalise/node-api": "^8.5.1",
"@sentry/cli": "^1.68.0",
"@sentry/wizard": "^1.2.11",
"@types/clone-deep": "^4.0.1",
"@types/cordova": "0.0.34",
"@types/geojson": "^7946.0.8",
"@types/jasmine": "^3.8.2",
"@types/jasminewd2": "~2.0.10",
"@types/json-stringify-safe": "^5.0.0",
"@types/leaflet": "^1.7.5",
"@types/leaflet.markercluster": "^1.4.5",
"@types/leaflet.utm": "0.0.1",
"@types/mapbox__sphericalmercator": "^1.2.0",
"@types/node": "^16.7.10",
"@types/plist": "^3.0.2",
"@types/websql": "0.0.27",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"cordova-plugin-device-orientation": "^2.0.1",
"cordova-plugin-email-composer": "^0.9.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-safariviewcontroller": "^2.0.0",
"cordova-plugin-secure-storage-echo": "^5.1.1",
"cordova-plugin-shortcuts-android": "^0.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"jasmine-core": "~3.9.0",
"jasmine-spec-reporter": "~7.0.0",
"jetifier": "^2.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-junit-reporter": "^2.0.1",
"madge": "^5.0.1",
"manifest-android": "^0.1.1",
"ng-swagger-gen": "^2.3.1",
"plist": "^3.0.5",
"prettier": "2.7.1",
"protractor": "~7.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"description": "Report incidents in nature"
}