Advertisement
KoctrX

Untitled

May 8th, 2024
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "projectors",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "scripts": {
  6.     "serve": "vue-cli-service serve --watch",
  7.     "build": "vue-cli-service build --watch",
  8.     "lint": "vue-cli-service lint"
  9.   },
  10.   "dependencies": {
  11.     "core-js": "^3.8.3",
  12.     "dexie": "^3.2.4",
  13.     "lodash": "^4.17.21",
  14.     "rxjs": "^7.8.1",
  15.     "sweetalert2": "^11.10.5",
  16.     "vue": "^3.2.13",
  17.     "vue-images-loaded": "^1.1.2",
  18.     "vuex": "^4.1.0"
  19.   },
  20.   "devDependencies": {
  21.     "@babel/core": "^7.12.16",
  22.     "@babel/eslint-parser": "^7.12.16",
  23.     "@vue/cli-plugin-babel": "~5.0.0",
  24.     "@vue/cli-plugin-eslint": "~5.0.0",
  25.     "@vue/cli-service": "~5.0.0",
  26.     "autoprefixer": "^10.4.17",
  27.     "eslint": "^7.32.0",
  28.     "eslint-plugin-vue": "^8.0.3",
  29.     "postcss": "^8.4.33",
  30.     "tailwindcss": "^3.4.1"
  31.   },
  32.   "eslintConfig": {
  33.     "root": true,
  34.     "env": {
  35.       "node": true
  36.     },
  37.     "extends": [
  38.       "plugin:vue/vue3-essential",
  39.       "eslint:recommended"
  40.     ],
  41.     "parserOptions": {
  42.       "parser": "@babel/eslint-parser"
  43.     },
  44.     "rules": {
  45.       "vue/multi-word-component-names": "off",
  46.       "no-undef": "off",
  47.       "vue/no-unused-components": "off",
  48.       "no-extra-semi": "off",
  49.       "no-unused-vars": "off",
  50.       "no-unreachable": "off",
  51.       "no-prototype-builtins": "off",
  52.       "no-empty": "off",
  53.       "no-debugger": "off",
  54.       "no-dupe-keys": "off",
  55.       "no-constant-condition": "off",
  56.       "no-mixed-spaces-and-tabs": "off"
  57.     }
  58.   },
  59.   "browserslist": [
  60.     "> 1%",
  61.     "last 2 versions",
  62.     "not dead",
  63.     "not ie 11"
  64.   ]
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement