| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "video-animation-player",
- "version": "1.0.2",
- "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",
- "@typescript-eslint/eslint-plugin": "5.4.0",
- "@typescript-eslint/parser": "5.4.0",
- "babel-plugin-async-to-promises": "^1.0.5",
- "babel-preset-env": "^1.7.0",
- "babel-preset-typescript": "^7.0.0-alpha.19",
- "eslint": "8.2.0",
- "eslint-config-prettier": "8.3.0",
- "eslint-plugin-import": "2.25.3",
- "eslint-plugin-prettier": "4.0.0",
- "prettier": "^2.7.1",
- "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"
- }
- }
|