123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- {
- "name": "dreamtime",
- "private": true,
- "displayName": "DreamTime",
- "description": "Application that uses artificial intelligence to generate fake nudes.",
- "version": "1.5.4",
- "homepage": "https://time.dreamnet.tech",
- "main": "electron/dist/index.js",
- "license": "GPL-3.0-only",
- "scripts": {
- "postinstall": "patch-package",
- "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
- "test": "env-cmd -e default,test mocha",
- "clean": "shx rm -rf .nuxt/ dist/ electron/dist/",
- "optimize": "modclean --patterns default:safe --run",
- "deploy": "node scripts/deploy.js",
- "development": "env-cmd -e default,development --no-override",
- "production": "env-cmd -e default,production --no-override",
- "start:nuxt": "yarn development nuxt",
- "start:babel": "yarn development babel electron/src --out-dir electron/dist --source-maps --watch --verbose",
- "start:electron": "yarn development electron . --allow-file-access-from-files",
- "build:nuxt": "yarn production nuxt build && yarn production nuxt export",
- "build:babel": "yarn production babel electron/src --out-dir electron/dist --minified",
- "build:electron": "yarn production electron-builder --publish=never --x64",
- "build:dev": "yarn run clean && yarn run build:nuxt && yarn run build:babel && yarn run build:electron",
- "build": "yarn run clean && yarn run build:nuxt && yarn run build:babel && yarn run optimize && yarn run build:electron",
- "preview:electron": "env-cmd -e default,production,preview --no-override electron .",
- "preview:production": "yarn build:nuxt && yarn build:babel && yarn preview:electron"
- },
- "lint-staged": {
- "*.{js,vue}": "eslint --fix"
- },
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "dependencies": {
- "7zip-bin": "^5.0.3",
- "@adonisjs/websocket-client": "^1.0.9",
- "@dicebear/avatars": "^4.2.1",
- "@dicebear/avatars-jdenticon-sprites": "^4.2.1",
- "@dreamnet/logplease": "^1.0.0",
- "@dreamnet/queue": "^0.1.2",
- "@fortawesome/fontawesome-svg-core": "^1.2.28",
- "@fortawesome/free-brands-svg-icons": "^5.13.0",
- "@fortawesome/free-regular-svg-icons": "^5.13.0",
- "@fortawesome/free-solid-svg-icons": "^5.13.0",
- "@fortawesome/vue-fontawesome": "^0.1.9",
- "@imagemagick/magick-wasm": "^0.0.2",
- "@sweetalert2/theme-dark": "^3.1.4",
- "axios": "^0.19.2",
- "chokidar": "^3.4.0",
- "combokeys": "^3.0.1",
- "compare-versions": "^3.6.0",
- "cropperjs": "^1.5.7",
- "cryptr": "^6.0.2",
- "dayjs": "^1.8.28",
- "deferred": "^0.7.11",
- "delay": "^4.3.0",
- "electron-context-menu": "^2.0.1",
- "electron-devtools-installer": "^3.0.0",
- "electron-util": "^0.14.1",
- "emoji-strip": "^1.0.1",
- "eventemitter3": "^4.0.4",
- "fabric": "^3.6.3",
- "filesize": "^6.1.0",
- "form-data": "^3.0.0",
- "fs-extra": "^9.0.1",
- "he": "^1.2.0",
- "instagram-save": "^1.3.2",
- "intro.js": "^2.9.3",
- "is-online": "^8.4.0",
- "js-event-bus": "^1.0.3",
- "js-yaml": "^3.14.0",
- "lodash": "^4.17.15",
- "logrocket": "^1.0.7",
- "markdown-it": "^11.0.0",
- "md5-file": "^5.0.0",
- "melanke-watchjs": "^1.5.2",
- "mime-types": "^2.1.27",
- "node-7z": "^2.1.1",
- "normalize-path": "^3.0.0",
- "nuxt": "^2.13.0",
- "patch-package": "^6.2.2",
- "popmotion": "^8.7.3",
- "portal-vue": "^2.1.7",
- "postinstall-postinstall": "^2.1.0",
- "promise-worker": "^2.0.1",
- "randomcolor": "^0.5.4",
- "regedit": "^3.0.3",
- "rollbar": "^2.16.2",
- "semver-regex": "^3.1.1",
- "slash": "^3.0.0",
- "sourcemapped-stacktrace": "^1.1.11",
- "sweetalert2": "^9.15.0",
- "systeminformation": "^4.26.9",
- "tippy.js": "^6.2.3",
- "tui-image-editor": "3.9.0",
- "unique-names-generator": "^4.2.0",
- "unzipper": "^0.10.11",
- "uuid": "^8.0.0",
- "vue-slider-component": "^3.1.5"
- },
- "devDependencies": {
- "@babel/cli": "^7.8.4",
- "@babel/core": "^7.8.4",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
- "@babel/plugin-proposal-export-default-from": "^7.8.3",
- "@babel/plugin-proposal-optional-chaining": "^7.9.0",
- "@babel/plugin-transform-regenerator": "^7.8.7",
- "@dreamnet/deploy": "^0.1.0",
- "@nuxtjs/eslint-config": "^3.0.0",
- "@nuxtjs/eslint-module": "^2.0.0",
- "@nuxtjs/style-resources": "^1.0.0",
- "@nuxtjs/tailwindcss": "^2.0.0",
- "babel-eslint": "^10.1.0",
- "babel-plugin-lodash": "^3.3.4",
- "babel-plugin-module-resolver": "^4.0.0",
- "babel-plugin-transform-inline-environment-variables": "^0.4.3",
- "babel-watch": "^7.0.0",
- "cross-env": "^7.0.2",
- "electron": "9.1.1",
- "electron-builder": "^22.6.1",
- "env-cmd": "^10.1.0",
- "eslint": "^7.0.0",
- "eslint-config-airbnb-base": "^14.1.0",
- "eslint-config-standard": ">=14.1.1",
- "eslint-import-resolver-node": "^0.3.3",
- "eslint-import-resolver-nuxt": "^1.0.1",
- "eslint-import-resolver-webpack": "^0.12.1",
- "eslint-plugin-import": ">=2.20.2",
- "eslint-plugin-jest": ">=23.13.1",
- "eslint-plugin-lodash": "^7.1.0",
- "eslint-plugin-mocha": "^7.0.0",
- "eslint-plugin-node": ">=11.1.0",
- "eslint-plugin-nuxt": ">=1.0.0",
- "eslint-plugin-promise": ">=4.2.1",
- "eslint-plugin-standard": ">=4.0.1",
- "eslint-plugin-vue": "^6.2.2",
- "fibers": "^5.0.0",
- "husky": "^4.2.5",
- "js-yaml-loader": "^1.2.2",
- "lint-staged": "^10.2.4",
- "mocha": "^7.1.2",
- "modclean": "^3.0.0-beta.1",
- "ndjson-parse": "^1.0.4",
- "ngrok": "^3.2.7",
- "nuxt-purgecss": "^1.0.0",
- "sass": "^1.25.0",
- "sass-loader": "^8.0.2",
- "shx": "^0.3.2",
- "spectron": "^11.0.0",
- "tailwindcss": "^1.4.6",
- "tailwindcss-alpha": "hacknug/tailwindcss-alpha#feature/tests",
- "worker-loader": "^2.0.0"
- },
- "author": {
- "name": "DreamNet",
- "email": "ivan@dreamnet.tech",
- "url": "https://github.com/dreamnettech/dreamtime/graphs/contributors"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dreamnettech/dreamtime.git"
- },
- "bugs": {
- "email": "ivan@dreamnet.tech",
- "url": "https://github.com/dreamnettech/dreamtime/issues"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "os": [
- "win32",
- "darwin",
- "linux"
- ],
- "cpu": [
- "x64"
- ]
- }
|