package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "video-animation-player",
  3. "version": "0.2.10",
  4. "description": "webgl动画特效组件",
  5. "main": "dist/vap.js",
  6. "scripts": {
  7. "build": "npm run dist && rollup --config rollup.config.dist.js",
  8. "dist": "rollup --config rollup.config.js",
  9. "dev": "rollup --config rollup.config.js --watch"
  10. },
  11. "keywords": [
  12. "webgl",
  13. "animation",
  14. "canvas"
  15. ],
  16. "author": "hujinliang",
  17. "license": "MIT",
  18. "devDependencies": {
  19. "@babel/core": "^7.11.6",
  20. "@babel/plugin-external-helpers": "^7.10.4",
  21. "@babel/plugin-transform-runtime": "^7.11.5",
  22. "@babel/preset-env": "^7.11.5",
  23. "@babel/preset-typescript": "^7.10.4",
  24. "@rollup/plugin-node-resolve": "^9.0.0",
  25. "babel-plugin-async-to-promises": "^1.0.5",
  26. "babel-preset-env": "^1.7.0",
  27. "babel-preset-typescript": "^7.0.0-alpha.19",
  28. "rollup": "^2.28.2",
  29. "rollup-plugin-babel": "^4.4.0",
  30. "rollup-plugin-commonjs": "^10.1.0",
  31. "rollup-plugin-node-resolve": "^5.2.0",
  32. "rollup-plugin-typescript2": "^0.27.3",
  33. "rollup-plugin-uglify": "^6.0.4",
  34. "typescript": "^4.0.3"
  35. }
  36. }