-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
86 lines (86 loc) · 2.77 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
{
"name": "ionic7-full-starter-app",
"version": "0.0.1",
"author": "MUIV students community",
"homepage": "https://www.muiv.ru/",
"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/animations": "^16.0.0",
"@angular/cdk": "^16.2.14",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.2.12",
"@angular/fire": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.2.12",
"@capacitor-mlkit/barcode-scanning": "^6.2.0",
"@capacitor/android": "6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/camera": "^6.1.2",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/haptics": "^6.0.1",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/preferences": "^6.0.3",
"@capacitor/status-bar": "^6.0.1",
"@capawesome/capacitor-file-picker": "^6.2.0",
"@ionic/angular": "^7.8.6",
"@ionic/pwa-elements": "^3.3.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"chart.js": "^4.4.7",
"chartjs-plugin-annotation": "^3.1.0",
"firebase": "^10.14.1",
"ionic": "^5.4.16",
"ionic-native": "^2.9.0",
"ionicons": "^7.0.0",
"jetifier": "^2.0.0",
"rxjs": "~7.8.0",
"swiper": "^11.0.5",
"tslib": "^2.6.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular-eslint/builder": "^16.0.0",
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/schematics": "^16.0.0",
"@angular-eslint/template-parser": "^16.0.0",
"@angular/cli": "16.2.11",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@ionic/angular-toolkit": "^9.0.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ts-node": "^8.3.0",
"typescript": "~5.0.2"
},
"description": "An Ionic project"
}