1 Star 0 Fork 172

mydjin/iot-dc3-web

forked from 张红元/iot-dc3-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
张孜 提交于 2024-05-27 00:06 . feat: 2024.3.0
{
"name": "iot-dc3-web",
"version": "2024.3.0",
"private": true,
"author": "pnoker",
"description": "IoT DC3 平台前端页面",
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"scripts": {
"serve": "vite --host --mode dev",
"test": "vite --host --mode test",
"pre": "vite --host --mode pre",
"pro": "vite --host --mode pro",
"build": "vite build",
"preview": "vite preview",
"check": "vue-tsc --build --force",
"format": "prettier --write src/",
"lint": "eslint . --ext .vue,.ts --fix --ignore-path .gitignore"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@antv/g2plot": "^2.4.31",
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.2",
"clipboard": "^2.0.11",
"core-js": "^3.37.1",
"echarts": "^5.5.0",
"element-plus": "^2.7.3",
"highlight.js": "^11.9.0",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"json-bigint": "^1.0.0",
"marked": "^12.0.2",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"screenfull": "^6.0.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.12.12",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"minimist": "^1.2.8",
"path": "^0.12.7",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"sass": "^1.77.2",
"terser": "^5.31.0",
"typescript": "~5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vue-class-component": "^8.0.0-0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.0.19"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mydjin/iot-dc3-web.git
git@gitee.com:mydjin/iot-dc3-web.git
mydjin
iot-dc3-web
iot-dc3-web
main

搜索帮助