1 Star 0 Fork 57

吉捷岛群智空间/undraw-ui

forked from undraw/undraw-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
readpage 提交于 2022-08-21 18:20 +08:00 . feat: ✨ [comment] 新增查看用户信息
{
"name": "undraw-ui",
"private": false,
"version": "0.5.9",
"author": "readpage <f1dao@qq.com>",
"repository": {
"type": "git",
"url": "https://gitee.com/undraw/undraw-ui.git"
},
"keywords": [
"undraw-ui",
"element-plus",
"component library",
"ui framework",
"ui",
"vue"
],
"homepage": "https://undraw.gitee.io/undraw-ui/",
"license": "MIT",
"main": "dist/index.js",
"style": "dist/style.css",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build:packages": "vue-tsc --noEmit && vite build -c build/vite.config.ts",
"format": "prettier --write **/*.{ts,js,json,vue}",
"commit": "git add . && git-cz && git push"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git"
}
},
"dependencies": {
"element-plus": "^2.1.8",
"sortablejs": "^1.15.0",
"store": "^2.0.12",
"vue": "^3.2.31"
},
"devDependencies": {
"@types/node": "^16.4.7",
"@types/sortablejs": "^1.10.7",
"@types/store": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"commitizen": "^4.2.4",
"cz-git": "^1.3.5",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"prettier": "^2.6.2",
"sass": "^1.49.7",
"typescript": "^4.5.4",
"unplugin-vue-define-options": "^0.6.0",
"@vitejs/plugin-vue": "^3.0.0",
"vite": "^3.0.0",
"vite-plugin-dts": "^1.0.5",
"vue-tsc": "^0.29.8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/geekdao/undraw-ui.git
git@gitee.com:geekdao/undraw-ui.git
geekdao
undraw-ui
undraw-ui
master

搜索帮助