Skip to content
Snippets Groups Projects
package.json 1.97 KiB
Newer Older
{
  "name": "repository",
  "version": "0.0.1",
  "description": "DESCRIPTION",
  "productName": "REPOSITORY",
  "private": true,
  "author": {
    "name": "Griefed",
    "email": "griefed@griefed.de",
    "url": "https://griefed.de/"
  },
  "bugs": {
    "url": "https://github.com/Griefed/REPOSITORY/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Griefed/REPOSITORY.git"
  },
  "scripts": {
    "start": "quasar dev",
    "electron": "quasar dev -m electron",
    "build": "quasar build",
Griefed's avatar
Griefed committed
    "clean": "quasar clean",
    "ebuild": "quasar build -m electron",
    "lint": "eslint --ext .js,.vue,.ts ./",
    "test": "echo \"No test specified\" && exit 0"
  },
  "dependencies": {
    "@quasar/extras": "1.15.4",
    "axios": "0.27.2",
    "quasar": "2.7.7",
    "core-js": "3.25.5",
Griefed's avatar
Griefed committed
    "tsparticles": "1.43.1"
    "@babel/eslint-parser": "7.18.9",
    "electron": "20.1.1",
    "@quasar/app": "3.3.3",
    "electron-packager": "15.5.1",
    "eslint": "8.23.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-vue": "9.4.0",
    "eslint-webpack-plugin": "3.2.0"
  },
  "browserslist": [
    "last 10 Chrome versions",
    "last 10 Firefox versions",
    "last 4 Edge versions",
    "last 7 Safari versions",
    "last 8 Android versions",
    "last 8 ChromeAndroid versions",
    "last 8 FirefoxAndroid versions",
    "last 10 iOS versions",
    "last 5 Opera versions"
  ],
  "engines": {
    "node": "^16.9.1",
    "npm": "^8.0.0",
    "yarn": "^1.22.11"
  },
  "contributors": [
    {
      "name": "Griefed",
      "email": "griefed@griefed.de",
      "url": "https://github.com/Griefed"
    },
    {
      "name": "dependabot[bot]",
      "email": "49699333+dependabot[bot]@users.noreply.github.com",
      "url": "https://github.com/apps/dependabot"
    },
    {
      "name": "github-actions[bot]",
      "email": "41898282+github-actions[bot]@users.noreply.github.com",
      "url": "https://github.com/apps/github-actions"
    }
  ]
}