-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
102 lines (102 loc) · 3.49 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
{
"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",
"capsync": "ng build --configuration production && appflow live-update generate-manifest --build-dir=www && npx ionic cap sync --no-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",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-conference-app.git"
},
"private": true,
"dependencies": {
"@angular/common": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@angular/service-worker": "^17.3.12",
"@capacitor-mlkit/barcode-scanning": "^7.0.0",
"@capacitor/android": "^7.0.0",
"@capacitor/app": "^7.0.0",
"@capacitor/core": "^7.0.0",
"@capacitor/device": "^7.0.0",
"@capacitor/filesystem": "^7.0.0",
"@capacitor/haptics": "^7.0.0",
"@capacitor/inappbrowser": "^2.0.0",
"@capacitor/ios": "^7.0.0",
"@capacitor/keyboard": "^7.0.0",
"@capacitor/live-updates": "^0.4.0",
"@capacitor/network": "^7.0.0",
"@capacitor/push-notifications": "^7.0.0",
"@capacitor/share": "^7.0.0",
"@capacitor/splash-screen": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@ciag/ngx-pinch-zoom": "13.3.0",
"@ionic/angular": "^8.4.3",
"@ionic/storage-angular": "^4.0.0",
"@json-editor/json-editor": "2.14.1",
"@types/crypto-js": "^4.2.2",
"core-js": "^3.6.4",
"crypto-js": "^4.2.0",
"js-base64": "^3.7.7",
"markdown-to-txt": "^2.0.1",
"patch-package": "^8.0.0",
"rxjs": "^7.5.0",
"sha1-uint8array": "^0.10.5",
"sw-toolbox": "3.6.0",
"tslib": "^2.0.0",
"webdriver-manager": "12.1.9",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1703.12",
"@angular-devkit/build-angular": "^17.3.12",
"@angular-devkit/core": "^17.3.12",
"@angular-devkit/schematics": "^17.3.12",
"@angular-eslint/builder": "^17.0.0",
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@angular-eslint/schematics": "^17.0.0",
"@angular-eslint/template-parser": "^17.0.0",
"@angular/cli": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.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": "8.26.0",
"@typescript-eslint/parser": "8.26.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": "~5.4.5"
}
}