Basics Done

This commit is contained in:
2026-04-13 15:08:49 +05:00
parent 9bef5813ae
commit 06ec22704b
75 changed files with 5036 additions and 2733 deletions
+11 -7
View File
@@ -4,18 +4,22 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build:lib": "npx @tailwindcss/cli -i ./Enciphered.Blazor.UIComponents/Styles/app.css -o ./Enciphered.Blazor.UIComponents/wwwroot/css/app.css --minify",
"build:demo": "npx @tailwindcss/cli -i ./Enciphered.Blazor.UIComponents.Demo/Styles/app.css -o ./Enciphered.Blazor.UIComponents.Demo/wwwroot/css/app.css --minify",
"build": "npm run build:lib && npm run build:demo",
"watch:lib": "npx @tailwindcss/cli -i ./Enciphered.Blazor.UIComponents/Styles/app.css -o ./Enciphered.Blazor.UIComponents/wwwroot/css/app.css --watch",
"watch:demo": "npx @tailwindcss/cli -i ./Enciphered.Blazor.UIComponents.Demo/Styles/app.css -o ./Enciphered.Blazor.UIComponents.Demo/wwwroot/css/app.css --watch"
},
"repository": {
"type": "git",
"url": "https://git.nciphered.com/shaamilahmed/Enciphered.Blazor.UIComponents.git"
},
"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"
"@tailwindcss/cli": "^4.2.2",
"tailwindcss": "^4.2.2"
}
}