package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. "setup": "node src/wizard.js",
  14. "api": "node src/api/structures/Server",
  15. "site": "nuxt",
  16. "build": "nuxt build",
  17. "start": "cross-env NODE_ENV=production node src/start && nuxt start"
  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. "dotenv": "^6.2.0",
  40. "dumper.js": "^1.1.1",
  41. "express": "^4.16.3",
  42. "express-rate-limit": "^2.11.0",
  43. "fluent-ffmpeg": "^2.1.2",
  44. "fs-jetpack": "^1.3.0",
  45. "fuse.js": "^3.2.0",
  46. "helmet": "^3.12.0",
  47. "imagesloaded": "^4.1.4",
  48. "jsonwebtoken": "^8.2.1",
  49. "knex": "^0.14.6",
  50. "moment": "^2.22.1",
  51. "multer": "^1.3.0",
  52. "nuxt": "^2.4.3",
  53. "nuxt-dropzone": "^0.2.7",
  54. "one-liner": "^1.3.0",
  55. "path": "^0.12.7",
  56. "pg": "^7.4.3",
  57. "qoa": "^0.2.0",
  58. "randomstring": "^1.1.5",
  59. "serve-static": "^1.13.2",
  60. "sharp": "^0.20.3",
  61. "v-clipboard": "^1.0.4",
  62. "vue-analytics": "^5.16.2",
  63. "vue-axios": "^2.0.2",
  64. "vue-isyourpasswordsafe": "^1.0.2",
  65. "vue-plyr": "^2.1.1",
  66. "vue-timeago": "^3.4.4",
  67. "vue2-transitions": "^0.2.3"
  68. },
  69. "devDependencies": {
  70. "autoprefixer": "^9.4.7",
  71. "babel-eslint": "^10.0.1",
  72. "cross-env": "^5.2.0",
  73. "eslint": "^5.13.0",
  74. "eslint-config-aqua": "^4.4.1",
  75. "eslint-plugin-vue": "^5.2.1",
  76. "node-sass": "^4.11.0",
  77. "postcss-css-variables": "^0.11.0",
  78. "postcss-nested": "^3.0.0",
  79. "ream": "^3.2.7",
  80. "sass-loader": "^7.1.0",
  81. "vue-eslint-parser": "^2.0.3"
  82. },
  83. "eslintConfig": {
  84. "extends": [
  85. "aqua/vue",
  86. "aqua/node"
  87. ],
  88. "rules": {
  89. "vue/attribute-hyphenation": 0,
  90. "quote-props": 0
  91. }
  92. },
  93. "keywords": [
  94. "lolisafe",
  95. "upload",
  96. "uploader",
  97. "file",
  98. "vue",
  99. "ssr",
  100. "file uploader",
  101. "images"
  102. ]
  103. }