{
  "name": "backend",
  "version": "1.0.0",
  "main": "main.js",
  "license": "MIT",
  "scripts": {
    "build": "NODE_ENV=production webpack --mode production",
    "watch": "NODE_ENV=development webpack --watch --mode development",
    "serve": "yarn start",
    "lint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx}\" \"src/**/*.vue\"",
    "format": "prettier --write \"src/**/*.{js,ts,jsx,tsx}\" \"src/**/*.vue\" ./*.{js,ts}"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "browserslist": [
    "> 1%",
    "last 3 versions"
  ],
  "prettier": {
    "semi": true,
    "trailingComma": "all",
    "singleQuote": true,
    "printWidth": 80,
    "tabWidth": 2,
    "useTabs": false,
    "endOfLine": "auto",
    "arrowParens": "always"
  },
  "lint-staged": {
    "src/**/*.{ts,vue}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-decorators": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@tailwindcss/forms": "^0.5.3",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "babel-loader": "^8.2.2",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.3",
    "css-loader": "^5.0.1",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.0",
    "eslint-plugin-vue": "^7.3.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^4.3.6",
    "lint-staged": "^10.5.3",
    "mini-css-extract-plugin": "^1.3.3",
    "postcss": "^8.2.1",
    "postcss-loader": "^4.1.0",
    "postcss-prefix-selector": "^1.16.0",
    "postcss-preset-env": "^6.7.0",
    "prettier": "^2.2.1",
    "sass": "^1.30.0",
    "sass-loader": "^14.1.1",
    "style-loader": "^2.0.0",
    "tailwindcss": "^3.4.3",
    "ts-loader": "^8.0.12",
    "ts-node": "^10.9.1",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "^4.7",
    "vue-eslint-parser": "^7.3.0",
    "vue-loader": "^15.9.6",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^5.10.3",
    "webpack-cli": "^4.2.0",
    "webpack-dev-server": "^3.11.0",
    "webpack-shell-plugin-next": "^2.3.1"
  },
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/runtime": "^7.12.5",
    "canvas-datagrid": "^0.4.7",
    "deepmerge": "^4.2.2",
    "hookable": "^5.3.0",
    "toolcool-color-picker": "^1.0.15",
    "ts-node-dev": "^2.0.0",
    "ufo": "^0.8.5",
    "v-click-outside": "^3.2.0",
    "vue": "^2.6.12",
    "vue-class-component": "^7.2.6",
    "vue-final-modal": "^2.4.1",
    "vue-js-modal": "^2.0.1",
    "vue-material-design-icons": "^5.1.2",
    "vue-property-decorator": "^9.1.2",
    "vue-router": "^3.6.5",
    "vue-search-select": "^2.9.5",
    "vue-style-loader": "^4.1.3",
    "vuex": "3.6.2",
    "xlsx": "^0.18.5",
    "zipify-colorpicker": "^1.0.28"
  }
}
