Skip to content

Commit aeab55c

Browse files
committed
chore: add a package.json to blade templates for use via npm/yarn
1 parent 80e0e73 commit aeab55c

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

templates/blade/package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "@html5/blade",
3+
"version": "0.0.1",
4+
"type": "module",
5+
"license": "MIT",
6+
"description": "Fully Type-Safe, WCAG and ARIA compliant, HTML5 components for use in more consistent Blade templates. Has static attribute enum validation.",
7+
"repository": "https://github.com/vardumper/extended-htmldocument/tree/main/templates/blade",
8+
"author": "Erik Poehler",
9+
"bugs": {
10+
"url": "https://github.com/vardumper/extended-htmldocument/issues"
11+
},
12+
"homepage": "https://vardumper.github.io/extended-htmldocument/templates/blade",
13+
"keywords": [
14+
"HTML",
15+
"HTML5",
16+
"Typesafe",
17+
"Schema-first",
18+
"WCAG",
19+
"ARIA",
20+
"Blade",
21+
"Laravel",
22+
"Components",
23+
"Templates",
24+
"static"
25+
],
26+
"publishConfig": {
27+
"access": "public"
28+
},
29+
"files": [
30+
"block",
31+
"inline",
32+
"void"
33+
]
34+
}

0 commit comments

Comments
 (0)