116 lines
3.2 KiB
JSON
116 lines
3.2 KiB
JSON
{
|
|
"name": "filepresso",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "set NODE_ENV=production node index.js",
|
|
"forever": "set NODE_ENV=production forever start index.js",
|
|
"debug": "set NODE_ENV=development node index.js",
|
|
"build": "set NODE_ENV=production webpack"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/text-to-speech": "^2.2.0",
|
|
"apple-signin": "^1.0.9",
|
|
"async": "^2.6.3",
|
|
"aws-sdk": "^2.643.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-preset-react": "^6.24.1",
|
|
"bcrypt": "^4.0.0",
|
|
"body-parser": "^1.18.3",
|
|
"bootstrap": "^3.4.1",
|
|
"bouncy": "^3.2.2",
|
|
"chartjs-plugin-datalabels": "^1.0.0",
|
|
"checksum": "^0.1.1",
|
|
"compression": "^1.7.4",
|
|
"connect-redis": "^3.4.2",
|
|
"continuation-local-storage": "^3.2.1",
|
|
"cookie-parser": "^1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"diskusage": "^1.1.3",
|
|
"ejs": "^2.5.9",
|
|
"es6-promise": "^4.2.8",
|
|
"express": "^4.17.1",
|
|
"express-request-id": "^1.4.1",
|
|
"express-session": "^1.17.0",
|
|
"fastscan": "^1.0.6",
|
|
"fcm-node": "^1.5.2",
|
|
"file-loader": "^1.1.11",
|
|
"file-type": "^7.7.1",
|
|
"formidable": "^1.2.2",
|
|
"forwarded-for": "^1.1.0",
|
|
"franc": "^5.0.0",
|
|
"glob": "^8.0.3",
|
|
"google-spreadsheet": "^3.0.9",
|
|
"googleapis": "^40.0.1",
|
|
"heapdump": "^0.3.15",
|
|
"http-proxy": "^1.18.0",
|
|
"i18n": "^0.8.5",
|
|
"iamport": "^0.3.4",
|
|
"iconv-lite": "^0.6.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jszip": "^3.2.2",
|
|
"kafkajs": "^1.15.0",
|
|
"langs": "^2.0.0",
|
|
"languagedetect": "^2.0.0",
|
|
"lodash": "^4.17.15",
|
|
"mariadb": "^2.2.0",
|
|
"md5": "^2.2.1",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mobile-detect": "^1.4.4",
|
|
"moment": "^2.24.0",
|
|
"morgan": "^1.9.1",
|
|
"multer": "^1.4.2",
|
|
"mysql": "^2.18.1",
|
|
"nanoid": "^3.1.20",
|
|
"neo4j-driver": "^4.2.1",
|
|
"node-cron": "^2.0.3",
|
|
"nodemailer": "^4.7.0",
|
|
"passport": "^0.4.1",
|
|
"passport-apple": "^1.1.1",
|
|
"passport-appleid": "^1.0.5",
|
|
"passport-custom": "^1.1.1",
|
|
"passport-facebook": "^2.1.1",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"passport-kakao": "^1.0.0",
|
|
"passport-local": "^1.0.0",
|
|
"public-ip": "^4.0.0",
|
|
"puppeteer": "^5.2.1",
|
|
"randomstring": "^1.1.5",
|
|
"redis": "^2.8.0",
|
|
"request": "^2.88.2",
|
|
"rotating-file-stream": "^2.0.2",
|
|
"safe-decode-uri-component": "^1.2.1",
|
|
"serve-favicon": "~2.4.5",
|
|
"shortid": "^2.2.15",
|
|
"socket.io": "^2.3.0",
|
|
"sonic-boom": "^3.1.0",
|
|
"stack-trace": "0.0.10",
|
|
"tar": "^6.1.11",
|
|
"util": "^0.10.4",
|
|
"uuid": "^3.4.0",
|
|
"winston": "^2.4.4",
|
|
"winston-daily-rotate-file": "^1.7.2",
|
|
"winston-loggly-bulk": "^2.0.3",
|
|
"ws": "^7.3.1",
|
|
"xlsx": "^0.17.5",
|
|
"youtube-dl": "^3.0.2",
|
|
"ytpl": "^2.0.0-alpha.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-node": "^4.1.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.7.1",
|
|
"rimraf": "^2.7.1"
|
|
}
|
|
}
|