26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"name": "enciphered.blazor.uicomponents",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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",
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.2.2",
|
|
"tailwindcss": "^4.2.2"
|
|
}
|
|
}
|