mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
6b2b8e9b0e
node-fetch: 2.6.0 -> 2.6.1 (security) browserslist: 4.14.0 -> 4.14.1 stylelint: 13.6.1 -> 13.7.0 Obligatory bump to versions.json as this commit requires rebuilding client assets (dev dependencies updates affect style.css). As usual, rebuilds will be in the next commit by the build bot.
88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
{
|
|
"name": "lolisafe",
|
|
"version": "3.0.0",
|
|
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BobbyWibowo/lolisafe"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node ./lolisafe.js",
|
|
"pm2": "pm2 start ./lolisafe.js",
|
|
"lint": "gulp lint",
|
|
"build": "gulp default",
|
|
"watch": "gulp watch",
|
|
"develop": "env NODE_ENV=development yarn watch",
|
|
"migrate": "node ./database/migration.js",
|
|
"bump-versions": "node ./scripts/bump-versions.js",
|
|
"cf-purge": "node ./scripts/cf-purge.js",
|
|
"clean-up": "node ./scripts/clean-up.js",
|
|
"delete-expired": "node ./scripts/delete-expired.js",
|
|
"thumbs": "node ./scripts/thumbs.js",
|
|
"pull": "git pull && yarn --production",
|
|
"stash": "git stash || true",
|
|
"stash-pop": "git stash pop || true",
|
|
"full-upgrade": "rm -f ./yarn.lock && yarn"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "~5.0.0",
|
|
"blake3": "~2.1.4",
|
|
"body-parser": "~1.19.0",
|
|
"clamdjs": "~1.0.2",
|
|
"express": "~4.17.1",
|
|
"express-rate-limit": "~5.1.3",
|
|
"fluent-ffmpeg": "~2.1.2",
|
|
"helmet": "~4.1.0",
|
|
"jszip": "~3.5.0",
|
|
"knex": "~0.21.5",
|
|
"multer": "~1.4.2",
|
|
"node-fetch": "~2.6.1",
|
|
"nunjucks": "~3.2.2",
|
|
"randomstring": "~1.1.5",
|
|
"readline": "~1.3.0",
|
|
"search-query-parser": "~1.5.5",
|
|
"sharp": "~0.26.0",
|
|
"sqlite3": "~5.0.0",
|
|
"systeminformation": "~4.27.3"
|
|
},
|
|
"devDependencies": {
|
|
"browserslist": "~4.14.1",
|
|
"bulma": "~0.9.0",
|
|
"cssnano": "~4.1.10",
|
|
"del": "~5.1.0",
|
|
"eslint": "~6.8.0",
|
|
"eslint-config-standard": "~14.1.1",
|
|
"eslint-plugin-compat": "~3.8.0",
|
|
"eslint-plugin-import": "~2.22.0",
|
|
"eslint-plugin-node": "~11.1.0",
|
|
"eslint-plugin-promise": "~4.2.1",
|
|
"eslint-plugin-standard": "~4.0.1",
|
|
"gulp": "~4.0.2",
|
|
"gulp-buble": "~0.9.0",
|
|
"gulp-cli": "~2.3.0",
|
|
"gulp-eslint": "~6.0.0",
|
|
"gulp-if": "~3.0.0",
|
|
"gulp-nodemon": "~2.5.0",
|
|
"gulp-postcss": "~8.0.0",
|
|
"gulp-replace": "~1.0.0",
|
|
"gulp-sass": "~4.1.0",
|
|
"gulp-sourcemaps": "~2.6.5",
|
|
"gulp-stylelint": "~13.0.0",
|
|
"gulp-terser": "~1.4.0",
|
|
"node-sass": "~4.14.1",
|
|
"postcss-preset-env": "~6.7.0",
|
|
"stylelint": "~13.7.0",
|
|
"stylelint-config-standard": "~20.0.0"
|
|
},
|
|
"resolutions": {
|
|
"sqlite3/node-addon-api": "2.0.1"
|
|
}
|
|
}
|