homepage and pricing fix

This commit is contained in:
Priyatham-sai-chand 2021-03-21 22:58:11 +05:30
parent ced7d230e9
commit 222f5fe6bf
2 changed files with 1611 additions and 1611 deletions

3166
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +1,28 @@
{
"name": "auth",
"version": "1.0.0",
"description": "sign up and sign in auth",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"app": "cd .. && npm start"
},
"author": "B. Priyatham Sai chand",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.2",
"context": "^1.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.13",
"nodemon": "^2.0.6"
},
"engines": {
"node": "14.x",
"npm": "6.14.8"
}
}
{
"name": "auth",
"version": "1.0.0",
"description": "sign up and sign in auth",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"app": "cd .. && npm start"
},
"author": "B. Priyatham Sai chand",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.2",
"context": "^1.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.13",
"nodemon": "^2.0.6"
},
"engines": {
"node": "14.x",
"npm": "6.14.8"
}
}