Skip to content

Commit 9d8d870

Browse files
committed
[Toolkit] Add npm & importmap package dependencies
1 parent eeb13e1 commit 9d8d870

39 files changed

+704
-68
lines changed

src/Toolkit/kits/shadcn/Alert/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "twig/extra-bundle"
12+
"name": "twig/extra-bundle"
1313
},
1414
{
1515
"type": "php",
16-
"package": "twig/html-extra:^3.12.0"
16+
"name": "twig/html-extra",
17+
"version": "^3.12.0"
1718
},
1819
{
1920
"type": "php",
20-
"package": "tales-from-a-dev/twig-tailwind-extra"
21+
"name": "tales-from-a-dev/twig-tailwind-extra"
2122
}
2223
]
2324
}

src/Toolkit/kits/shadcn/AspectRatio/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "twig/extra-bundle"
12+
"name": "twig/extra-bundle"
1313
}
1414
]
1515
}

src/Toolkit/kits/shadcn/Avatar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "tales-from-a-dev/twig-tailwind-extra"
12+
"name": "tales-from-a-dev/twig-tailwind-extra"
1313
}
1414
]
1515
}

src/Toolkit/kits/shadcn/Badge/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "twig/extra-bundle"
12+
"name": "twig/extra-bundle"
1313
},
1414
{
1515
"type": "php",
16-
"package": "twig/html-extra:^3.12.0"
16+
"name": "twig/html-extra",
17+
"version": "^3.12.0"
1718
},
1819
{
1920
"type": "php",
20-
"package": "tales-from-a-dev/twig-tailwind-extra"
21+
"name": "tales-from-a-dev/twig-tailwind-extra"
2122
}
2223
]
2324
}

src/Toolkit/kits/shadcn/Breadcrumb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "tales-from-a-dev/twig-tailwind-extra"
12+
"name": "tales-from-a-dev/twig-tailwind-extra"
1313
}
1414
]
1515
}

src/Toolkit/kits/shadcn/Button/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "twig/extra-bundle"
12+
"name": "twig/extra-bundle"
1313
},
1414
{
1515
"type": "php",
16-
"package": "twig/html-extra:^3.12.0"
16+
"name": "twig/html-extra",
17+
"version": "^3.12.0"
1718
},
1819
{
1920
"type": "php",
20-
"package": "tales-from-a-dev/twig-tailwind-extra"
21+
"name": "tales-from-a-dev/twig-tailwind-extra"
2122
}
2223
]
2324
}

src/Toolkit/kits/shadcn/Card/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "tales-from-a-dev/twig-tailwind-extra"
12+
"name": "tales-from-a-dev/twig-tailwind-extra"
1313
}
1414
]
1515
}

src/Toolkit/kits/shadcn/Checkbox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "tales-from-a-dev/twig-tailwind-extra"
12+
"name": "tales-from-a-dev/twig-tailwind-extra"
1313
}
1414
]
1515
}

src/Toolkit/kits/shadcn/Input/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "tales-from-a-dev/twig-tailwind-extra"
12+
"name": "tales-from-a-dev/twig-tailwind-extra"
1313
}
1414
]
1515
}

src/Toolkit/kits/shadcn/Label/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": [
1010
{
1111
"type": "php",
12-
"package": "tales-from-a-dev/twig-tailwind-extra"
12+
"name": "tales-from-a-dev/twig-tailwind-extra"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)