package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "cim-bimdemo",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "localtest": "vite --mode localtest",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "build-only:production": "vite build --mode production",
  11. "type-check": "vue-tsc --noEmit",
  12. "lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  13. },
  14. "dependencies": {
  15. "axios": "^0.27.2",
  16. "echarts": "^5.1.1",
  17. "element-plus": "^2.7.5",
  18. "enum-plus": "^1.0.3",
  19. "js-base64": "^3.7.7",
  20. "js-cookie": "^3.0.1",
  21. "jsencrypt": "^3.2.1",
  22. "lodash": "^4.17.21",
  23. "nprogress": "^0.2.0",
  24. "terser": "^5.15.1",
  25. "vite-plugin-ejs": "^1.6.4",
  26. "vue": "^3.2.41",
  27. "vue-router": "^4.1.5",
  28. "vue3-draggable-resizable": "^1.6.5",
  29. "vuex": "^4.0.2"
  30. },
  31. "devDependencies": {
  32. "@rushstack/eslint-patch": "^1.1.4",
  33. "@types/js-cookie": "^3.0.2",
  34. "@types/lodash": "^4.14.192",
  35. "@types/node": "^16.11.68",
  36. "@types/nprogress": "^0.2.0",
  37. "@typescript-eslint/eslint-plugin": "^5.44.0",
  38. "@vitejs/plugin-vue": "^3.1.2",
  39. "@vitejs/plugin-vue-jsx": "^2.0.1",
  40. "@vue/eslint-config-prettier": "^7.0.0",
  41. "@vue/eslint-config-typescript": "^11.0.0",
  42. "@vue/tsconfig": "^0.1.3",
  43. "eslint": "8.22.0",
  44. "eslint-config-standard-with-typescript": "^23.0.0",
  45. "eslint-plugin-import": "^2.26.0",
  46. "eslint-plugin-n": "^15.5.1",
  47. "eslint-plugin-promise": "^6.1.1",
  48. "eslint-plugin-vue": "^9.7.0",
  49. "npm-run-all": "^4.1.5",
  50. "prettier": "^2.7.1",
  51. "sass": "^1.54.4",
  52. "typescript": "^4.9.3",
  53. "unplugin-vue-components": "^0.23.0",
  54. "vite": "^3.1.8",
  55. "vue-tsc": "^1.0.8"
  56. }
  57. }