1 Star 0 Fork 11

harmical/ClientApp

forked from IoTSharp/ClientApp
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.76 KB
一键复制 编辑 原始数据 按行查看 历史
wq1234wq 提交于 2023-03-27 10:35 . 修改
{
"name": "iotsharp",
"version": "3.0.0",
"description": "IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.",
"author": "IoTSharp Authors ",
"license": "Apache-2.0 license",
"scripts": {
"dev": "vite --force",
"build": "vite build",
"preview": "vite preview",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
},
"dependencies": {
"@antv/x6": "^2.0.0",
"@antv/x6-vue-shape": "^2.0.0",
"@element-plus/icons-vue": "^2.0.6",
"@fast-crud/fast-crud": "^1.6.1",
"@fast-crud/ui-element": "^1.6.1",
"@fast-crud/ui-interface": "^1.11.8",
"@form-create/element-ui": "^3.1.15",
"@vueuse/components": "^9.5.0",
"@vueuse/core": "^9.5.0",
"@wangeditor/editor": "^5.1.11",
"axios": "^0.27.2",
"countup.js": "^2.3.2",
"cropperjs": "^1.5.12",
"dayjs": "^1.11.6",
"echarts": "^5.3.3",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.0.0",
"element-plus": "^2.2.25",
"js-cookie": "^3.0.1",
"jsplumb": "^2.15.6",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"monaco-editor": "^0.34.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.16",
"print-js": "^1.6.0",
"qrcodejs2-fixes": "^0.0.2",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"splitpanes": "^3.1.1",
"uuid": "^9.0.0",
"vue": "^3.2.41",
"vue-clipboard3": "^2.0.0",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.2",
"vue3-slide-verify": "^1.1.4"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.3",
"@iconify-json/mdi": "^1.1.34",
"@iconify/json": "^2.1.132",
"@types/node": "^18.14.2",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.2.37",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"prettier": "2.8.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-icons": "^0.14.13",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.4",
"vite-plugin-windicss": "^1.8.8",
"vue-eslint-parser": "^9.0.3",
"windicss": "^3.5.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/IoTSharp/ClientAppWithVue3/issues"
},
"engines": {
"node": ">=12.0.0",
"npm": ">= 6.0.0"
},
"keywords": [
"vue",
"vue3",
"vuejs/vue-next",
"element-ui",
"element-plus",
"vue-next-admin",
"next-admin",
"iotsharp",
"visualization",
"docker",
"mqtt",
"iot-platform",
"mqtt",
"broker",
"coap-server",
"iot-cloud"
],
"repository": {
"type": "git",
"url": "https://github.com/IoTSharp/ClientApp.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/harmical/ClientApp.git
git@gitee.com:harmical/ClientApp.git
harmical
ClientApp
ClientApp
master

搜索帮助