From 50ee7232f3c98fe24a1f2e31dba9508cfec14887 Mon Sep 17 00:00:00 2001 From: gjj <Ganjj@probim.com.cn> Date: Fri, 21 Feb 2025 17:35:39 +0800 Subject: [PATCH] 模型预览 --- package.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json new file mode 100644 index 0000000..51cad57 --- /dev/null +++ b/package.json @@ -0,0 +1,47 @@ +{ + "name": "shanghaiproject", + "version": "1.0.0", + "description": "Shanghai construction saftey monitor project", + "author": "shanghaiproject", + "private": true, + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview", + "lint-fix": "eslint --max-warnings 0 \"src/**/*.{vue,js}\" --fix", + "lint": "eslint --max-warnings 0 \"src/**/*.{vue,js}\"" + }, + "devDependencies": { + "@vitejs/plugin-vue2": "^2.2.0", + "autoprefixer": "^10.4.13", + "eslint": "^8.30.0", + "eslint-config-prettier": "^8.5.0", + "eslint-define-config": "^1.12.0", + "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-vue": "^9.8.0", + "postcss-pxtorem": "^6.0.0", + "prettier": "^2.8.1", + "sass": "^1.57.1", + "tailwindcss": "^3.2.7", + "vite": "^4.0.3" + }, + "dependencies": { + "axios": "^1.2.1", + "crypto-js": "^4.1.1", + "dayjs": "^1.11.7", + "echarts": "^5.4.1", + "echarts-gl": "2.0.9", + "element-ui": "^2.15.12", + "jquery": "^3.7.1", + "lodash-es": "^4.17.21", + "nanoid": "^4.0.0", + "nprogress": "^0.2.0", + "video.js": "^7.20.3", + "vue": "^2.7.14", + "vue-router": "^3.6.5", + "vue-seamless-scroll": "^1.1.23", + "vue-template-compiler": "^2.7.14", + "vuex": "^3.6.2", + "worker-loader": "2.0.0" + } +} -- Gitblit v1.9.3