From 336fd3f7566c7872c17b30f7cd150e1d16899205 Mon Sep 17 00:00:00 2001 From: sptaule Date: Mon, 24 Jan 2022 18:36:50 +0100 Subject: First commit --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100755 index 0000000..e1e141d --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "garage", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "npx tailwindcss -i ./src/input.css -o ./public/style.css --minify --watch" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "tailwindcss": "^3.0.7" + } +} -- cgit v1.2.3