{
  "name": "@codelic/console",
  "version": "0.0.188",
  "type": "module",
  "author": "CodeLic",
  "description": "Codelic Console Components",
  "main": "./src/index.ts",
  "exports": {
    ".": {
      "import": "./src/index.ts"
    },
    "./*": {
      "import": "./src/*"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "deploy": "npm publish",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
    "preview": "vite preview"
  },
  "dependencies": {
    "@meforma/vue-toaster": "^1.3.0",
    "@vueuse/head": "^0.7.6",
    "blitzar": "^1.2.1",
    "copy-anything": "^3.0.2",
    "fast-sort": "^3.2.0",
    "floating-vue": "^2.0.0-beta.17",
    "is-what": "^4.1.7",
    "magnetar": "^0.5.1",
    "nestify-anything": "^2.0.2",
    "path-to-prop": "^2.0.2",
    "ts-toolbelt": "^9.6.0",
    "vue": "^3.2.25",
    "vue-router": "^4.0.12"
  },
  "peerDependencies": {
    "vue-final-modal": "^3.5.0-beta.34"
  },
  "devDependencies": {
    "@faker-js/faker": "^6.0.0-alpha.6",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@vitejs/plugin-vue": "^2.1.0",
    "@viteplay/plugin": "^0.0.27",
    "@viteplay/vue": "^0.0.27",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-vue": "^8.4.0",
    "prettier": "^2.5.1",
    "sass": "^1.49.0",
    "typescript": "^4.5.5",
    "vite": "^2.7.13",
    "vitest": "^0.17.1",
    "vue-final-modal": "^3.5.0-beta.34",
    "vue-tsc": "^0.31.1"
  },
  "engines": {
    "node": ">= 14.0.0",
    "npm": ">= 7.14.0"
  },
  "homepage": "https://github.com/CodeLic/console#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeLic/console.git"
  },
  "bugs": {
    "url": "https://github.com/CodeLic/console/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "ISC"
}
