package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "zkzx_user",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite --host",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.1.0",
  15. "@wangeditor/editor": "^5.1.23",
  16. "@wangeditor/editor-for-vue": "^5.1.12",
  17. "animate.css": "^4.1.1",
  18. "axios": "^1.3.5",
  19. "element-plus": "^2.3.3",
  20. "lodash": "^4.17.21",
  21. "moment": "^2.29.4",
  22. "naf-core": "^0.1.2",
  23. "pinia": "^2.0.34",
  24. "vue": "^3.2.47",
  25. "vue-router": "^4.1.6",
  26. "vuex": "^4.1.0"
  27. },
  28. "devDependencies": {
  29. "@rushstack/eslint-patch": "^1.2.0",
  30. "@types/node": "^18.14.2",
  31. "@vitejs/plugin-vue": "^4.0.0",
  32. "@vue/eslint-config-prettier": "^7.1.0",
  33. "@vue/eslint-config-typescript": "^11.0.2",
  34. "@vue/tsconfig": "^0.1.3",
  35. "eslint": "^8.38.0",
  36. "eslint-plugin-vue": "^9.9.0",
  37. "npm-run-all": "^4.1.5",
  38. "prettier": "^2.8.7",
  39. "sass": "^1.62.0",
  40. "sass-loader": "^13.2.2",
  41. "typescript": "~4.8.4",
  42. "vite": "^4.1.4",
  43. "vue-tsc": "^1.2.0"
  44. }
  45. }