package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "match_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.6.0",
  20. "element-plus": "^2.4.2",
  21. "lodash": "^4.17.21",
  22. "moment": "^2.29.4",
  23. "naf-core": "^0.1.2",
  24. "pinia": "^2.1.7",
  25. "vue": "^3.3.4",
  26. "vue-router": "^4.2.5",
  27. "vuex": "^4.1.0"
  28. },
  29. "devDependencies": {
  30. "@rushstack/eslint-patch": "^1.3.3",
  31. "@tsconfig/node18": "^18.2.2",
  32. "@types/node": "^18.18.5",
  33. "@vitejs/plugin-vue": "^4.4.0",
  34. "@vue/eslint-config-prettier": "^8.0.0",
  35. "@vue/eslint-config-typescript": "^12.0.0",
  36. "@vue/tsconfig": "^0.4.0",
  37. "eslint": "^8.49.0",
  38. "eslint-plugin-vue": "^9.17.0",
  39. "npm-run-all2": "^6.1.1",
  40. "prettier": "^3.0.3",
  41. "sass": "^1.69.5",
  42. "sass-loader": "^13.3.2",
  43. "typescript": "~5.2.0",
  44. "vite": "^4.4.11",
  45. "vue-tsc": "^1.8.19"
  46. }
  47. }