ketr.photos/server/package.json
2023-01-20 13:47:37 -08:00

57 lines
1.5 KiB
JSON

{
"name": "ketr-photos-server",
"version": "1.0.0",
"description": "Self hosting photo",
"main": "server/app.js",
"scripts": {
"start": "node .app.js",
"start-devel": "concurrently \"npm:server\" \"npm:dev\"",
"server": "node ./app.js",
"debug": "node --inspect --debug-brk ./app.js",
"backend": "NODE_CONFIG_ENV='production' node app.js"
},
"repository": {
"type": "git",
"url": "git@nuc:jketreno/photos.ketr.git"
},
"author": "James Ketrenos",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.20.1",
"bootstrap": "^4.4.1",
"concurrently": "^5.1.0",
"config": "^3.3.8",
"connect-sqlite3": "^0.9.13",
"cookie-parser": "^1.4.4",
"core-js": "^3.2.1",
"exif-reader": "github:paras20xx/exif-reader",
"express": "^4.18.2",
"express-session": "^1.17.0",
"file-loader": "^6.2.0",
"googleapis": "^110.0.0",
"handlebars": "^4.7.7",
"ldapauth-fork": "=4.2.0",
"ldapjs": "^1.0.2",
"moment": "^2.29.4",
"moment-holiday": "^1.5.1",
"morgan": "^1.9.1",
"mustache": "^3.2.1",
"node-fetch": "^2.6.7",
"node-gzip": "^1.1.2",
"nodemailer": "^6.8.0",
"react-app-polyfill": "^3.0.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-date-range": "^1.0.0-beta",
"react-router-dom": "^5.0.1",
"sequelize": "^6.0",
"sharp": "^0.31.3"
},
"jshintConfig": {
"undef": true,
"unused": true,
"esversion": 6,
"node": true
}
}