package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "video-animation-player",
  3. "version": "0.1.7",
  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. },
  10. "keywords": [
  11. "webgl",
  12. "animation",
  13. "canvas"
  14. ],
  15. "author": "hujinliang",
  16. "license": "MIT",
  17. "devDependencies": {
  18. "@babel/core": "^7.11.6",
  19. "@babel/plugin-external-helpers": "^7.10.4",
  20. "@babel/plugin-transform-runtime": "^7.11.5",
  21. "@babel/preset-env": "^7.11.5",
  22. "@babel/preset-typescript": "^7.10.4",
  23. "@rollup/plugin-node-resolve": "^9.0.0",
  24. "babel-plugin-async-to-promises": "^1.0.5",
  25. "babel-preset-env": "^1.7.0",
  26. "babel-preset-typescript": "^7.0.0-alpha.19",
  27. "rollup": "^2.28.2",
  28. "rollup-plugin-babel": "^4.4.0",
  29. "rollup-plugin-commonjs": "^10.1.0",
  30. "rollup-plugin-node-resolve": "^5.2.0",
  31. "rollup-plugin-typescript2": "^0.27.3",
  32. "rollup-plugin-uglify": "^6.0.4",
  33. "typescript": "^4.0.3"
  34. }
  35. }