6 Star 57 Fork 52

lipengzhou / shop-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
lipengzhou 提交于 2021-08-16 15:19 . init
{
"name": "shop-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "npm run tsc && vite build",
"serve": "vite preview",
"lint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix",
"prepare": "husky install",
"tsc": "vue-tsc -noEmit"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.70",
"install": "^0.13.0",
"ionicons": "^3.0.0",
"lodash": "^4.17.21",
"npm": "^7.20.6",
"nprogress": "^0.2.0",
"sortablejs": "^1.14.0",
"vue": "^3.2.2",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.0.0",
"vxe-table": "^4.0.26",
"wangeditor": "^4.7.6",
"xe-utils": "^3.3.1",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/lodash": "^4.14.172",
"@types/node": "^16.4.3",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@vitejs/plugin-legacy": "^1.5.1",
"@vitejs/plugin-vue": "^1.2.5",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vue/compiler-sfc": "^3.2.2",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.16.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"sass": "^1.37.5",
"typescript": "^4.3.2",
"vite": "^2.4.4",
"vite-plugin-eslint": "^1.3.0",
"vue-tsc": "^0.0.24"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"npm run lint"
]
}
}
1
https://gitee.com/lipengzhou/shop-admin.git
git@gitee.com:lipengzhou/shop-admin.git
lipengzhou
shop-admin
shop-admin
master

搜索帮助