2018-09-16 05:54:54 +02:00
|
|
|
{
|
|
|
|
"name": "lolisafe",
|
|
|
|
"version": "4.0.0",
|
|
|
|
"description": "Blazing fast file uploader and bunker written in node! 🚀",
|
2019-02-18 15:36:35 +01:00
|
|
|
"license": "MIT",
|
2018-09-16 05:54:54 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Pitu",
|
|
|
|
"email": "heyitspitu@gmail.com",
|
|
|
|
"url": "https://github.com/Pitu"
|
|
|
|
},
|
|
|
|
"main": "src/_scripts/start.js",
|
|
|
|
"scripts": {
|
2019-02-21 15:49:29 +01:00
|
|
|
"setup": "yarn build && node src/wizard.js",
|
|
|
|
"dev": "nuxt",
|
2018-09-19 09:45:50 +02:00
|
|
|
"build": "nuxt build",
|
2019-02-21 15:49:29 +01:00
|
|
|
"migrate": "yarn knex migrate:latest",
|
|
|
|
"seed": "yarn knex seed:run",
|
|
|
|
"api": "node src/api/structures/Server",
|
|
|
|
"site": "cross-env NODE_ENV=production nuxt start",
|
|
|
|
"update": "git pull && yarn migrate && yarn build"
|
2018-09-16 05:54:54 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/WeebDev/lolisafe"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/WeebDev/lolisafe/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-18 08:34:00 +02:00
|
|
|
"adm-zip": "^0.4.11",
|
2018-09-16 05:54:54 +02:00
|
|
|
"axios": "^0.18.0",
|
|
|
|
"bcrypt": "^2.0.1",
|
|
|
|
"body-parser": "^1.18.2",
|
|
|
|
"buefy": "0.6.3",
|
|
|
|
"busboy": "^0.2.14",
|
|
|
|
"chalk": "^2.4.1",
|
|
|
|
"compression": "^1.7.2",
|
|
|
|
"cors": "^2.8.4",
|
2019-02-19 15:52:24 +01:00
|
|
|
"dotenv": "^6.2.0",
|
2018-09-16 05:54:54 +02:00
|
|
|
"dumper.js": "^1.1.1",
|
|
|
|
"express": "^4.16.3",
|
|
|
|
"express-rate-limit": "^2.11.0",
|
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
|
|
"fs-jetpack": "^1.3.0",
|
|
|
|
"fuse.js": "^3.2.0",
|
|
|
|
"helmet": "^3.12.0",
|
2018-09-16 10:25:46 +02:00
|
|
|
"imagesloaded": "^4.1.4",
|
2018-09-16 05:54:54 +02:00
|
|
|
"jsonwebtoken": "^8.2.1",
|
|
|
|
"knex": "^0.14.6",
|
|
|
|
"moment": "^2.22.1",
|
|
|
|
"multer": "^1.3.0",
|
2019-02-18 16:06:50 +01:00
|
|
|
"nuxt": "^2.4.3",
|
2019-02-19 03:29:22 +01:00
|
|
|
"nuxt-dropzone": "^0.2.7",
|
2018-09-16 05:54:54 +02:00
|
|
|
"one-liner": "^1.3.0",
|
|
|
|
"path": "^0.12.7",
|
2018-09-16 22:53:14 +02:00
|
|
|
"pg": "^7.4.3",
|
2019-02-19 03:29:22 +01:00
|
|
|
"qoa": "^0.2.0",
|
2018-09-16 05:54:54 +02:00
|
|
|
"randomstring": "^1.1.5",
|
2018-09-19 09:45:50 +02:00
|
|
|
"serve-static": "^1.13.2",
|
2018-09-16 05:54:54 +02:00
|
|
|
"sharp": "^0.20.3",
|
2019-02-21 16:00:07 +01:00
|
|
|
"sqlite3": "^4.0.6",
|
2018-09-16 05:54:54 +02:00
|
|
|
"v-clipboard": "^1.0.4",
|
2019-02-18 16:06:50 +01:00
|
|
|
"vue-analytics": "^5.16.2",
|
2018-09-16 05:54:54 +02:00
|
|
|
"vue-axios": "^2.0.2",
|
2019-02-18 16:06:50 +01:00
|
|
|
"vue-isyourpasswordsafe": "^1.0.2",
|
2018-09-16 05:54:54 +02:00
|
|
|
"vue-plyr": "^2.1.1",
|
|
|
|
"vue-timeago": "^3.4.4",
|
2019-02-18 16:06:50 +01:00
|
|
|
"vue2-transitions": "^0.2.3"
|
2018-09-16 05:54:54 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-02-18 16:06:50 +01:00
|
|
|
"autoprefixer": "^9.4.7",
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"cross-env": "^5.2.0",
|
|
|
|
"eslint": "^5.13.0",
|
2018-09-19 09:45:50 +02:00
|
|
|
"eslint-config-aqua": "^4.4.1",
|
2019-02-18 16:06:50 +01:00
|
|
|
"eslint-plugin-vue": "^5.2.1",
|
|
|
|
"node-sass": "^4.11.0",
|
2019-02-19 03:29:22 +01:00
|
|
|
"postcss-css-variables": "^0.11.0",
|
2018-09-16 05:54:54 +02:00
|
|
|
"postcss-nested": "^3.0.0",
|
2018-09-19 09:45:50 +02:00
|
|
|
"sass-loader": "^7.1.0",
|
2018-09-16 05:54:54 +02:00
|
|
|
"vue-eslint-parser": "^2.0.3"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
2018-09-19 09:45:50 +02:00
|
|
|
"aqua/vue",
|
|
|
|
"aqua/node"
|
2018-09-16 05:54:54 +02:00
|
|
|
],
|
|
|
|
"rules": {
|
2018-09-19 09:45:50 +02:00
|
|
|
"vue/attribute-hyphenation": 0,
|
|
|
|
"quote-props": 0
|
2018-09-16 05:54:54 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"lolisafe",
|
|
|
|
"upload",
|
|
|
|
"uploader",
|
|
|
|
"file",
|
|
|
|
"vue",
|
2019-02-18 15:36:35 +01:00
|
|
|
"ssr",
|
|
|
|
"file uploader",
|
|
|
|
"images"
|
2018-09-16 05:54:54 +02:00
|
|
|
]
|
|
|
|
}
|