Prepared for Garden
This commit is contained in:
parent
4900169860
commit
b3f9845f2a
12 changed files with 28 additions and 63 deletions
26
package.json
26
package.json
|
@ -5,9 +5,7 @@
|
|||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js --no-warnings",
|
||||
"start:dev": "nodemon src/index.js",
|
||||
"build": "npm run build:all",
|
||||
"build:all": "docker-compose build"
|
||||
"start:dev": "nodemon src/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -22,26 +20,20 @@
|
|||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"chalk": "^4.1.2",
|
||||
"express": "^4.17.1",
|
||||
"express-bearer-token": "^2.4.0",
|
||||
"figlet": "^1.5.2",
|
||||
"moment": "^2.29.1",
|
||||
"mongoose": "^5.13.3",
|
||||
"multer": "^1.4.2",
|
||||
"multer-gridfs-storage": "^5.0.2",
|
||||
"path": "^0.12.7",
|
||||
"pg-promise": "^10.11.1",
|
||||
"postgres-migrations": "^5.3.0",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"restartable": "rs",
|
||||
"ignore": [
|
||||
".git",
|
||||
"./src/uploads/",
|
||||
"./src/zips/"
|
||||
],
|
||||
"verbose": true,
|
||||
"ext": "js,json",
|
||||
"signal": "SIGINT",
|
||||
"env": {
|
||||
"CAIRO_URL": "http://localhost:52000",
|
||||
"KHUFU_UPLOAD_PATH": "uploads/"
|
||||
}
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.14"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue