v3.0.0/package.json

102 lines
2.2 KiB
JSON
Raw Normal View History

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": {
"api": "nodemon src/start api",
"site": "node src/start site",
2018-09-19 09:45:50 +02:00
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node src/start && nuxt start",
"nuxt": "nuxt --port 5002"
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",
"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",
"nuxt-dropzone": "^0.2.7",
2018-09-19 09:45:50 +02:00
"nuxt-edge": "^2.0.0-25621471.65432e6",
2018-09-16 05:54:54 +02:00
"one-liner": "^1.3.0",
"path": "^0.12.7",
"pg": "^7.4.3",
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",
"v-clipboard": "^1.0.4",
"vue-analytics": "^5.9.1",
"vue-axios": "^2.0.2",
"vue-isyourpasswordsafe": "^1.0.1",
"vue-plyr": "^2.1.1",
"vue-timeago": "^3.4.4",
"vuex": "^3.0.1"
},
"devDependencies": {
2018-09-19 09:45:50 +02:00
"autoprefixer": "^9.1.5",
"babel-eslint": "^9.0.0",
2018-09-16 05:54:54 +02:00
"cross-env": "^5.1.4",
2018-09-19 09:45:50 +02:00
"eslint": "^5.6.0",
"eslint-config-aqua": "^4.4.1",
"eslint-plugin-vue": "^5.0.0-beta.3",
"node-sass": "^4.9.3",
2018-09-16 05:54:54 +02:00
"nodemon": "^1.17.5",
"postcss-nested": "^3.0.0",
"ream": "^3.2.7",
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
]
}