package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "video-animation-player",
  3. "version": "0.1.3",
  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": "^6.26.0",
  19. "babel-plugin-async-to-promises": "^1.0.5",
  20. "babel-plugin-external-helpers": "^6.22.0",
  21. "babel-plugin-transform-async-to-generator": "^6.24.1",
  22. "babel-plugin-transform-regenerator": "^6.26.0",
  23. "babel-preset-env": "^1.7.0",
  24. "babel-preset-latest": "^6.24.1",
  25. "babel-preset-stage-2": "^6.24.1",
  26. "babel-runtime": "^6.26.0",
  27. "es6-promise": "^4.2.4",
  28. "postcss-url": "^7.3.2",
  29. "promise-polyfill": "^8.1.0",
  30. "rollup": "0.58.2",
  31. "rollup-plugin-babel": "^3.0.3",
  32. "rollup-plugin-commonjs": "^9.1.5",
  33. "rollup-plugin-ejs": "^1.1.1",
  34. "rollup-plugin-image": "^1.0.2",
  35. "rollup-plugin-node-resolve": "^3.3.0",
  36. "rollup-plugin-postcss": "^1.6.1",
  37. "rollup-plugin-uglify": "^3.0.0",
  38. "rollup-plugin-url": "^1.4.0",
  39. "text-encoding": "^0.7.0",
  40. "whatwg-fetch": "^3.0.0"
  41. }
  42. }