From 17d372c07d1ec7721baf1a6dbefcf63506d5b12f Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sat, 30 May 2026 02:47:49 +0100 Subject: build css! --- 174bg/handbook/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 174bg/handbook/package.json (limited to '174bg/handbook/package.json') diff --git a/174bg/handbook/package.json b/174bg/handbook/package.json new file mode 100644 index 0000000..9d91038 --- /dev/null +++ b/174bg/handbook/package.json @@ -0,0 +1,16 @@ +{ + "dependencies": { + "@tailwindcss/cli": "^4.3.0", + "@tailwindcss/typography": "^0.5.19", + "copyfiles": "^2.4.1", + "npm-run-all": "^4.1.5", + "tailwindcss": "^4.3.0", + "wrangler": "^4.95.0" + }, + "scripts": { + "build-css": "npx @tailwindcss/cli -i ./source/index.css -o ./public/index.css", + "copy-html": "npx copyfiles -u 1 ./source/index.html ./public", + "build": "npx npm-run-all build-css copy-html", + "deploy": "npx wrangler deploy --minify" + } +} -- cgit v1.2.3