traxxx/package.json

131 lines
5.2 KiB
JSON
Raw Normal View History

2019-03-02 22:59:15 +00:00
{
"name": "traxxx",
2020-09-04 01:18:27 +00:00
"version": "1.125.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {
"start": "node -r source-map-support/register dist/init.js",
"webpack": "webpack --env=production --mode=production",
"webpack-dev": "webpack --env=development --mode=development",
"webpack-watch": "webpack --progress --colors --watch --env=development --mode=development",
"babel": "babel src --source-maps -d dist",
"babel-watch": "babel src -w --source-maps -d dist",
"build": "babel src --source-maps -d dist && webpack --env=production --mode=production",
"eslint": "eslint src/",
"eslint-watch": "esw --watch src/",
"knex": "knex",
"migrate-make": "knex-migrate generate",
"migrate": "knex-migrate up",
"rollback": "knex-migrate down",
"seed-make": "knex seed:make",
"seed": "knex seed:run",
"flush": "cli-confirm \"This completely purges the database, are you sure?\" && knex-migrate down --to 0 && knex-migrate up && knex seed:run",
2020-05-25 00:02:28 +00:00
"tag-thumbs": "cd \"public/img/tags/$TAG\"; mkdir -p thumbs lazy; mogrify -path thumbs -resize x240\\> -quality 90% *.jpeg; mogrify -path lazy -resize x90\\> -quality 90% *.jpeg",
"tags-thumbs": "for dir in public/img/tags/*; do mkdir -p \"$dir/thumbs\" \"$dir/lazy\"; mogrify -path \"$dir/thumbs\" -resize x280\\> -quality 90% \"$dir/*.jpeg\"; mogrify -path \"$dir/lazy\" -resize x90\\> -quality 90% \"$dir/*.jpeg\"; done",
"logo-thumbs": "cd \"public/img/logos/$LOGO\"; mkdir -p thumbs lazy; mogrify -path thumbs -resize 300x\\> *.png; mogrify -path lazy -resize 50x\\> *.png",
"logos-thumbs": "for dir in public/img/logos/*; do mkdir -p \"$dir/thumbs\" \"$dir/lazy\"; mogrify -path \"$dir/thumbs\" -resize 300x\\> \"$dir/*.png\"; mogrify -path \"$dir/lazy\" -resize 50x\\> \"$dir/*.png\"; done"
},
"repository": {
"type": "git",
"url": "https://gitea.unknown.name/niels/traxxx.git"
},
"keywords": [
"porn",
"releases",
"updates",
"nsfw"
],
"author": "DebaucheryLibrarian",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"autoprefixer": "^9.7.4",
2020-02-26 23:38:11 +00:00
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
2019-12-09 04:00:49 +00:00
"babel-preset-airbnb": "^3.3.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
2019-12-09 04:00:49 +00:00
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.20.1",
2019-12-09 04:00:49 +00:00
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-vue": "^6.2.1",
"eslint-watch": "^4.0.2",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^2.0.0",
2019-12-09 04:00:49 +00:00
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
"@graphile-contrib/pg-simplify-inflector": "^5.0.0-beta.1",
"@tensorflow/tfjs-node": "^1.5.2",
2019-12-09 04:00:49 +00:00
"babel-polyfill": "^6.26.0",
"bhttp": "^1.2.6",
"blake2": "^4.0.0",
2019-12-09 04:00:49 +00:00
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
2020-02-26 23:38:11 +00:00
"casual": "^1.6.2",
2019-12-09 04:00:49 +00:00
"cheerio": "^1.0.0-rc.3",
"cli-confirm": "^1.0.1",
"config": "^3.2.5",
2020-02-28 02:56:58 +00:00
"csv-stringify": "^5.3.6",
2020-02-26 23:38:11 +00:00
"dayjs": "^1.8.21",
"dompurify": "^2.0.11",
"ejs": "^3.0.1",
2019-12-09 04:00:49 +00:00
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"express-react-views": "^0.11.0",
2019-12-11 04:15:23 +00:00
"face-api.js": "^0.21.0",
"file-type": "^14.1.4",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^7.0.1",
"graphile-utils": "^4.5.6",
"iconv-lite": "^0.5.1",
"jsdom": "^16.3.0",
2020-02-26 23:38:11 +00:00
"knex": "^0.20.10",
2019-12-09 04:00:49 +00:00
"knex-migrate": "^1.7.4",
"longjohn": "^0.2.12",
"mime": "^2.4.4",
"moment": "^2.24.0",
2020-02-26 23:38:11 +00:00
"nanoid": "^2.1.11",
2019-12-09 04:00:49 +00:00
"opn": "^5.5.0",
"pg": "^7.18.1",
"postgraphile": "^4.5.5",
"postgraphile-plugin-connection-filter": "^1.1.3",
"promise-task-queue": "^1.2.0",
2019-05-17 19:59:14 +00:00
"prop-types": "^15.7.2",
2020-02-26 23:38:11 +00:00
"react": "^16.13.0",
"react-dom": "^16.13.0",
2019-12-09 04:00:49 +00:00
"sharp": "^0.23.4",
"showdown": "^1.9.1",
"source-map-support": "^0.5.16",
"template-format": "^1.2.5",
"tough-cookie": "^3.0.1",
"tty-table": "^2.8.12",
"tunnel": "0.0.6",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-lazyload": "^1.3.3",
2020-02-26 23:38:11 +00:00
"vue-router": "^3.1.6",
2019-12-09 04:00:49 +00:00
"vuex": "^3.1.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2",
"yargs": "^13.3.0"
}
2019-03-02 22:59:15 +00:00
}