diff options
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", |