package.json 746 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "echarts-liquidfill",
  3. "version": "3.1.0",
  4. "description": "ECharts liquid fill extension",
  5. "main": "dist/echarts-liquidfill.js",
  6. "module": "index.js",
  7. "scripts": {
  8. "dev": "webpack --mode development --watch",
  9. "build": "webpack --mode development",
  10. "release": "webpack --mode production && webpack --mode development"
  11. },
  12. "author": {
  13. "name": "Ovilia",
  14. "email": "me@zhangwenli.com",
  15. "url": "http://zhangwenli.com"
  16. },
  17. "license": "MIT",
  18. "peerDependencies": {
  19. "echarts": "^5.0.1"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/ecomfe/echarts-liquidfill"
  24. },
  25. "devDependencies": {
  26. "echarts": "^5.2.0",
  27. "webpack": "^5.11.1",
  28. "webpack-cli": "^4.3.1"
  29. }
  30. }