36 lines
803 B
JSON
36 lines
803 B
JSON
{
|
|
"name": "picturestory-v2-backend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"formidable": "^1.2.1",
|
|
"mongoose": "^5.7.8",
|
|
"multer": "^1.4.2",
|
|
"pino-colada": "^1.4.5"
|
|
},
|
|
"scripts": {
|
|
"start": "node-env-run --exec nodemon | pino-colada"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/env",
|
|
"@babel/react"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.6.4",
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
|
"@babel/preset-env": "^7.6.3",
|
|
"@babel/preset-react": "^7.6.3",
|
|
"babel-loader": "^8.0.6",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"express-pino-logger": "^4.0.0",
|
|
"node-env-run": "^3.0.2",
|
|
"nodemon": "^1.19.4"
|
|
}
|
|
}
|