| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "video-animation-player",
- "version": "0.2.9",
- "description": "webgl动画特效组件",
- "main": "dist/vap.js",
- "scripts": {
- "build": "npm run dist && rollup --config rollup.config.dist.js",
- "dist": "rollup --config rollup.config.js",
- "dev": "rollup --config rollup.config.js --watch"
- },
- "keywords": [
- "webgl",
- "animation",
- "canvas"
- ],
- "author": "hujinliang",
- "license": "MIT",
- "devDependencies": {
- "@babel/core": "^7.11.6",
- "@babel/plugin-external-helpers": "^7.10.4",
- "@babel/plugin-transform-runtime": "^7.11.5",
- "@babel/preset-env": "^7.11.5",
- "@babel/preset-typescript": "^7.10.4",
- "@rollup/plugin-node-resolve": "^9.0.0",
- "babel-plugin-async-to-promises": "^1.0.5",
- "babel-preset-env": "^1.7.0",
- "babel-preset-typescript": "^7.0.0-alpha.19",
- "rollup": "^2.28.2",
- "rollup-plugin-babel": "^4.4.0",
- "rollup-plugin-commonjs": "^10.1.0",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-typescript2": "^0.27.3",
- "rollup-plugin-uglify": "^6.0.4",
- "typescript": "^4.0.3"
- }
- }
|