|
|
|
@ -1263,7 +1263,13 @@
|
|
|
|
|
59
|
|
|
|
|
],
|
|
|
|
|
"description": "Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API.",
|
|
|
|
|
"dom": "meta[data-preact-helmet='true']",
|
|
|
|
|
"dom": {
|
|
|
|
|
"#app, .app, #root, .root, body, body > *, body > * > *, body > * > * > *": {
|
|
|
|
|
"properties": {
|
|
|
|
|
"__k": ""
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"icon": "Preact.svg",
|
|
|
|
|
"oss": true,
|
|
|
|
|
"website": "https://preactjs.com"
|
|
|
|
|