This commit is contained in:
2026-04-12 01:57:08 +05:00
commit 09fec32a55
61 changed files with 5087 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "enciphered.blazor.uicomponents",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"autoprefixer": "^10.4.27",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2"
},
"dependencies": {
"@tailwindcss/cli": "^4.2.2"
}
}