SimpleQR/package.json

106 lines
3.7 KiB
JSON
Raw Permalink Normal View History

2022-05-24 13:26:36 +08:00
{
"name": "simple-qr",
2024-03-31 02:08:26 +08:00
"version": "4.1.0",
2022-05-24 13:26:36 +08:00
"author": "Tom Fong",
"scripts": {
"ng": "ng",
"build:an": "ionic cap build android --prod --no-open",
"build:ios": "ionic cap build ios --prod --no-open",
"build": "ionic cap build android --prod --no-open && ionic cap build ios --prod --no-open",
2022-05-24 13:26:36 +08:00
"sync": "ionic cap sync --prod --no-build",
"copy:an": "ionic cap copy android --prod",
"copy:ios": "ionic cap copy ios --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
2023-07-01 11:08:48 +08:00
"@angular/animations": "^16.1.3",
2023-07-01 11:16:31 +08:00
"@angular/cdk": "^16.1.3",
2023-07-01 11:08:48 +08:00
"@angular/common": "^16.1.3",
"@angular/core": "^16.1.3",
2024-03-30 23:56:28 +08:00
"@angular/forms": "^16.2.12",
"@angular/localize": "^16.2.12",
2023-07-01 11:16:31 +08:00
"@angular/material": "^16.1.3",
2024-03-30 23:56:28 +08:00
"@angular/material-moment-adapter": "^16.2.14",
2023-07-01 11:08:48 +08:00
"@angular/platform-browser": "^16.1.3",
2024-03-30 23:56:28 +08:00
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@awesome-cordova-plugins/aes-256": "^6.6.0",
"@awesome-cordova-plugins/chooser": "^6.6.0",
"@awesome-cordova-plugins/core": "^6.6.0",
"@awesome-cordova-plugins/screen-orientation": "^6.6.0",
"@awesome-cordova-plugins/sms": "^6.6.0",
"@awesome-cordova-plugins/social-sharing": "^6.6.0",
"@awesome-cordova-plugins/theme-detection": "^6.6.0",
"@capacitor-community/barcode-scanner": "^4.0.1",
2024-03-30 23:56:28 +08:00
"@capacitor-community/contacts": "^5.0.5",
"@capacitor-community/screen-brightness": "^5.0.0",
2024-03-30 23:56:28 +08:00
"@capacitor/android": "^5.7.4",
"@capacitor/app": "^5.0.7",
"@capacitor/camera": "^5.0.9",
"@capacitor/clipboard": "^5.0.7",
"@capacitor/core": "^5.7.4",
"@capacitor/device": "^5.0.7",
"@capacitor/filesystem": "^5.2.1",
"@capacitor/haptics": "^5.0.7",
"@capacitor/ios": "^5.7.4",
"@capacitor/keyboard": "^5.0.8",
"@capacitor/preferences": "^5.0.7",
"@capacitor/splash-screen": "^5.0.7",
"@capacitor/status-bar": "^5.0.7",
"@capacitor/toast": "^5.0.7",
"@ionic/angular": "^7.8.2",
"@ionic/storage": "^4.0.0",
"@ionic/storage-angular": "^4.0.0",
2024-03-30 23:56:28 +08:00
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
2023-07-01 11:26:02 +08:00
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
2024-03-30 23:56:28 +08:00
"angularx-qrcode": "^16.0.2",
"bootstrap": "^5.3.3",
2022-05-24 13:26:36 +08:00
"cordova-plugin-aes256-encryption": "^2.0.1",
"cordova-plugin-chooser": "^1.3.2",
2024-03-30 23:56:28 +08:00
"cordova-plugin-screen-orientation": "^3.0.4",
2022-05-24 13:26:36 +08:00
"cordova-plugin-theme-detection": "^1.3.0",
2022-09-09 14:27:46 +08:00
"cordova-plugin-x-socialsharing": "^6.0.4",
2023-06-11 11:47:59 +08:00
"cordova-sms-plugin": "^1.0.3",
2022-09-24 20:34:01 +08:00
"date-fns": "2.29.3",
2022-05-24 13:26:36 +08:00
"es6-promise-plugin": "^4.2.2",
"human-signals": "^2.1.0",
"jsqr": "^1.4.0",
"material-design-icons": "^3.0.1",
"osenv": "^0.1.5",
"properties-parser": "^0.3.1",
2023-06-29 21:02:40 +08:00
"rxjs": "^7.8.1",
2022-05-24 13:26:36 +08:00
"strip-final-newline": "^2.0.0",
2024-03-30 23:56:28 +08:00
"tslib": "^2.6.2",
2022-05-24 13:26:36 +08:00
"uuid": "^8.3.2",
2024-03-30 23:56:28 +08:00
"zone.js": "^0.13.3"
2022-05-24 13:26:36 +08:00
},
"devDependencies": {
2024-03-30 23:56:28 +08:00
"@angular-devkit/build-angular": "^16.2.13",
"@angular/cli": "^16.2.13",
2023-07-01 11:08:48 +08:00
"@angular/compiler": "^16.1.3",
"@angular/compiler-cli": "^16.1.3",
2024-03-30 23:56:28 +08:00
"@angular/language-service": "^16.2.12",
"@capacitor/cli": "^5.7.4",
2023-06-18 11:48:00 +08:00
"@ionic/angular-toolkit": "^9.0.0",
2024-03-30 23:56:28 +08:00
"@ionic/cli": "^7.2.0",
"@types/jasmine": "^3.10.18",
"@types/jasminewd2": "^2.0.13",
2022-06-14 20:44:24 +08:00
"@types/node": "^12.20.55",
2022-05-24 13:26:36 +08:00
"@types/uuid": "^8.3.4",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
2024-03-30 23:56:28 +08:00
"karma": "^6.4.3",
2023-06-11 11:47:59 +08:00
"karma-chrome-launcher": "^3.2.0",
2022-05-24 13:26:36 +08:00
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"ts-node": "~8.3.0",
2023-07-01 11:02:43 +08:00
"typescript": "^5.1.6"
2022-05-24 13:26:36 +08:00
}
2023-07-01 11:26:02 +08:00
}