加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
jikeytang 提交于 2022-02-28 09:34 . 切换为LF
{
"name": "vue-tiger-admin",
"version": "1.0.0",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"clean": "rimraf node_modules",
"reinstall": "npm run clean && npm install",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@arco-design/web-vue": "*",
"@vueuse/core": "^7.6.2",
"axios": "^0.26.0",
"dayjs": "^1.10.7",
"echarts": "^5.3.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"query-string": "^7.1.1",
"screenfull": "^6.0.1",
"vue": "^3.2.31",
"vue-echarts": "^6.0.2",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.26",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"typescript": "~4.5.5",
"vite": "^2.8.4",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vite-svg-loader": "^3.1.2",
"vue-tsc": "^0.31.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化