homepage and pricing fix
This commit is contained in:
parent
ced7d230e9
commit
222f5fe6bf
File diff suppressed because it is too large
Load Diff
56
package.json
56
package.json
|
@ -1,28 +1,28 @@
|
||||||
{
|
{
|
||||||
"name": "auth",
|
"name": "auth",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "sign up and sign in auth",
|
"description": "sign up and sign in auth",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon server.js",
|
"start": "nodemon server.js",
|
||||||
"app": "cd .. && npm start"
|
"app": "cd .. && npm start"
|
||||||
},
|
},
|
||||||
"author": "B. Priyatham Sai chand",
|
"author": "B. Priyatham Sai chand",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"config": "^3.3.2",
|
"config": "^3.3.2",
|
||||||
"context": "^1.1.0",
|
"context": "^1.1.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-validator": "^6.6.1",
|
"express-validator": "^6.6.1",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"mongoose": "^5.10.13",
|
"mongoose": "^5.10.13",
|
||||||
"nodemon": "^2.0.6"
|
"nodemon": "^2.0.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.x",
|
"node": "14.x",
|
||||||
"npm": "6.14.8"
|
"npm": "6.14.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue