{
  "name": "lsy-smarty-ui-vite",
  "version": "0.1.4",
  "description": "test",
  "main": "smarty-ui.umd.js",
  "scripts": {
    "dev": "vite",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs",
    "test": "vitest",
    "lint": "eslint --fix --debug --ext  \".js,.vue,.cjs,.ts,.tsx\" --ignore-path .gitignore .",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.vue\"",
    "prepare": "husky install",
    "test:run": "vitest run",
    "build": "pnpm build:components",
    "build:all": "vite build",
    "build:components": "esno ./scripts/build.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@algolia/client-search": "^4.9.1",
    "@iconify-json/ic": "1.1.4",
    "@typescript-eslint/eslint-plugin": "^5.35.1",
    "@typescript-eslint/parser": "^5.35.1",
    "@vitejs/plugin-vue": "3.0.3",
    "@vitejs/plugin-vue-jsx": "2.0.0",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/test-utils": "2.0.2",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.22.0",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.4.0",
    "esno": "^0.16.3",
    "fs-extra": "^10.1.0",
    "happy-dom": "6.0.4",
    "husky": "^8.0.1",
    "prettier": "^2.7.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "terser": "5.4.0",
    "typescript": "*",
    "unocss": "0.45.6",
    "vite": "3.0.7",
    "vitepress": "0.22.4",
    "vitepress-theme-demoblock": "1.4.2",
    "vitest": "0.21.1"
  },
  "dependencies": {
    "vue": "3.2.37"
  },
  "module": "smarty-ui.esm.js"
}