package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-jsonminify": "^1.1.0",
  19. "gulp-uglify-es": "^3.0.0",
  20. "gulp-uglifycss": "^1.0.9",
  21. "gulp-zip": "^4.1.0",
  22. "pretty-bytes": "^4.0.2",
  23. "run-sequence": "^2.2.1",
  24. "shelljs": "^0.8.1"
  25. },
  26. "scripts": {
  27. "watch": "gulp watch",
  28. "build": "gulp",
  29. "preinstall": "npx npm-force-resolutions"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "git+https://github.com/zxlie/FeOnline.git"
  34. },
  35. "keywords": [
  36. "fehelper"
  37. ],
  38. "author": "zhaoxianlie",
  39. "license": "ISC",
  40. "bugs": {
  41. "url": "https://www.baidufe.com/fehelper/feedback.html"
  42. },
  43. "homepage": "https://www.baidufe.com/fehelper"
  44. }