4 Star 1 Fork 1

Gitee 极速下载/vuejs-dialog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Godofbrowser/vuejs-dialog
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vuejs-dialog",
"version": "2.0.0-rc.1",
"type": "module",
"engines": {
"node": ">=20"
},
"main": "./dist/vuejs-dialog.es.js",
"typings": "./dist/vuejs-dialog.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Godofbrowser/vuejs-dialog.git"
},
"author": {
"name": "Ajeh Emeke",
"email": "ajemeke@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Godofbrowser/vuejs-dialog/issues"
},
"homepage": "https://github.com/Godofbrowser/vuejs-dialog#readme",
"keywords": [
"vue",
"vuejs",
"confirm",
"dialog",
"alert",
"simple",
"loading-dialog",
"hard-confirm",
"soft-confirm"
],
"scripts": {
"lib:build": "vite build --config vite-lib.config.ts && tail -n +3 src/plugin/vue-shim.d.ts >> dist/vuejs-dialog.d.ts",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"@vuepress/bundler-vite": "^2.0.0-rc.15",
"@vuepress/plugin-google-analytics": "2.0.0-rc.54",
"@vuepress/plugin-shiki": "^2.0.0-rc.42",
"@vuepress/theme-default": "^2.0.0-rc.42",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.0.3",
"sass": "^1.77.6",
"typescript": "~5.4.0",
"vite": "^5.4.6",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-vue-devtools": "^7.0.18",
"vitest": "^1.4.0",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6",
"vuepress": "^2.0.0-rc.15"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/vuejs-dialog.git
git@gitee.com:mirrors/vuejs-dialog.git
mirrors
vuejs-dialog
vuejs-dialog
master

搜索帮助