1
Showing
dist/teddi.umd.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -4,8 +4,10 @@ |
"description": "", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"browser": "dist/teddi.umd.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build2": "rollup -c", | ||
"doc": "gulp build", | ||
"watch": "gulp watch", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
... | ... | @@ -20,10 +22,15 @@ |
"svgaplayerweb": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@rollup/plugin-typescript": "^8.0.0", | ||
"browser-sync": "^2.26.13", | ||
"gulp": "^4.0.2", | ||
"gulp-typedoc": "^2.2.5", | ||
"rollup": "^2.34.0", | ||
"tslib": "^2.0.3", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.5" | ||
"typescript": "^4.1.2" | ||
} | ||
} |
Please register or sign in to comment