From 8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Tue, 23 Nov 2021 14:04:12 -0700 Subject: adds api, guard, tailwind --- client/package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index dfce878..8affa3a 100644 --- a/client/package.json +++ b/client/package.json @@ -2,10 +2,18 @@ "name": "nestclientstarterapp-client", "version": "1.0.0", "description": "", - "scripts": {}, + "scripts": { + "watch": "parcel watch ./index.js --dist-dir ../static", + "build": "parcel build ./index.js --dist-dir ../static" + }, "author": "", "license": "ISC", - "devDependencies": {}, + "devDependencies": { + "autoprefixer": "^10.4.0", + "parcel": "^2.0.1", + "postcss": "^8.3.11", + "tailwindcss": "^2.2.19" + }, "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", -- cgit v1.2.3-70-g09d2