You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
648 B
JSON

{
"name": "sos-nextjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "next dev",
"build": "next build"
},
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"express-validator": "^6.4.0",
"join-js": "^1.0.2",
"luxon": "^1.22.0",
"next": "^9.2.1",
"pg": "^7.18.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}