diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-23 14:04:12 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-23 14:04:12 -0700 |
commit | 8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 (patch) | |
tree | ec4c1e08e8698d7118641612b67bce940019b3dc /client/package.json | |
parent | 4ae4e874689a71e33cdd7a5799fc0c85c4861367 (diff) | |
download | locchat-8d0b32f8dfe45291426e58f6bf20cffac8dab6e7.tar.gz locchat-8d0b32f8dfe45291426e58f6bf20cffac8dab6e7.zip |
adds api, guard, tailwind
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 12 |
1 files changed, 10 insertions, 2 deletions
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", |