package.json 611 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@jfcloudvip/front-toolkit",
  3. "author": "lh_hub <2844316064@qq.com>",
  4. "version": "1.3.2",
  5. "description": "jfcloud内部前端公共功能工具包",
  6. "main": "src/index.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "http://git.nzklabs.com:3000/lihe/jfcloud-front-toolkit.git"
  10. },
  11. "keywords": [],
  12. "license": "ISC",
  13. "publishConfig": {
  14. "access": "public"
  15. },
  16. "dependencies": {
  17. "@jfcloudvip/vue-anti-debug-plugin": "latest",
  18. "@wangeditor-next/editor": "^5.3.1",
  19. "@wangeditor-next/editor-for-vue2": "^1.0.2",
  20. "crypto-js": "^4.1.1",
  21. "dayjs": "^1.10.7"
  22. }
  23. }