Angular job portal app
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

package.json 2.1 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "ionicons": "^5.4.0",
  23. "node": "^17.7.2",
  24. "node-sass": "^7.0.1",
  25. "react": "^17.0.1",
  26. "react-dom": "^17.0.1",
  27. "react-router": "^5.2.0",
  28. "react-router-dom": "^5.2.0",
  29. "react-scripts": "^5.0.0",
  30. "sass": "^1.50.0",
  31. "typescript": "^4.1.3",
  32. "web-vitals": "^0.2.4",
  33. "workbox-background-sync": "^5.1.4",
  34. "workbox-broadcast-update": "^5.1.4",
  35. "workbox-cacheable-response": "^5.1.4",
  36. "workbox-core": "^5.1.4",
  37. "workbox-expiration": "^5.1.4",
  38. "workbox-google-analytics": "^5.1.4",
  39. "workbox-navigation-preload": "^5.1.4",
  40. "workbox-precaching": "^5.1.4",
  41. "workbox-range-requests": "^5.1.4",
  42. "workbox-routing": "^5.1.4",
  43. "workbox-strategies": "^5.1.4",
  44. "workbox-streams": "^5.1.4"
  45. },
  46. "scripts": {
  47. "start": "react-scripts start",
  48. "build": "react-scripts build",
  49. "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
  50. "eject": "react-scripts eject"
  51. },
  52. "eslintConfig": {
  53. "extends": [
  54. "react-app",
  55. "react-app/jest"
  56. ]
  57. },
  58. "browserslist": {
  59. "production": [
  60. ">0.2%",
  61. "not dead",
  62. "not op_mini all"
  63. ],
  64. "development": [
  65. "last 1 chrome version",
  66. "last 1 firefox version",
  67. "last 1 safari version"
  68. ]
  69. },
  70. "devDependencies": {
  71. "@capacitor/cli": "3.4.3"
  72. },
  73. "description": "An Ionic project"
  74. }