Angular job portal app
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

78 satır
2.2 KiB

  1. {
  2. "name": "job-portal",
  3. "version": "0.0.1",
  4. "private": true,
  5. "dependencies": {
  6. "@capacitor/app": "1.1.1",
  7. "@capacitor/core": "3.4.3",
  8. "@capacitor/haptics": "1.1.4",
  9. "@capacitor/keyboard": "1.2.2",
  10. "@capacitor/status-bar": "1.0.8",
  11. "@ionic/react": "^6.0.0",
  12. "@ionic/react-router": "^6.0.0",
  13. "@testing-library/jest-dom": "^5.11.9",
  14. "@testing-library/react": "^11.2.5",
  15. "@testing-library/user-event": "^12.6.3",
  16. "@types/jest": "^26.0.20",
  17. "@types/node": "^12.19.15",
  18. "@types/react": "^16.14.3",
  19. "@types/react-dom": "^16.9.10",
  20. "@types/react-router": "^5.1.11",
  21. "@types/react-router-dom": "^5.1.7",
  22. "date-fns": "^2.28.0",
  23. "ionicons": "^5.4.0",
  24. "node": "^17.7.2",
  25. "node-sass": "^7.0.1",
  26. "react": "^17.0.1",
  27. "react-circular-progressbar": "^2.0.4",
  28. "react-countdown-circle-timer": "^3.0.9",
  29. "react-dom": "^17.0.1",
  30. "react-router": "^5.2.0",
  31. "react-router-dom": "^5.2.0",
  32. "react-scripts": "^5.0.0",
  33. "sass": "^1.50.0",
  34. "typescript": "^4.1.3",
  35. "web-vitals": "^0.2.4",
  36. "workbox-background-sync": "^5.1.4",
  37. "workbox-broadcast-update": "^5.1.4",
  38. "workbox-cacheable-response": "^5.1.4",
  39. "workbox-core": "^5.1.4",
  40. "workbox-expiration": "^5.1.4",
  41. "workbox-google-analytics": "^5.1.4",
  42. "workbox-navigation-preload": "^5.1.4",
  43. "workbox-precaching": "^5.1.4",
  44. "workbox-range-requests": "^5.1.4",
  45. "workbox-routing": "^5.1.4",
  46. "workbox-strategies": "^5.1.4",
  47. "workbox-streams": "^5.1.4"
  48. },
  49. "scripts": {
  50. "start": "react-scripts start",
  51. "build": "react-scripts build",
  52. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  53. "eject": "react-scripts eject"
  54. },
  55. "eslintConfig": {
  56. "extends": [
  57. "react-app",
  58. "react-app/jest"
  59. ]
  60. },
  61. "browserslist": {
  62. "production": [
  63. ">0.2%",
  64. "not dead",
  65. "not op_mini all"
  66. ],
  67. "development": [
  68. "last 1 chrome version",
  69. "last 1 firefox version",
  70. "last 1 safari version"
  71. ]
  72. },
  73. "devDependencies": {
  74. "@capacitor/cli": "3.4.3"
  75. },
  76. "description": "An Ionic project"
  77. }