package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "AI-VOC-MSQ",
  3. "version": "1.0.0",
  4. "description": "AI-VOC系统前端 - 智能用户声音分析平台",
  5. "scripts": {
  6. "ng": "ng",
  7. "start": "ng serve",
  8. "build": "ng build",
  9. "build:prod": "ng build",
  10. "watch": "ng build --watch --configuration development",
  11. "test": "ng test",
  12. "lint": "ng lint",
  13. "e2e": "ng e2e",
  14. "serve:prod": "ng serve --configuration production",
  15. "deploy:success-top": "powershell -ExecutionPolicy Bypass -File scripts/deploy-success-top.ps1",
  16. "analyze": "ng build --stats-json && npx webpack-bundle-analyzer dist/ai-voc-frontend/stats.json",
  17. "reviews:refresh-own": "node scripts/refresh-own-product-reviews.js"
  18. },
  19. "keywords": [
  20. "angular",
  21. "voc",
  22. "ai",
  23. "sentiment-analysis",
  24. "dashboard",
  25. "ecommerce",
  26. "analytics"
  27. ],
  28. "author": "AI-VOC Team",
  29. "license": "MIT",
  30. "dependencies": {
  31. "@angular/animations": "^17.0.0",
  32. "@angular/common": "^17.0.0",
  33. "@angular/compiler": "^17.0.0",
  34. "@angular/core": "^17.0.0",
  35. "@angular/forms": "^17.0.0",
  36. "@angular/platform-browser": "^17.0.0",
  37. "@angular/platform-browser-dynamic": "^17.0.0",
  38. "@angular/router": "^17.0.0",
  39. "@awesome-cordova-plugins/core": "^8.1.0",
  40. "@awesome-cordova-plugins/diagnostic": "^8.1.0",
  41. "@awesome-cordova-plugins/media-capture": "^8.1.0",
  42. "@capacitor/camera": "^8.0.0",
  43. "@ionic/angular": "^8.7.17",
  44. "date-fns": "^2.30.0",
  45. "echarts": "^5.6.0",
  46. "file-saver": "^2.0.5",
  47. "fmode-ng": "^0.0.243",
  48. "jsencrypt": "^3.5.4",
  49. "marked": "^17.0.4",
  50. "ngx-echarts": "^17.2.0",
  51. "parse": "^8.0.3",
  52. "rxjs": "~7.8.0",
  53. "tslib": "^2.3.0",
  54. "xlsx": "^0.18.5",
  55. "zone.js": "~0.14.0"
  56. },
  57. "devDependencies": {
  58. "@angular-devkit/build-angular": "^17.0.0",
  59. "@angular/cli": "^17.0.0",
  60. "@angular/compiler-cli": "^17.0.0",
  61. "@types/file-saver": "^2.0.7",
  62. "@types/jasmine": "~5.1.0",
  63. "@types/node": "^18.18.0",
  64. "jasmine-core": "~5.1.0",
  65. "karma": "~6.4.0",
  66. "karma-chrome-launcher": "^3.2.0",
  67. "karma-coverage": "~2.2.0",
  68. "karma-jasmine": "~5.1.0",
  69. "karma-jasmine-html-reporter": "~2.1.0",
  70. "typescript": "^5.2.0",
  71. "webpack-bundle-analyzer": "^4.9.1"
  72. },
  73. "engines": {
  74. "node": ">=18.0.0",
  75. "npm": ">=9.0.0"
  76. },
  77. "browserslist": [
  78. "last 2 Chrome versions",
  79. "last 2 Firefox versions",
  80. "last 2 Safari versions",
  81. "last 2 Edge versions",
  82. "iOS >= 12",
  83. "Android >= 8"
  84. ]
  85. }