{
  "name": "ezbookkeeping",
  "version": "1.5.0",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mayswind/ezbookkeeping.git"
  },
  "author": "MaysWind <i@mayswind.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mayswind/ezbookkeeping/issues"
  },
  "scripts": {
    "serve": "cross-env NODE_ENV=development vite",
    "build": "cross-env NODE_ENV=production vite build",
    "serve:dist": "vite preview",
    "lint": "vue-tsc --noEmit && eslint . --fix",
    "test": "vitest run"
  },
  "dependencies": {
    "@mdi/js": "7.4.47",
    "@vuepic/vue-datepicker": "12.1.0",
    "axios": "1.15.2",
    "cbor-js": "0.1.0",
    "chardet": "2.1.1",
    "clipboard": "2.0.11",
    "crypto-js": "4.2.0",
    "dom7": "4.0.6",
    "echarts": "6.0.0",
    "framework7": "9.0.3",
    "framework7-icons": "5.0.5",
    "framework7-vue": "9.0.3",
    "jalaali-js": "1.2.8",
    "leaflet": "1.9.4",
    "line-awesome": "1.3.0",
    "moment": "2.30.1",
    "moment-timezone": "0.6.1",
    "pinia": "3.0.4",
    "register-service-worker": "1.7.2",
    "skeleton-elements": "4.0.1",
    "swiper": "12.1.3",
    "ua-parser-js": "1.0.39",
    "vue": "3.5.33",
    "vue-echarts": "8.0.1",
    "vue-i18n": "11.3.2",
    "vue-router": "5.0.6",
    "vue3-perfect-scrollbar": "2.0.0",
    "vuedraggable": "4.1.0",
    "vuetify": "3.12.5"
  },
  "devDependencies": {
    "@jest/globals": "30.3.0",
    "@tsconfig/node24": "24.0.4",
    "@types/cbor-js": "0.1.1",
    "@types/crypto-js": "4.2.2",
    "@types/git-rev-sync": "2.0.2",
    "@types/jalaali-js": "1.2.0",
    "@types/node": "25.6.0",
    "@types/ua-parser-js": "0.7.39",
    "@vitejs/plugin-vue": "6.0.6",
    "@vue/eslint-config-typescript": "14.7.0",
    "@vue/tsconfig": "0.9.1",
    "cross-env": "10.1.0",
    "eslint": "10.2.1",
    "eslint-plugin-vue": "10.9.0",
    "git-rev-sync": "3.0.2",
    "postcss-preset-env": "11.2.1",
    "sass": "1.99.0",
    "ts-node": "10.9.2",
    "typescript": "6.0.3",
    "vite": "7.3.2",
    "vite-plugin-checker": "0.13.0",
    "vite-plugin-pwa": "1.2.0",
    "vite-plugin-vuetify": "2.1.3",
    "vitest": "4.1.5",
    "vue-tsc": "3.2.7"
  },
  "browserslist": [
    "last 5 Chrome versions",
    "last 5 Firefox versions",
    "last 5 Safari versions",
    "last 5 Edge versions",
    "last 5 ChromeAndroid versions",
    "last 5 iOS versions",
    "not IE <= 11",
    "not dead"
  ]
}
