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.
40 lines
966 B
JSON
40 lines
966 B
JSON
{
|
|
"name": "sos-nextjs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development node index.js",
|
|
"build": "next build",
|
|
"start": "cross-env NODE_ENV=production node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@rmwc/icon": "^6.0.12",
|
|
"axios": "^0.19.2",
|
|
"base64-async": "^2.1.3",
|
|
"bcrypt": "^3.0.8",
|
|
"body-parser": "^1.19.0",
|
|
"cookie-session": "^1.4.0",
|
|
"cross-env": "^7.0.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",
|
|
"multer": "^1.4.2",
|
|
"next": "^9.2.1",
|
|
"next-images": "^1.3.1",
|
|
"pg": "^7.18.1",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"sharp": "^0.24.1",
|
|
"use-measure": "^0.3.0",
|
|
"validator": "^12.2.0"
|
|
}
|
|
}
|