-
Notifications
You must be signed in to change notification settings - Fork 83
/
.wcflibcache.json
74 lines (74 loc) · 2.78 KB
/
.wcflibcache.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[{
"name": "Vanilla",
"description": "HTMLElement class extension, 0 dependencies",
"wcfactory": {
"customElementClass": "HTMLElement",
"templateReturnFunctionPart": "get html() {\n return ",
"propertyBinding": false
},
"main": "HTMLElement/HTMLElement.js",
"version": "0.0.1",
"scripts": {
"start": "yarn run dev",
"build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}' && wca analyze \"**/*.js\" --outFile custom-elements.json",
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",
"watch": "gulp dev --gulpfile=gulpfile.cjs",
"serve": "web-dev-server -c ../../web-dev-server.config.mjs",
"lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs"
},
"dependencies": {},
"devDependencies": {
"web-animations-js": "2.3.2",
"@haxtheweb/deduping-fix": "^9.0.0-alpha.0",
"@polymer/iron-demo-helpers": "3.1.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@webcomponents/webcomponentsjs": "^2.8.0",
"gulp-babel": "8.0.0",
"lodash": "4.17.21",
"@web/dev-server": "0.1.28",
"concurrently": "5.3.0",
"polymer-build": "3.1.4",
"wct-browser-legacy": "1.0.2",
"@open-wc/testing": "4.0.0"
}
}
,
{
"name": "lit-element",
"description": "data binding ++, about as small as possible library",
"wcfactory": {
"customElementClass": "LitElement",
"templateReturnFunctionPart": "render() {\n return html",
"propertyBinding": {
"prefix": "${this.",
"suffix": "}"
}
},
"main": "LitElement/LitElement.js",
"version": "0.0.1",
"scripts": {
"start": "yarn run dev",
"build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}' && wca analyze \"**/*.js\" --outFile custom-elements.json",
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",
"watch": "gulp dev --gulpfile=gulpfile.cjs",
"serve": "web-dev-server -c ../../web-dev-server.config.mjs",
"lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs"
},
"dependencies": {
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.0-alpha.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"concurrently": "5.3.0",
"gulp-babel": "8.0.0",
"lodash": "4.17.21",
"polymer-build": "3.1.4",
"@web/dev-server": "0.1.28",
"wct-browser-legacy": "1.0.2",
"web-animations-js": "2.3.2",
"@open-wc/testing": "4.0.0"
}
},{}]