add reset password
This commit is contained in:
Regular → Executable
+14
-8
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "floatapi",
|
||||
"name": "floatpapi",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start:dev": "./node_modules/.bin/nodemon app.js",
|
||||
"start:dev": "./node_modules/.bin/nodemon ./src/bin/www -w app.js -w src/server",
|
||||
"dev-test": "nodemon -x 'npm test'",
|
||||
"test": "mocha --timeout 1500"
|
||||
},
|
||||
@@ -13,24 +13,30 @@
|
||||
"dependencies": {
|
||||
"bcrypt": "^5.0.1",
|
||||
"body-parser": "1.19.0",
|
||||
"crypto": "^1.0.1",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "4.17.1",
|
||||
"express-validator": "^6.14.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"morgan": "1.9.1",
|
||||
"node-gyp": "^9.0.0",
|
||||
"nodemailer": "^6.7.2",
|
||||
"nodemon": "^2.0.15",
|
||||
"pg": "7.12.1",
|
||||
"pg-hstore": "2.3.3",
|
||||
"sequelize": "5.19.6"
|
||||
"pg": "^7.12.1",
|
||||
"pg-hstore": "^2.3.4",
|
||||
"pg-promise": "^10.11.1",
|
||||
"postgres": "^1.0.2",
|
||||
"sequelize": "^6.17.0",
|
||||
"sequelize-cli": "^6.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.2.0",
|
||||
"chai-http": "4.3.0",
|
||||
"eslint": "6.5.1",
|
||||
"eslint-config-airbnb": "18.0.1",
|
||||
"eslint": "^8.10.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||
"eslint-plugin-react": "7.16.0",
|
||||
"mocha": "6.2.1"
|
||||
"mocha": "^6.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user