2019-03-02 22:59:15 +00:00
|
|
|
{
|
2019-03-03 03:18:33 +00:00
|
|
|
"name": "traxxx",
|
2020-01-17 00:55:57 +00:00
|
|
|
"version": "1.58.2",
|
2019-03-03 03:18:33 +00:00
|
|
|
"description": "All the latest porn releases in one place",
|
|
|
|
"main": "src/app.js",
|
|
|
|
"scripts": {
|
2019-04-08 01:40:08 +00:00
|
|
|
"postinstall": "npm run migrate && npm run seed",
|
2019-12-09 23:30:55 +00:00
|
|
|
"start": "node -r source-map-support/register dist/init.js",
|
2019-06-03 03:31:38 +00:00
|
|
|
"webpack": "webpack --env=production --mode=production",
|
|
|
|
"webpack-dev": "webpack --env=development --mode=development",
|
|
|
|
"webpack-watch": "webpack --progress --colors --watch --env=development --mode=development",
|
2019-12-09 23:30:55 +00:00
|
|
|
"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",
|
2019-03-03 03:18:33 +00:00
|
|
|
"eslint": "eslint src/",
|
2019-03-25 02:57:33 +00:00
|
|
|
"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",
|
2019-09-26 01:27:01 +00:00
|
|
|
"seed": "knex seed:run",
|
|
|
|
"flush": "cli-confirm \"This completely purges the database, are you sure?\" && knex-migrate down && knex-migrate up && knex seed:run"
|
2019-03-03 03:18:33 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.unknown.name/niels/traxxx.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"porn",
|
|
|
|
"releases",
|
|
|
|
"updates",
|
|
|
|
"nsfw"
|
|
|
|
],
|
|
|
|
"author": "Niels Simenon",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2019-12-09 04:00:49 +00:00
|
|
|
"@babel/cli": "^7.7.5",
|
|
|
|
"@babel/core": "^7.7.5",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
|
|
|
|
"@babel/preset-env": "^7.7.6",
|
2019-12-15 21:16:55 +00:00
|
|
|
"@babel/register": "^7.7.4",
|
2019-12-09 04:00:49 +00:00
|
|
|
"autoprefixer": "^9.7.3",
|
|
|
|
"babel-eslint": "^10.0.3",
|
2019-06-03 03:31:38 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-12-09 04:00:49 +00:00
|
|
|
"babel-preset-airbnb": "^3.3.2",
|
2019-06-03 03:31:38 +00:00
|
|
|
"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",
|
2019-12-12 03:04:35 +00:00
|
|
|
"eslint-plugin-import": "^2.19.1",
|
2019-12-09 04:00:49 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
|
|
|
"eslint-plugin-vue": "^6.0.1",
|
2019-06-03 03:31:38 +00:00
|
|
|
"eslint-watch": "^4.0.2",
|
|
|
|
"mini-css-extract-plugin": "^0.7.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"node-sass": "^4.13.0",
|
2019-06-03 03:31:38 +00:00
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"raw-loader": "^2.0.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"sass-loader": "^7.3.1",
|
2019-06-03 03:31:38 +00:00
|
|
|
"style-loader": "^0.23.1",
|
2019-12-09 04:00:49 +00:00
|
|
|
"vue-loader": "^15.7.2",
|
2019-06-03 03:31:38 +00:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2019-12-09 04:00:49 +00:00
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-cli": "^3.3.10"
|
2019-03-03 03:18:33 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-01-04 01:51:58 +00:00
|
|
|
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
|
2019-12-15 04:42:51 +00:00
|
|
|
"@graphile-contrib/pg-simplify-inflector": "^5.0.0-beta.1",
|
2019-12-11 04:15:23 +00:00
|
|
|
"@tensorflow/tfjs-node": "^1.4.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"babel-polyfill": "^6.26.0",
|
2019-03-03 03:18:33 +00:00
|
|
|
"bhttp": "^1.2.4",
|
2019-11-11 02:20:00 +00:00
|
|
|
"blake2": "^4.0.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"bluebird": "^3.7.2",
|
2019-06-03 03:31:38 +00:00
|
|
|
"body-parser": "^1.19.0",
|
2019-12-11 04:15:23 +00:00
|
|
|
"canvas": "^2.6.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2019-09-26 01:27:01 +00:00
|
|
|
"cli-confirm": "^1.0.1",
|
2019-12-09 04:00:49 +00:00
|
|
|
"config": "^3.2.4",
|
|
|
|
"dayjs": "^1.8.17",
|
|
|
|
"express": "^4.17.1",
|
2019-05-06 00:01:57 +00:00
|
|
|
"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",
|
2019-05-06 00:01:57 +00:00
|
|
|
"fs-extra": "^7.0.1",
|
2019-12-16 01:39:13 +00:00
|
|
|
"graphile-utils": "^4.5.6",
|
2020-01-06 04:19:38 +00:00
|
|
|
"iconv-lite": "^0.5.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"jsdom": "^15.2.1",
|
|
|
|
"knex": "^0.16.5",
|
|
|
|
"knex-migrate": "^1.7.4",
|
2019-09-25 02:52:58 +00:00
|
|
|
"mime": "^2.4.4",
|
2019-03-04 03:19:03 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-12-09 04:00:49 +00:00
|
|
|
"opn": "^5.5.0",
|
|
|
|
"pg": "^7.14.0",
|
2019-12-15 04:42:51 +00:00
|
|
|
"postgraphile": "^4.5.5",
|
|
|
|
"postgraphile-plugin-connection-filter": "^1.1.3",
|
2019-05-17 19:59:14 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2019-12-09 04:00:49 +00:00
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"sharp": "^0.23.4",
|
2019-12-04 20:58:08 +00:00
|
|
|
"showdown": "^1.9.1",
|
2019-12-09 23:30:55 +00:00
|
|
|
"source-map-support": "^0.5.16",
|
2019-04-07 23:49:45 +00:00
|
|
|
"tough-cookie": "^3.0.1",
|
2019-12-09 04:00:49 +00:00
|
|
|
"tty-table": "^2.8.3",
|
2019-11-28 04:36:22 +00:00
|
|
|
"url-pattern": "^1.0.3",
|
2019-11-13 02:14:24 +00:00
|
|
|
"v-tooltip": "^2.0.2",
|
2019-06-03 03:31:38 +00:00
|
|
|
"vue": "^2.6.10",
|
2019-12-09 04:00:49 +00:00
|
|
|
"vue-router": "^3.1.3",
|
|
|
|
"vuex": "^3.1.2",
|
2020-01-08 22:33:24 +00:00
|
|
|
"winston": "^3.2.1",
|
2020-01-13 22:45:09 +00:00
|
|
|
"winston-daily-rotate-file": "^4.4.1",
|
2019-12-09 04:00:49 +00:00
|
|
|
"yargs": "^13.3.0"
|
2019-03-03 03:18:33 +00:00
|
|
|
}
|
2019-03-02 22:59:15 +00:00
|
|
|
}
|