1 Star 0 Fork 118

唐战渊/koi-ui

forked from 于金金/koi-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
于金金 提交于 2024-02-29 14:36 . 👻feat:更新依赖
{
"name": "koi-ui",
"private": true,
"version": "1.0.0",
"type": "module",
"author": {
"name": "YU",
"email": "1736306607@qq.com",
"url": "https://gitee.com/BigCatHome/koi-ui"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:test": "vue-tsc && vite build --mode test",
"build:prod": "vue-tsc && vite build --mode production",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "npm run build:dev && vite preview",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
"fix": "eslint src --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged",
"release": "standard-version",
"commit": "git add -A && czg && git push",
"commitlint": "commitlint --config commitlint.config.cjs -e -V"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.9.0",
"animate.css": "^4.1.1",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"default-passive-events": "^2.0.0",
"driver.js": "^1.3.1",
"echarts": "^5.5.0",
"element-plus": "^2.5.6",
"js-cookie": "^3.0.5",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sortablejs": "^1.15.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-count-to": "^1.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/crypto-js": "^4.2.2",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@unocss/reset": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"mockjs": "^1.1.0",
"postcss": "^8.4.35",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"stylelint": "^16.2.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.1.0",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^3.0.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-i18n": "^9.9.1",
"vue-tsc": "^1.8.27"
},
"commitizen": {
"path": "node_modules/cz-git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tangzhanyuan/koi-ui.git
git@gitee.com:tangzhanyuan/koi-ui.git
tangzhanyuan
koi-ui
koi-ui
master

搜索帮助