1 Star 0 Fork 0

Iamhere/pro-layout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
Sendya 提交于 2022-01-22 16:30 . deps: update ant-design-vue@beta
{
"name": "@ant-design-vue/pro-layout",
"version": "3.1.13",
"license": "MIT",
"files": [
"dist"
],
"style": "./dist/style.css",
"main": "./dist/pro-layout.umd.js",
"module": "./dist/pro-layout.es.js",
"exports": {
".": {
"import": "./dist/pro-layout.es.js",
"require": "./dist/pro-layout.umd.js"
},
"./dist/style.css": "./dist/style.css",
"./dist/style.less": "./dist/style.less"
},
"repository": {
"type": "git",
"url": "https://github.com/vueComponent/pro-layout"
},
"contributors": [
"tangjinzhou <[email protected]>",
"Sendya <[email protected]>"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && tsc -b --force tsconfig.esm.json",
"serve": "vite preview",
"build:types": "tsc -b --force tsconfig.esm.json"
},
"types": "./dist",
"peerDependencies": {
"ant-design-vue": ">=2.2.0",
"vue": ">=3.2.0",
"vue-router": "^4.0.3"
},
"dependencies": {
"ant-design-vue": "^3.0.0-beta.8",
"lodash-es": "^4.17.21",
"omit.js": "^2.0.2",
"vue": "^3.2.22",
"vue-router": "^4.0.12",
"vue-types": "^4.1.1"
},
"devDependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.22",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"fs-extra": "^10.0.0",
"less": "^4.1.2",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"vite": "^2.7.6",
"vue-tsc": "^0.3.0"
},
"description": "Ant Design Pro Layout of Vue, easy to use pro scaffolding."
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hellohere/pro-layout.git
[email protected]:hellohere/pro-layout.git
hellohere
pro-layout
pro-layout
next

搜索帮助