{
  "name": "@codelic/component",
  "version": "1.6.86",
  "type": "module",
  "author": "CodeLic",
  "description": "Codelic App Components",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./*": {
      "import": "./dist/*"
    },
    "./src": {
      "import": "./src/*"
    }
  },
  "files": [
    "public",
    "dist",
    "src"
  ],
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build --mode prod",
    "deploy": "npm run build && npm publish",
    "preview": "vite preview",
    "build-only": "vite build",
    "test": "vitest"
  },
  "dependencies": {
    "@firebaseasy/storage": "1.0.0",
    "@quasar/extras": "^1.16.9",
    "@vueuse/core": "^9.13.0",
    "copy-anything": "^3.0.3",
    "dateformat": "^5.0.3",
    "pdfjs-dist": "^2.16.105",
    "quasar": "^2.14.1",
    "vue": "^3.3.10",
    "vue-d3": "^0.1.0",
    "vue-final-modal": "^4.4.5",
    "vue-router": "^4.1.6"
  },
  "devDependencies": {
    "@magnetarjs/types": "^1.2.7",
    "@quasar/vite-plugin": "^1.6.0",
    "@types/node": "^18.14.2",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vue/tsconfig": "^0.1.3",
    "@vueuse/head": "^1.3.1",
    "npm-run-all": "^4.1.5",
    "sass": "^1.68.0",
    "typescript": "~4.8.4",
    "vite": "^4.1.4",
    "vite-plugin-dts": "^3.6.0",
    "vite-tsconfig-paths": "^4.2.1",
    "vitest": "^0.29.8",
    "vue-tsc": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeLic/CodelicComponents.git"
  },
  "bugs": {
    "url": "https://github.com/CodeLic/CodelicComponents/issues"
  },
  "homepage": "https://github.com/CodeLic/CodelicComponents#readme",
  "publishConfig": {
    "access": "public"
  },
  "license": "ISC"
}
