diff options
author | 2020-11-18 23:15:38 +0100 | |
---|---|---|
committer | 2020-11-18 23:15:38 +0100 | |
commit | 1870f3fdf43707a15fda0f609a021f516f45eb63 (patch) | |
tree | fbaf527a47cd89a171df18da4b41e8ce34668555 /package.json | |
parent | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (diff) | |
download | website_creator-1870f3fdf43707a15fda0f609a021f516f45eb63.tar.gz website_creator-1870f3fdf43707a15fda0f609a021f516f45eb63.tar.bz2 website_creator-1870f3fdf43707a15fda0f609a021f516f45eb63.zip |
finish auth routes, create cookie token, fix folder structure, add context to FE
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 68305d8..df93bc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "3-minute-website", + "name": "website-creator", "version": "1.0.0", - "description": "Build your website in 3 minutes", + "description": "Build your website in few minutes", "main": "./client/src/admin/jsx/App.jsx", "scripts": { "dev": "npm-run-all --parallel watch:server watch:client", @@ -15,6 +15,7 @@ "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", + "cookie-parser": "^1.4.5", "express": "^4.16.4", "jsonwebtoken": "^8.5.1", "mongoose": "^5.10.13", |