-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.96 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
{
"name": "mental-space",
"version": "0.0.1",
"author": "Antonio D'Angelo",
"homepage": "#",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0",
"@awesome-cordova-plugins/calendar": "^6.3.0",
"@awesome-cordova-plugins/core": "^6.3.0",
"@awesome-cordova-plugins/file-opener": "^6.3.0",
"@awesome-cordova-plugins/health": "^6.3.0",
"@capacitor/android": "4.7.0",
"@capacitor/app": "4.1.1",
"@capacitor/core": "4.7.0",
"@capacitor/dialog": "^4.1.0",
"@capacitor/filesystem": "^4.1.4",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "4.7.0",
"@capacitor/keyboard": "4.1.1",
"@capacitor/local-notifications": "^4.1.5",
"@capacitor/preferences": "^4.0.2",
"@capacitor/push-notifications": "^4.1.2",
"@capacitor/share": "^4.1.1",
"@capacitor/splash-screen": "^4.2.0",
"@capacitor/status-bar": "^4.1.1",
"@capawesome/capacitor-background-task": "^2.0.0",
"@ckeditor/ckeditor5-build-classic": "^36.0.1",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@ionic/angular": "^6.5.6",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@teamhive/rich-text-editor": "^2.3.2",
"@tinymce/tinymce-angular": "^7.0.0",
"angular-ng-autocomplete": "^2.0.12",
"axios": "^1.3.4",
"capacitor-blob-writer": "^1.1.9",
"capacitor-email-composer": "^1.2.1",
"chart.js": "^4.2.1",
"chartjs-top-round-bar": "^1.0.1",
"cordova-plugin-badge": "github:katzer/cordova-plugin-badge",
"cordova-plugin-calendar": "^5.1.6",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-file-opener2": "^4.0.0",
"cordova-plugin-health": "^2.1.0",
"cordova-plugin-ionic": "5.5.3",
"form-data": "^4.0.0",
"ionicons": "^6.1.3",
"jetifier": "^2.0.0",
"jwt-decode": "^3.1.2",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"ng2-pdf-viewer": "^9.1.4",
"path-browserify": "^1.0.1",
"qs": "^6.11.0",
"rxjs": "^7.8.0",
"ts-md5": "^1.3.1",
"tslib": "^2.5.0",
"uninstall": "^0.0.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.0",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/compiler-cli": "^15.2.0",
"@angular/language-service": "^15.2.0",
"@capacitor/cli": "4.7.0",
"@ionic/angular-toolkit": "^8.0.0",
"@ionic/lab": "3.2.15",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "~4.3.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.15.0",
"@types/pacote": "^11.1.5",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"eslint": "^8.34.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "40.0.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
},
"description": "Mental Space official App"
}