summaryrefslogtreecommitdiff
path: root/CoreWiki/package.json
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-12-29 09:41:56 +0100
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-12-29 09:41:56 +0100
commit79f5eaf40b93d64be74d8b4f1ef80d19fadbfbe1 (patch)
treeddf121e78bdd50673379b223abfdb448c4f81291 /CoreWiki/package.json
parent1a96616699ab41bf6343bc1acc45a836c3e6caf3 (diff)
Cywilizowany tailwindHEADmaster
Diffstat (limited to 'CoreWiki/package.json')
-rw-r--r--CoreWiki/package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/CoreWiki/package.json b/CoreWiki/package.json
index ffd63f0..1391f80 100644
--- a/CoreWiki/package.json
+++ b/CoreWiki/package.json
@@ -1,10 +1,9 @@
{
"name": "corewiki",
"version": "1.0.0",
- "description": "",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "css:build": "npx tailwind build -i ./wwwroot/css/site.css -o ./wwwroot/css/output.css"
},
"keywords": [],
"author": "",
@@ -12,5 +11,11 @@
"dependencies": {
"bootstrap": "^5.2.3",
"simplemde": "^1.11.2"
- }
+ },
+ "devDependencies": {
+ "autoprefixer": "^10.4.16",
+ "postcss": "^8.4.32",
+ "tailwindcss": "^3.4.0"
+ },
+ "description": ""
}