1 Star 0 Fork 0

展望/loong-naive-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
TenXZW 提交于 2024-09-06 21:00 . feat:增加markdown说明
{
"name": "loong-naive-pro",
"private": false,
"version": "0.0.0",
"type": "module",
"main": "lib/loong-naive-pro.es.js",
"module": "lib/loong-naive-pro.umd.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib",
"LICENSE",
"tsconfig.json",
"tsconfig.node.json"
],
"author": "Ten.X",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitee.com/TenXZW/loong-naive-pro"
},
"bugs": {
"url": "https://gitee.com/TenXZW/loong-naive-pro/issues"
},
"homepage": "https://gitee.com/TenXZW/loong-naive-pro/blob/master/README.md",
"description": "基于Vue3+Vite+Typescript+Naive-ui的二次封装组件",
"keywords": [
"vite",
"vue3",
"typescript",
"naive-ui"
],
"scripts": {
"dev": "vite --host 0.0.0.0 --port 19087",
"build": "rimraf lib && vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^22.5.2",
"vue": "^3.5.1"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-vue": "^5.1.3",
"eslint": "8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"naive-ui": "^2.39.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vfonts": "^0.0.3",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.1.0",
"vue-tsc": "^2.0.29",
"rimraf": "^5.0.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TenXZW/loong-naive-pro.git
git@gitee.com:TenXZW/loong-naive-pro.git
TenXZW
loong-naive-pro
loong-naive-pro
master

搜索帮助