forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@open-wc/polyfills-loader",
"version": "0.2.2",
"main": "polyfills-loader.js",
"description": "Load web component polyfills using dynamic imports",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/polyfills-loader"
},
"keywords": [
"open-wc",
"polyfill",
"web-components"
],
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@bundled-es-modules/url-polyfill": "^1.1.3",
"@webcomponents/custom-elements": "^1.2.1",
"@webcomponents/shadycss": "^1.8.0",
"@webcomponents/shadydom": "^1.4.2",
"@webcomponents/template": "^1.4.0",
"@webcomponents/webcomponents-platform": "^1.0.0"
}
}