-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.97 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
{
"name": "simile-app",
"version": "3.0.0",
"description": "Mobile application for crowdsourcing monitoring of lakes.",
"author": "Edoardo Pessina <edoardopessina.priv@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/interreg-simile/simile-app.git"
},
"bugs": {
"url": "https://github.com/interreg-simile/simile-app/issues"
},
"homepage": "https://github.com/interreg-simile/simile-app#readme",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"scripts": {
"start": "ionic serve",
"build": "ionic cap build",
"sync": "ionic cap sync"
},
"dependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@awesome-cordova-plugins/camera": "^6.2.0",
"@awesome-cordova-plugins/diagnostic": "^6.2.0",
"@awesome-cordova-plugins/file": "^6.2.0",
"@awesome-cordova-plugins/geolocation": "^6.2.0",
"@awesome-cordova-plugins/in-app-browser": "^6.2.0",
"@capacitor/android": "4.4.0",
"@capacitor/app": "^4.1.0",
"@capacitor/browser": "^4.0.1",
"@capacitor/core": "4.4.0",
"@capacitor/haptics": "4.0.1",
"@capacitor/ios": "4.4.0",
"@capacitor/keyboard": "4.0.1",
"@capacitor/network": "^4.0.1",
"@capacitor/splash-screen": "^4.1.2",
"@capacitor/status-bar": "^4.0.1",
"@ionic/angular": "^6.1.9",
"@ionic/storage-angular": "^3.0.6",
"@larscom/ngx-translate-module-loader": "^3.0.6",
"@ngx-translate/core": "^14.0.0",
"cordova-plugin-camera": "^6.0.0",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova.plugins.diagnostic": "^7.1.1",
"dayjs": "^1.11.6",
"ionicons": "^6.0.3",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.4.1",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"ngx-logger": "^5.0.11",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0",
"@angular-eslint/builder": "~13.0.1",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/language-service": "^14.0.0",
"@capacitor/assets": "^1.0.14",
"@capacitor/cli": "4.4.0",
"@ionic/angular-toolkit": "^6.0.0",
"@ionic/cli": "^6.20.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"ts-node": "~8.3.0",
"typescript": "~4.7.3"
}
}