summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ca0d4e2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "task-dashboard-frontend",
+ "version": "1.0.0",
+ "description": "Frontend build tools for task dashboard",
+ "scripts": {
+ "dev": "npm run css:watch",
+ "build": "npm run css:build",
+ "css:build": "postcss web/static/css/input.css -o web/static/css/output.css --verbose",
+ "css:watch": "postcss web/static/css/input.css -o web/static/css/output.css --watch"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "autoprefixer": "^10.4.16",
+ "postcss": "^8.4.32",
+ "postcss-cli": "^11.0.0",
+ "tailwindcss": "^3.4.0"
+ }
+}