{
  "name": "vue-waterfall-plugin-next",
  "version": "3.0.1",
  "license": "UNLICENSED",
  "author": "Yaowen Liu <576079353@qq.com>",
  "main": "dist/my-lib.umd.js",
  "module": "dist/my-lib.es.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build:npm": "cross-env TARGET=npm vite build && vue-tsc --declaration --emitDeclarationOnly && mv dist/lib dist/types",
    "build:page": "cross-env TARGET=page vite build",
    "serve": "vite preview",
    "test": "vitest",
    "typecheck": "vue-tsc --noEmit"
  },
  "devDependencies": {
    "@antfu/eslint-config": "0.18.8",
    "@better-scroll/core": "^2.5.1",
    "@better-scroll/mouse-wheel": "^2.5.1",
    "@better-scroll/observe-dom": "^2.5.1",
    "@better-scroll/pull-up": "^2.5.1",
    "@better-scroll/scroll-bar": "^2.5.1",
    "@types/lodash-es": "4.17.6",
    "@types/node": "17.0.21",
    "@vitejs/plugin-vue": "1.9.3",
    "@vueuse/core": "8.1.1",
    "animate.css": "4.1.1",
    "autoprefix": "1.0.1",
    "autoprefixer": "10.4.2",
    "cross-env": "7.0.3",
    "element-plus": "2.1.4",
    "eslint": "8.10.0",
    "postcss": "8.4.8",
    "tailwindcss": "3.0.23",
    "typescript": "4.4.3",
    "vite": "2.6.4",
    "vitest": "0.6.0",
    "vue": "3.2.16",
    "vue-router": "4",
    "vue-tsc": "0.33.2-patch.1"
  },
  "respository": {
    "type": "git",
    "url": "git+https://github.com/heikaimu/vue3-waterfall-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/heikaimu/vue3-waterfall-plugin/issues"
  },
  "homepage": "https://github.com/heikaimu/vue3-waterfall-plugin/blob/master/README.md"
}
