package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "lolisafe",
  3. "version": "4.0.0",
  4. "description": "Blazing fast file uploader and bunker written in node! 🚀",
  5. "license": "MIT",
  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": "node src/api/structures/Server",
  14. "site": "nuxt",
  15. "build": "nuxt build",
  16. "start": "cross-env NODE_ENV=production node src/start && nuxt start"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/WeebDev/lolisafe"
  21. },
  22. "bugs": {
  23. "url": "https://github.com/WeebDev/lolisafe/issues"
  24. },
  25. "engines": {
  26. "node": ">=8.0.0"
  27. },
  28. "dependencies": {
  29. "adm-zip": "^0.4.11",
  30. "axios": "^0.18.0",
  31. "bcrypt": "^2.0.1",
  32. "body-parser": "^1.18.2",
  33. "buefy": "0.6.3",
  34. "busboy": "^0.2.14",
  35. "chalk": "^2.4.1",
  36. "compression": "^1.7.2",
  37. "cors": "^2.8.4",
  38. "dumper.js": "^1.1.1",
  39. "express": "^4.16.3",
  40. "express-rate-limit": "^2.11.0",
  41. "fluent-ffmpeg": "^2.1.2",
  42. "fs-jetpack": "^1.3.0",
  43. "fuse.js": "^3.2.0",
  44. "helmet": "^3.12.0",
  45. "imagesloaded": "^4.1.4",
  46. "jsonwebtoken": "^8.2.1",
  47. "knex": "^0.14.6",
  48. "moment": "^2.22.1",
  49. "multer": "^1.3.0",
  50. "nuxt-dropzone": "^0.2.7",
  51. "nuxt": "^2.4.3",
  52. "one-liner": "^1.3.0",
  53. "path": "^0.12.7",
  54. "pg": "^7.4.3",
  55. "randomstring": "^1.1.5",
  56. "serve-static": "^1.13.2",
  57. "sharp": "^0.20.3",
  58. "v-clipboard": "^1.0.4",
  59. "vue-analytics": "^5.16.2",
  60. "vue-axios": "^2.0.2",
  61. "vue-isyourpasswordsafe": "^1.0.2",
  62. "vue-plyr": "^2.1.1",
  63. "vue-timeago": "^3.4.4",
  64. "vue2-transitions": "^0.2.3"
  65. },
  66. "devDependencies": {
  67. "autoprefixer": "^9.4.7",
  68. "babel-eslint": "^10.0.1",
  69. "cross-env": "^5.2.0",
  70. "eslint": "^5.13.0",
  71. "eslint-config-aqua": "^4.4.1",
  72. "eslint-plugin-vue": "^5.2.1",
  73. "node-sass": "^4.11.0",
  74. "postcss-nested": "^3.0.0",
  75. "ream": "^3.2.7",
  76. "postcss-css-variables": "^0.11.0",
  77. "sass-loader": "^7.1.0",
  78. "vue-eslint-parser": "^2.0.3"
  79. },
  80. "eslintConfig": {
  81. "extends": [
  82. "aqua/vue",
  83. "aqua/node"
  84. ],
  85. "rules": {
  86. "vue/attribute-hyphenation": 0,
  87. "quote-props": 0
  88. }
  89. },
  90. "keywords": [
  91. "lolisafe",
  92. "upload",
  93. "uploader",
  94. "file",
  95. "vue",
  96. "ssr",
  97. "file uploader",
  98. "images"
  99. ]
  100. }