package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "dolphinscheduler-ui-next",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build:dev": "vue-tsc --noEmit && vite build --mode development",
  7. "build:prod": "vue-tsc --noEmit && vite build --mode production",
  8. "preview": "vite preview",
  9. "lint": "eslint src --fix --ext .ts,.tsx,.vue",
  10. "prettier": "prettier --config .prettier.js --write src/**/*.{vue,ts,tsx}"
  11. },
  12. "dependencies": {
  13. "@vueuse/core": "^7.2.2",
  14. "axios": "^0.24.0",
  15. "date-fns": "^2.27.0",
  16. "naive-ui": "^2.21.5",
  17. "nprogress": "^0.2.0",
  18. "pinia": "^2.0.0-rc.10",
  19. "qs": "^6.10.2",
  20. "vfonts": "^0.1.0",
  21. "vue": "^3.2.23",
  22. "vue-i18n": "^9.2.0-beta.23",
  23. "vue-router": "^4.0.12"
  24. },
  25. "devDependencies": {
  26. "@types/node": "^16.11.13",
  27. "@types/nprogress": "^0.2.0",
  28. "@types/qs": "^6.9.7",
  29. "@typescript-eslint/eslint-plugin": "^5.6.0",
  30. "@typescript-eslint/parser": "^5.6.0",
  31. "@vicons/antd": "^0.11.0",
  32. "@vicons/carbon": "^0.11.0",
  33. "@vicons/fa": "^0.11.0",
  34. "@vicons/fluent": "^0.11.0",
  35. "@vicons/ionicons4": "^0.11.0",
  36. "@vicons/ionicons5": "^0.11.0",
  37. "@vicons/material": "^0.11.0",
  38. "@vicons/tabler": "^0.11.0",
  39. "@vicons/utils": "^0.1.4",
  40. "@vitejs/plugin-vue": "^1.10.2",
  41. "@vitejs/plugin-vue-jsx": "^1.3.1",
  42. "dart-sass": "^1.25.0",
  43. "eslint": "^8.4.1",
  44. "eslint-config-prettier": "^8.3.0",
  45. "eslint-plugin-prettier": "^4.0.0",
  46. "eslint-plugin-vue": "^8.2.0",
  47. "prettier": "^2.5.1",
  48. "sass": "^1.44.0",
  49. "sass-loader": "^12.4.0",
  50. "typescript": "^4.4.4",
  51. "typescript-plugin-css-modules": "^3.4.0",
  52. "vite": "^2.7.0",
  53. "vite-plugin-compression": "^0.3.6",
  54. "vue-tsc": "^0.28.10"
  55. }
  56. }