You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 line
1.7KB

  1. {
  2. "name": "ls-project",
  3. "private": true,
  4. "version": "2.0.0",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix & vite build",
  8. "build_test": "vite build --mode test",
  9. "build_pro": "vite build --mode production",
  10. "preview": "vite preview",
  11. "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
  12. "prepare": "husky install"
  13. },
  14. "dependencies": {
  15. "@commitlint/cli": "^17.1.2",
  16. "@commitlint/config-conventional": "^17.1.0",
  17. "@vitejs/plugin-vue-jsx": "^2.0.1",
  18. "@wangeditor/editor": "^5.1.23",
  19. "@wangeditor/editor-for-vue": "^5.1.12",
  20. "add": "^2.0.6",
  21. "axios": "^1.1.2",
  22. "default-passive-events": "^2.0.0",
  23. "docx-preview": "^0.1.15",
  24. "echarts": "^5.4.2",
  25. "element-plus": "^2.3.1",
  26. "file-saver": "^2.0.5",
  27. "gdt-jsapi": "^1.9.39",
  28. "js-cookie": "^3.0.1",
  29. "jsencrypt": "^3.3.2",
  30. "less": "^4.1.3",
  31. "less-loader": "^11.0.0",
  32. "moment": "^2.29.4",
  33. "nprogress": "^0.2.0",
  34. "pdfjs-dist": "^3.0.279",
  35. "pinia": "^2.0.22",
  36. "pinia-plugin-persist": "^1.0.0",
  37. "qrcode.vue": "^3.3.3",
  38. "vue": "^3.4.38",
  39. "vue-router": "4",
  40. "vue3-seamless-scroll": "^2.0.1",
  41. "xlsx": "^0.16.0",
  42. "yarn": "^1.22.19"
  43. },
  44. "devDependencies": {
  45. "@babel/core": "^7.19.1",
  46. "@babel/eslint-parser": "^7.19.1",
  47. "@vitejs/plugin-vue": "^3.1.0",
  48. "autoprefixer": "^10.4.12",
  49. "eslint": "^8.23.1",
  50. "eslint-import-resolver-alias": "^1.1.2",
  51. "eslint-plugin-vue": "^9.5.1",
  52. "husky": "^8.0.2",
  53. "postcss": "^8.4.16",
  54. "tailwindcss": "^3.1.8",
  55. "vite": "^3.1.0",
  56. "vite-plugin-eslint": "^1.8.1",
  57. "vite-plugin-svg-icons": "^2.0.1",
  58. "vite-plugin-vue-setup-extend": "^0.4.0"
  59. }
  60. }