package.json 1.1 KB

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