Basics Done
This commit is contained in:
+11
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user