2.0.44
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
svga-egret @ 6b35f026
| { | ||
| "name": "fyge", | ||
| "version": "2.0.43", | ||
| "version": "2.0.44", | ||
| "description": "canvas渲染引擎", | ||
| "main": "./build/fyge.min.js", | ||
| "types": "./build/types.d.ts", | ||
| ... | ... | @@ -19,21 +19,22 @@ |
| "author": "MrKwon", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "rollup-plugin-progress": "^1.1.2", | ||
| "ts-loader": "^4.0.0", | ||
| "webpack": "^4.1.0", | ||
| "webpack-cli": "^3.3.2", | ||
| "dts-bundle": "^0.7.3", | ||
| "glob": "^7.1.6", | ||
| "rollup": "^1.32.1", | ||
| "rollup-plugin-commonjs": "^10.1.0", | ||
| "rollup-plugin-node-resolve": "^5.2.0", | ||
| "rollup-plugin-progress": "^1.1.2", | ||
| "rollup-plugin-typescript": "^1.0.1", | ||
| "rollup-plugin-typescript2": "^0.25.2", | ||
| "rollup-plugin-uglify": "^6.0.3", | ||
| "ts-loader": "^4.0.0", | ||
| "typedoc": "^0.20.20", | ||
| "typescript": "^3.5.1", | ||
| "typedoc": "^0.20.20" | ||
| "webpack": "^4.1.0", | ||
| "webpack-cli": "^3.3.2" | ||
| }, | ||
| "keywords": [ | ||
| "h5,淘宝小程序,canvas,webgl,3d,gltf,spine,lottie,svga" | ||
| ] | ||
| } | ||
| \ No newline at end of file | ||
| } |
Please register or sign in to comment