123456789101112131415161718192021 |
- {
- "private": true,
- "dependencies": {
- "promise-polyfill": "6.0.2",
- "tslib": "1.7.1",
- "whatwg-fetch": "2.0.3"
- },
- "devDependencies": {
- "rollup": "0.49.2",
- "rollup-plugin-buble": "0.15.0",
- "rollup-plugin-node-resolve": "3.0.0",
- "rollup-plugin-uglify": "2.0.1",
- "typescript": "2.7.1"
- },
- "scripts": {
- "compile": "tsc",
- "bundle-js": "rollup -c rollup.config.js",
- "build": "npm run compile && npm run bundle-js"
- }
- }
|