{
    "name": "vue-project-tree",
    "author": "one-ccs",
    "keywords": [
        "vue3",
        "tree",
        "project-tree",
        "vue-project-tree",
        "draggable",
        "sortable"
    ],
    "description": "使用 Vue3 + TS 实现的树形结构展示组件，有拖拽、排序、自定义图标等功能",
    "version": "1.3.1-alpha.1",
    "license": "MIT",
    "homepage": "https://github.com/one-ccs/vue-project-tree",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/one-ccs/vue-project-tree.git"
    },
    "bugs": {
        "url": "https://github.com/one-ccs/vue-project-tree/issues"
    },
    "private": false,
    "files": [
        "src/*",
        "index.ts"
    ],
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vue-tsc --build --force && vite build",
        "preview": "vite preview",
        "build-only": "vite build",
        "type-check": "vue-tsc --build --force"
    },
    "dependencies": {
        "vue": "^3.5.13"
    },
    "devDependencies": {
        "@tsconfig/node20": "^20.1.4",
        "@types/node": "^20.12.5",
        "@vitejs/plugin-vue": "^5.2.3",
        "@vue/tsconfig": "^0.5.1",
        "archiver": "^7.0.1",
        "less": "^4.2.0",
        "npm-run-all2": "^6.1.2",
        "typescript": "~5.4.0",
        "vite": "^5.2.8",
        "vue-tsc": "^2.0.11"
    }
}
