Нема описа

package.json 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "hp",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "https://ionicframework.com/",
  6. "scripts": {
  7. "ng": "ng",
  8. "start": "ng serve",
  9. "build": "ng build",
  10. "test": "ng test",
  11. "lint": "ng lint",
  12. "e2e": "ng e2e"
  13. },
  14. "private": true,
  15. "dependencies": {
  16. "@angular/common": "~12.1.1",
  17. "@angular/compiler": "~12.1.1",
  18. "@angular/core": "~12.1.1",
  19. "@angular/forms": "~12.1.1",
  20. "@angular/platform-browser": "~12.1.1",
  21. "@angular/platform-browser-dynamic": "~12.1.1",
  22. "@angular/router": "~12.1.1",
  23. "@fortawesome/angular-fontawesome": "^0.9.0",
  24. "@fortawesome/fontawesome-free": "^5.15.4",
  25. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  26. "@fortawesome/free-brands-svg-icons": "^5.15.4",
  27. "@fortawesome/free-regular-svg-icons": "^5.15.4",
  28. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  29. "@ionic-native/http": "^5.36.0",
  30. "@ionic/angular": "^5.5.2",
  31. "cordova-android": "9.1.0",
  32. "cordova-ios": "6.2.0",
  33. "rxjs": "~6.6.0",
  34. "tslib": "^2.2.0",
  35. "zone.js": "~0.11.4"
  36. },
  37. "devDependencies": {
  38. "@angular-devkit/build-angular": "~12.1.1",
  39. "@angular-eslint/builder": "~12.0.0",
  40. "@angular-eslint/eslint-plugin": "~12.0.0",
  41. "@angular-eslint/eslint-plugin-template": "~12.0.0",
  42. "@angular-eslint/template-parser": "~12.0.0",
  43. "@angular/cli": "^12.2.2",
  44. "@angular/compiler": "~12.1.1",
  45. "@angular/compiler-cli": "~12.1.1",
  46. "@angular/language-service": "~12.0.1",
  47. "@ionic/angular-toolkit": "^4.0.0",
  48. "@types/jasmine": "~3.6.0",
  49. "@types/jasminewd2": "~2.0.3",
  50. "@types/node": "^12.11.1",
  51. "@typescript-eslint/eslint-plugin": "4.16.1",
  52. "@typescript-eslint/parser": "4.16.1",
  53. "cordova-plugin-device": "2.0.2",
  54. "cordova-plugin-ionic-keyboard": "^2.0.5",
  55. "cordova-plugin-ionic-webview": "^4.0.0",
  56. "cordova-plugin-splashscreen": "5.0.2",
  57. "cordova-plugin-statusbar": "2.4.2",
  58. "cordova-plugin-whitelist": "^1.3.3",
  59. "eslint": "^7.6.0",
  60. "eslint-plugin-import": "2.22.1",
  61. "eslint-plugin-jsdoc": "30.7.6",
  62. "eslint-plugin-prefer-arrow": "1.2.2",
  63. "jasmine-core": "~3.8.0",
  64. "jasmine-spec-reporter": "~5.0.0",
  65. "karma": "~6.3.2",
  66. "karma-chrome-launcher": "~3.1.0",
  67. "karma-coverage": "~2.0.3",
  68. "karma-coverage-istanbul-reporter": "~3.0.2",
  69. "karma-jasmine": "~4.0.0",
  70. "karma-jasmine-html-reporter": "^1.5.0",
  71. "protractor": "~7.0.0",
  72. "ts-node": "~8.3.0",
  73. "typescript": "~4.2.4"
  74. },
  75. "description": "An Ionic project",
  76. "cordova": {
  77. "plugins": {
  78. "cordova-plugin-whitelist": {},
  79. "cordova-plugin-statusbar": {},
  80. "cordova-plugin-device": {},
  81. "cordova-plugin-splashscreen": {},
  82. "cordova-plugin-ionic-webview": {},
  83. "cordova-plugin-ionic-keyboard": {}
  84. },
  85. "platforms": [
  86. "ios",
  87. "android"
  88. ]
  89. }
  90. }