package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "follow_admin",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  12. "format": "prettier --write src/"
  13. },
  14. "dependencies": {
  15. "@element-plus/icons-vue": "^2.1.0",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "animate.css": "^4.1.1",
  19. "axios": "^1.5.0",
  20. "echarts": "^5.4.3",
  21. "element-plus": "^2.3.4",
  22. "lodash": "^4.17.21",
  23. "moment": "^2.29.4",
  24. "naf-core": "^0.1.2",
  25. "pinia": "^2.1.6",
  26. "vue": "^3.3.4",
  27. "vue-qr": "^4.0.9",
  28. "vue-router": "^4.2.4",
  29. "vuex": "^4.1.0"
  30. },
  31. "devDependencies": {
  32. "@rushstack/eslint-patch": "^1.3.2",
  33. "@tsconfig/node18": "^18.2.0",
  34. "@types/node": "^18.17.5",
  35. "@vitejs/plugin-vue": "^4.3.1",
  36. "@vue/eslint-config-prettier": "^8.0.0",
  37. "@vue/eslint-config-typescript": "^11.0.3",
  38. "@vue/tsconfig": "^0.4.0",
  39. "eslint": "^8.46.0",
  40. "eslint-plugin-vue": "^9.16.1",
  41. "npm-run-all": "^4.1.5",
  42. "prettier": "^3.0.0",
  43. "sass": "^1.66.1",
  44. "sass-loader": "^13.3.2",
  45. "typescript": "~5.1.6",
  46. "vite": "^4.4.9",
  47. "vue-tsc": "^1.8.8"
  48. }
  49. }