5942d757创建于 2025年3月20日历史提交
{
    "name": "vue3-masonry-plus",
    "version": "1.2.5",
    "license": "MIT",
    "author": "Ruocheng",
    "main": "dist/my-lib.umd.js",
    "module": "dist/my-lib.es.js",
    "typings": "dist/types/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build:lib": "cross-env TARGET=npm vite build && vue-tsc --declaration --emitDeclarationOnly && mv dist/lib dist/types",
        "typecheck": "vue-tsc --noEmit"
    },
    "dependencies": {
        "animate.css": "^4.1.1",
        "element-plus": "^2.7.4"
    },
    "devDependencies": {
        "@antfu/eslint-config": "^0.18.8",
        "@types/lodash-es": "^4.17.6",
        "@types/node": "^17.0.21",
        "@vitejs/plugin-vue": "^1.9.3",
        "@vue/runtime-core": "^3.5.13",
        "@vue/runtime-dom": "^3.5.13",
        "@vueuse/core": "^8.1.1",
        "autoprefix": "^1.0.1",
        "autoprefixer": "^10.4.2",
        "cross-env": "^7.0.3",
        "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.33",
        "vue-tsc": "^0.33.2-patch.1"
    }
}