83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "ubxrfid-demo",
|
|
"version": "0.0.1",
|
|
"author": "Ionic Framework",
|
|
"homepage": "https://ionicframework.com/",
|
|
"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/common": "^16.0.0",
|
|
"@angular/compiler": "^16.0.0",
|
|
"@angular/core": "^16.0.0",
|
|
"@angular/forms": "^16.0.0",
|
|
"@angular/platform-browser": "^16.0.0",
|
|
"@angular/platform-browser-dynamic": "^16.0.0",
|
|
"@angular/router": "^16.0.0",
|
|
"@awesome-cordova-plugins/splash-screen": "^6.4.0",
|
|
"@ionic/angular": "^7.0.0",
|
|
"@ionic/cordova-builders": "^10.0.0",
|
|
"ionicons": "^7.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"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.0.0",
|
|
"@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",
|
|
"cordova-android": "^10.1.2",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
"cordova-plugin-ionic-webview": "^5.0.0",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
|
"cordova-plugin-ubx-rfid": "file:../cordova-plugin-ubx-rfid",
|
|
"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",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {},
|
|
"cordova-plugin-ionic-keyboard": {},
|
|
"cordova-plugin-ubx-rfid": {}
|
|
},
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
}
|
|
} |