package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "fs-admin",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "run-p type-check build-only",
  7. "preview": "vite preview --port 4173",
  8. "build-only": "vite build",
  9. "type-check": "vue-tsc --noEmit",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.0.9",
  14. "@icon-park/vue-next": "^1.4.2",
  15. "@vueuse/core": "^9.1.1",
  16. "@wangeditor/editor": "^5.1.18",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "axios": "^0.27.2",
  19. "element-plus": "^2.2.15",
  20. "nprogress": "^0.2.0",
  21. "pinia": "^2.0.17",
  22. "vue": "^3.2.37",
  23. "vue-router": "^4.1.3"
  24. },
  25. "devDependencies": {
  26. "@iconify-json/ep": "^1.1.7",
  27. "@rushstack/eslint-patch": "^1.1.4",
  28. "@types/node": "^16.11.47",
  29. "@types/nprogress": "^0.2.0",
  30. "@vitejs/plugin-vue": "^3.0.1",
  31. "@vitejs/plugin-vue-jsx": "^2.0.0",
  32. "@vue/eslint-config-prettier": "^7.0.0",
  33. "@vue/eslint-config-typescript": "^11.0.0",
  34. "@vue/tsconfig": "^0.1.3",
  35. "eslint": "^8.21.0",
  36. "eslint-plugin-vue": "^9.3.0",
  37. "npm-run-all": "^4.1.5",
  38. "prettier": "^2.7.1",
  39. "sass": "^1.54.9",
  40. "typescript": "~4.7.4",
  41. "unocss": "^0.45.14",
  42. "unplugin-auto-import": "^0.11.2",
  43. "unplugin-icons": "^0.14.9",
  44. "unplugin-vue-components": "^0.22.4",
  45. "unplugin-vue-define-options": "^0.11.2",
  46. "vite": "^3.0.4",
  47. "vue-tsc": "^0.39.5"
  48. }
  49. }