mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-rollup@0.22.10 - @open-wc/building-utils@2.16.1 - @open-wc/building-webpack@2.13.9 - @open-wc/create@0.28.1 - @open-wc/dedupe-mixin@1.2.12 - @open-wc/demoing-storybook@1.13.8 - es-dev-server@1.45.3 - @import-maps/generate@0.2.5 - @import-maps/resolve@0.2.5 - @open-wc/karma-esm@2.13.20 - @mdjs/core@0.1.6 - polyfills-loader@1.5.2 - @open-wc/rollup-plugin-html@0.3.5 - rollup-plugin-index-html@1.10.4 - @open-wc/rollup-plugin-polyfills-loader@0.4.2 - @open-wc/scoped-elements@1.0.2 - storybook-addon-markdown-docs@0.1.8 - @open-wc/testing-karma-bs@1.3.53 - @open-wc/testing-karma@3.3.9 - @open-wc/webpack-import-meta-loader@0.4.4 - @open-wc/webpack-index-html-plugin@1.7.4
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "polyfills-loader",
|
|
"version": "1.5.2",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Tool for polyfilling js and browser features on demand",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/polyfills-loader"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/polyfills-loader",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js",
|
|
"test": "npm run test:node",
|
|
"test:node": "mocha test/**/*.test.js test/**/*.test.js",
|
|
"test:update-snapshots": "mocha test/**/*.test.js test/**/*.test.js --update-snapshots",
|
|
"test:watch": "mocha test/**/*.test.js test/**/*.test.js --watch"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@open-wc/building-utils": "^2.16.1",
|
|
"@webcomponents/webcomponentsjs": "^2.4.0",
|
|
"abortcontroller-polyfill": "^1.4.0",
|
|
"core-js-bundle": "^3.6.0",
|
|
"deepmerge": "^3.2.0",
|
|
"dynamic-import-polyfill": "^0.1.1",
|
|
"es-module-shims": "^0.4.6",
|
|
"html-minifier": "^4.0.0",
|
|
"intersection-observer": "^0.7.0",
|
|
"parse5": "^5.1.1",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"systemjs": "^4.0.0",
|
|
"terser": "^4.6.4",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.1.3",
|
|
"@types/parse5": "^5.0.2",
|
|
"@types/valid-url": "^1.0.2",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|