-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
94 lines (94 loc) · 3.09 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
{
"name": "ionic-conference-app",
"version": "0.0.0",
"description": "Ionic Conference App",
"author": "Ionic Team <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "npx webdriver-manager update --standalone false --gecko false --versions.chrome=109.0.5414.120 && ng e2e --no-webdriver-update"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-conference-app.git"
},
"private": true,
"dependencies": {
"@angular/common": "^13.3.0",
"@angular/core": "^13.3.0",
"@angular/forms": "^13.3.0",
"@angular/platform-browser": "^13.3.0",
"@angular/platform-browser-dynamic": "^13.3.0",
"@angular/router": "^13.3.0",
"@angular/service-worker": "^13.3.0",
"@awesome-cordova-plugins/core": "6.3.0",
"@awesome-cordova-plugins/in-app-browser": "6.3.0",
"@capacitor-community/barcode-scanner": "3.0.3",
"@capacitor/android": "4.6.3",
"@capacitor/app": "4.1.1",
"@capacitor/core": "4.6.3",
"@capacitor/device": "4.1.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "4.6.3",
"@capacitor/keyboard": "4.1.1",
"@capacitor/splash-screen": "4.1.4",
"@capacitor/status-bar": "4.1.1",
"@ionic/angular": "6.0.13",
"@ionic/storage": "^2.1.3",
"cordova-plugin-inappbrowser": "5.0.0",
"cordova-plugin-ionic": "5.5.3",
"core-js": "^3.6.4",
"@json-editor/json-editor": "2.14.1",
"markdown-to-txt": "^2.0.1",
"rxjs": "^6.5.4",
"sha1-uint8array": "^0.10.5",
"sw-toolbox": "3.6.0",
"swiper": "8.0.7",
"tslib": "^2.0.0",
"webdriver-manager": "12.1.9",
"zone.js": "~0.11.4",
"@ciag/ngx-pinch-zoom": "13.3.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1303.0",
"@angular-devkit/build-angular": "~13.3.0",
"@angular-devkit/core": "^13.3.0",
"@angular-devkit/schematics": "^13.3.0",
"@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "^13.3.0",
"@angular/compiler": "^13.3.0",
"@angular/compiler-cli": "^13.3.0",
"@angular/language-service": "^13.3.0",
"@capacitor/cli": "6.0.0",
"@ionic/angular-toolkit": "6.1.0",
"@ionic/cli": "6.20.9",
"@ionic/lab": "^2.0.19",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "2.0.8",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"cordova-res": "0.15.4",
"eslint": "^8.1.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.7",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"puppeteer": "^11.0.0",
"ts-node": "8.5.0",
"tslint": "~6.1.0",
"typescript": "~4.4.4"
}
}