加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
龘龘龘 提交于 2023-12-28 08:54 . fix:第一次提交
{
"name": "vue-tiger-admin",
"private": true,
"version": "0.0.1",
"type": "module",
"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": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@arco-design/web-vue": "^2.37.4",
"@iconify/vue": "^4.0.0",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@vueuse/core": "^9.3.0",
"animate.css": "^4.1.1",
"aplayer-ts": "^1.0.5",
"axios": "^1.1.2",
"codemirror-editor-vue3": "^2.1.7",
"dayjs": "^1.11.5",
"echarts": "^5.4.0",
"html2pdf.js": "^0.10.1",
"jinrishici": "^1.0.6",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"md-editor-v3": "^2.3.0",
"nprogress": "^0.2.0",
"ol": "^8.2.0",
"olcs": "^2.15.2",
"pdfkit": "^0.14.0",
"pinia": "^2.0.23",
"prismjs": "^1.29.0",
"qrcode.vue": "^3.3.3",
"qs": "^6.11.0",
"query-string": "^7.1.1",
"screenfull": "^6.0.2",
"v-viewer": "^3.0.10",
"video.js": "^7.20.3",
"videojs-contrib-hls": "^5.15.0",
"vue": "^3.2.40",
"vue-drawing-canvas": "^1.0.14",
"vue-pdf-embed": "^1.1.4",
"vue-router": "^4.1.5",
"vue3-danmaku": "^1.3.0",
"vue3-pdfjs": "^0.1.6",
"vue3-print-nb": "^0.1.4",
"vuedraggable": "^2.24.3",
"watermark-plus": "^1.5.4",
"xgplayer": "^2.32.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/echarts": "^4.9.16",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.0",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/video.js": "^7.3.49",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"cesium": "^1.112.0",
"eslint": "^8.25.0",
"eslint-plugin-vue": "^9.6.0",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"typescript": "^4.6.4",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"vite": "^3.2.7",
"vite-plugin-cesium": "^1.2.22",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vue-images": "^0.6.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vite-svg-loader": "^3.6.0",
"vue-global-api": "^0.4.1",
"vue-tsc": "^0.40.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化