-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.67 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 3.67 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
104
105
106
107
108
109
110
111
112
113
114
{
"name": "MentorED",
"version": "3.2.0.44",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"manage-forms": "node formsManager",
"create-forms": "node formsManager --create"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@angular/service-worker": "^17.3.12",
"@babel/core": "^7.23.3",
"@babel/runtime": "^7.23.2",
"@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/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/screen-orientation": "^6.0.2",
"@capacitor/share": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@danielmoncada/angular-datetime-picker": "^17.0.0",
"@ionic/angular": "^7.8.6",
"@ionic/core": "^8.3.1",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/storage": "^4.0.0",
"@ionic/storage-angular": "^4.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@npmcli/package-json": "^5.2.1",
"@schematics/angular": "^18.2.5",
"@types/lodash": "^4.17.9",
"axios": "^1.7.2",
"bowser": "2.7.0",
"chart.js": "^4.4.0",
"cordova-plugin-screen-orientation": "^3.0.3",
"cordova-sqlite-storage": "^6.1.0",
"es6-promise-plugin": "^4.2.2",
"generic-chart": "^1.2.26",
"ionic-plugin-deeplinks": "^1.0.24",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"ng-otp-input": "^1.8.5",
"ng-recaptcha": "^13.2.1",
"papaparse": "^5.4.1",
"rxjs": "^7.5.0",
"rxjs-compat": "^6.6.7",
"sl-chat-library": "^1.3.2",
"sl-generic-table": "^1.3.12",
"tslib": "^2.2.0",
"yargs": "^17.7.2",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.9",
"@angular-eslint/builder": "^17.5.3",
"@angular-eslint/eslint-plugin": "^17.5.3",
"@angular-eslint/eslint-plugin-template": "^17.5.3",
"@angular-eslint/schematics": "^17.5.3",
"@angular-eslint/template-parser": "^17.5.3",
"@angular/cli": "^17.3.9",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^6.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"eslint": "^8.17.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"tailwindcss": "^3.4.17",
"ts-node": "~8.3.0",
"tslib": "^2.7.0",
"typescript": "5.2"
},
"description": "An Ionic project"
}