11 Star 196 Fork 46

苦尽甘来。 / datav-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
苦尽甘来。 提交于 2024-05-22 15:45 . chore: 更新依赖
{
"name": "datav-vue3-monorepo",
"version": "0.1.7",
"description": "Datav for vue3+vite",
"packageManager": "pnpm@9.1.2",
"license": "MIT",
"private": "true",
"homepage": "https://github.com/vaemusic/datav-vue3",
"type": "module",
"scripts": {
"dev": "pnpm run --filter @kjgl77/docs docs:dev",
"dev:docs": "pnpm run --filter @kjgl77/docs dev",
"build:docs": "pnpm run build:lib && pnpm run build",
"build": "pnpm run --filter @kjgl77/docs build",
"build:lib": "pnpm run --filter @kjgl77/datav-vue3 build:lib",
"gen": "node ./script/genNewComp/index.js",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"vue": "^3.4.27"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.43.1",
"@inquirer/prompts": "^5.0.4",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^9.3.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"jsdom": "^24.0.0",
"pnpm": "^9.1.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
},
"eslintConfig": {
"extends": "@antfu"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaemusic/datav-vue3.git"
},
"bugs": {
"url": "https://github.com/vaemusic/datav-vue3/issues"
}
}
1
https://gitee.com/kjgl77/datav-vue3.git
git@gitee.com:kjgl77/datav-vue3.git
kjgl77
datav-vue3
datav-vue3
master

搜索帮助