package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "lolisafe",
  3. "version": "4.0.0",
  4. "description": "Blazing fast file uploader and bunker written in node! 🚀",
  5. "license": "UNLICENSED",
  6. "author": {
  7. "name": "Pitu",
  8. "email": "heyitspitu@gmail.com",
  9. "url": "https://github.com/Pitu"
  10. },
  11. "main": "src/_scripts/start.js",
  12. "scripts": {
  13. "api": "nodemon src/start api",
  14. "site": "node src/start site",
  15. "build": "nuxt build",
  16. "start": "cross-env NODE_ENV=production node src/start && nuxt start",
  17. "nuxt": "nuxt --port 5002"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/WeebDev/lolisafe"
  22. },
  23. "bugs": {
  24. "url": "https://github.com/WeebDev/lolisafe/issues"
  25. },
  26. "engines": {
  27. "node": ">=8.0.0"
  28. },
  29. "dependencies": {
  30. "adm-zip": "^0.4.11",
  31. "axios": "^0.18.0",
  32. "bcrypt": "^2.0.1",
  33. "body-parser": "^1.18.2",
  34. "buefy": "0.6.3",
  35. "busboy": "^0.2.14",
  36. "chalk": "^2.4.1",
  37. "compression": "^1.7.2",
  38. "cors": "^2.8.4",
  39. "dumper.js": "^1.1.1",
  40. "express": "^4.16.3",
  41. "express-rate-limit": "^2.11.0",
  42. "fluent-ffmpeg": "^2.1.2",
  43. "fs-jetpack": "^1.3.0",
  44. "fuse.js": "^3.2.0",
  45. "helmet": "^3.12.0",
  46. "imagesloaded": "^4.1.4",
  47. "jsonwebtoken": "^8.2.1",
  48. "knex": "^0.14.6",
  49. "moment": "^2.22.1",
  50. "multer": "^1.3.0",
  51. "nuxt-dropzone": "^0.2.7",
  52. "nuxt-edge": "^2.0.0-25621471.65432e6",
  53. "one-liner": "^1.3.0",
  54. "path": "^0.12.7",
  55. "pg": "^7.4.3",
  56. "randomstring": "^1.1.5",
  57. "serve-static": "^1.13.2",
  58. "sharp": "^0.20.3",
  59. "v-clipboard": "^1.0.4",
  60. "vue-analytics": "^5.9.1",
  61. "vue-axios": "^2.0.2",
  62. "vue-isyourpasswordsafe": "^1.0.1",
  63. "vue-plyr": "^2.1.1",
  64. "vue-timeago": "^3.4.4",
  65. "vuex": "^3.0.1"
  66. },
  67. "devDependencies": {
  68. "autoprefixer": "^9.1.5",
  69. "babel-eslint": "^9.0.0",
  70. "cross-env": "^5.1.4",
  71. "eslint": "^5.6.0",
  72. "eslint-config-aqua": "^4.4.1",
  73. "eslint-plugin-vue": "^5.0.0-beta.3",
  74. "node-sass": "^4.9.3",
  75. "nodemon": "^1.17.5",
  76. "postcss-nested": "^3.0.0",
  77. "ream": "^3.2.7",
  78. "sass-loader": "^7.1.0",
  79. "vue-eslint-parser": "^2.0.3"
  80. },
  81. "eslintConfig": {
  82. "extends": [
  83. "aqua/vue",
  84. "aqua/node"
  85. ],
  86. "rules": {
  87. "vue/attribute-hyphenation": 0,
  88. "quote-props": 0
  89. }
  90. },
  91. "keywords": [
  92. "lolisafe",
  93. "upload",
  94. "uploader",
  95. "file",
  96. "vue",
  97. "ssr"
  98. ]
  99. }