summaryrefslogtreecommitdiff
path: root/CoreWiki/package.json
diff options
context:
space:
mode:
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": ""
}