package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "fs-admin",
  3. "version": "2.0.0",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite --host",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview --port 4173",
  9. "build-only": "vite build",
  10. "build-test": "vite build --mode test",
  11. "type-check": "vue-tsc --noEmit",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "domain": "plop domain",
  14. "micro": "plop micro"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "^2.3.1",
  18. "@fskj-admin/core": "^1.1.2",
  19. "@fskj-admin/micro": "^0.0.5",
  20. "@icon-park/vue-next": "^1.4.2",
  21. "@vueuse/core": "^10.7.1",
  22. "@wangeditor/editor": "^5.1.23",
  23. "@wangeditor/editor-for-vue": "^5.1.12",
  24. "axios": "^1.6.4",
  25. "dayjs": "^1.11.10",
  26. "element-plus": "^2.4.4",
  27. "nprogress": "^0.2.0",
  28. "pinia": "^2.1.7",
  29. "splitpanes": "^3.1.5",
  30. "vue": "^3.4.5",
  31. "vue-cropper": "^1.1.1",
  32. "vue-router": "^4.2.5",
  33. "vxe-table": "^4.5.17",
  34. "wujie-vue3": "^1.0.22",
  35. "xe-utils": "^3.5.14"
  36. },
  37. "devDependencies": {
  38. "@iconify-json/ep": "^1.1.14",
  39. "@rushstack/eslint-patch": "^1.6.1",
  40. "@tsconfig/node18": "^18.2.2",
  41. "@types/node": "^20.10.6",
  42. "@types/nprogress": "^0.2.3",
  43. "@types/qs": "^6.9.11",
  44. "@vitejs/plugin-vue": "^5.0.2",
  45. "@vitejs/plugin-vue-jsx": "^3.1.0",
  46. "@vue/eslint-config-prettier": "^9.0.0",
  47. "@vue/eslint-config-typescript": "^12.0.0",
  48. "@vue/tsconfig": "^0.5.1",
  49. "eslint": "^8.56.0",
  50. "eslint-plugin-vue": "^9.19.2",
  51. "npm-run-all": "^4.1.5",
  52. "plop": "^4.0.1",
  53. "prettier": "^3.1.1",
  54. "sass": "^1.69.7",
  55. "typescript": "~5.3.3",
  56. "unocss": "^0.58.3",
  57. "unplugin-auto-import": "^0.17.3",
  58. "unplugin-icons": "^0.18.1",
  59. "unplugin-vue-components": "^0.26.0",
  60. "unplugin-vue-define-options": "^1.4.1",
  61. "vite": "^5.0.10",
  62. "vite-plugin-style-import": "^2.0.0",
  63. "vite-plugin-svg-icons": "^2.0.1",
  64. "vite-plugin-vue-devtools": "^7.0.5",
  65. "vue-tsc": "^1.8.27"
  66. }
  67. }