package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "FeHelper",
  3. "version": "1.0.0",
  4. "description": "FeHelper-前端助手",
  5. "main": "index.js",
  6. "dependencies": {
  7. "crypto": "^1.0.1"
  8. },
  9. "devDependencies": {
  10. "@babel/core": "^7.26.10",
  11. "@babel/preset-env": "^7.26.9",
  12. "gulp": "^4.0.2",
  13. "gulp-babel": "^8.0.0",
  14. "gulp-clean": "^0.4.0",
  15. "gulp-copy": "^1.1.0",
  16. "gulp-htmlmin": "^4.0.0",
  17. "gulp-if": "^3.0.0",
  18. "gulp-imagemin": "^7.1.0",
  19. "gulp-jsonminify": "^1.1.0",
  20. "gulp-uglify-es": "^3.0.0",
  21. "gulp-uglifycss": "^1.0.9",
  22. "gulp-zip": "^4.1.0",
  23. "pretty-bytes": "^4.0.2",
  24. "run-sequence": "^2.2.1",
  25. "shelljs": "^0.8.1"
  26. },
  27. "scripts": {
  28. "watch": "gulp watch",
  29. "build": "gulp",
  30. "preinstall": "npx npm-force-resolutions"
  31. },
  32. "repository": {
  33. "type": "git",
  34. "url": "git+https://github.com/zxlie/FeOnline.git"
  35. },
  36. "keywords": [
  37. "fehelper"
  38. ],
  39. "author": "zhaoxianlie",
  40. "license": "ISC",
  41. "bugs": {
  42. "url": "https://www.baidufe.com/fehelper/feedback.html"
  43. },
  44. "homepage": "https://www.baidufe.com/fehelper"
  45. }