前端转vue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "Ant_Design_Pro_Vue_3",
  3. "version": "0.1.3",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env vite --mode localhost",
  7. "debug-vite": "cross-env vite --mode localhost --debug",
  8. "build": "vite build",
  9. "build-check": "run-p type-check build-only",
  10. "preview": "vite preview",
  11. "test:unit": "vitest",
  12. "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
  13. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  14. "format": "prettier --write src/",
  15. "dev-ui": "concurrently \"vite -m UseFastDevelopBall\" \"npm run create-module-be\" ",
  16. "clean-dev": "vite --force",
  17. "v": "ts-node --project config/tsconfig.json config/createModule/index.ts --type=views",
  18. "c": "ts-node --project config/tsconfig.json config/createModule/index.ts --type=components",
  19. "create-module-be": "ts-node --project config/tsconfig.json config/createModule/backend.ts",
  20. "report": "rimraf dist && cross-env vite build"
  21. },
  22. "dependencies": {
  23. "@aesoper/normal-utils": "^0.1.5",
  24. "@ant-design/icons-vue": "^6.1.0",
  25. "@antv/g2plot": "^2.4.26",
  26. "@logicflow/core": "^1.2.1",
  27. "@logicflow/extension": "^1.2.1",
  28. "@tinymce/tinymce-vue": "^6.0.1",
  29. "@types/uuid": "^9.0.8",
  30. "@vueuse/core": "^9.13.0",
  31. "ant-design-vue": "~3.1.0",
  32. "axios": "^1.3.4",
  33. "crypto-js": "^4.1.1",
  34. "echarts": "^5.4.2",
  35. "less": "^4.1.3",
  36. "less-loader": "^11.1.0",
  37. "lodash.clonedeep": "^4.5.0",
  38. "lodash.debounce": "^4.0.8",
  39. "lodash.pull": "^4.1.0",
  40. "mitt": "^3.0.0",
  41. "moment": "^2.30.1",
  42. "nprogress": "^0.2.0",
  43. "sass": "^1.59.3",
  44. "throttle-debounce": "^5.0.0",
  45. "tinycolor2": "^1.6.0",
  46. "tinymce": "^7.2.1",
  47. "uuid": "^9.0.1",
  48. "vue": "^3.2.0",
  49. "vue-clipboard3": "^2.0.0",
  50. "vue-i18n": "^9.2.2",
  51. "vue-router": "4.1.3",
  52. "vuedraggable": "^4.1.0",
  53. "vuex": "^4.1.0"
  54. },
  55. "devDependencies": {
  56. "@rushstack/eslint-patch": "^1.2.0",
  57. "@types/jsdom": "^21.1.0",
  58. "@types/node": "^18.15.3",
  59. "@vitejs/plugin-vue": "^5.0.4",
  60. "@vitejs/plugin-vue-jsx": "^3.0.0",
  61. "@vue/eslint-config-prettier": "^7.1.0",
  62. "@vue/eslint-config-typescript": "^11.0.2",
  63. "@vue/test-utils": "^2.3.0",
  64. "@vue/tsconfig": "^0.1.3",
  65. "apite": "^1.4.2",
  66. "colors-console": "^1.0.3",
  67. "concurrently": "^8.2.0",
  68. "cross-env": "^7.0.3",
  69. "eslint": "^8.34.0",
  70. "eslint-plugin-vue": "^9.9.0",
  71. "express": "^4.18.2",
  72. "jsdom": "^21.1.0",
  73. "npm-run-all": "^4.1.5",
  74. "prettier": "^2.8.4",
  75. "rollup-plugin-visualizer": "^5.9.0",
  76. "shelljs": "^0.8.5",
  77. "ts-node": "^10.9.1",
  78. "typescript": "~4.8.4",
  79. "unplugin-vue-components": "^0.24.1",
  80. "vite": "^6.0.0",
  81. "vite-plugin-optimize-persist": "^0.1.2",
  82. "vite-plugin-package-config": "^0.1.1",
  83. "vite-plugin-svg-icons": "^2.0.1",
  84. "vite-plugin-vue-setup-extend": "^0.4.0",
  85. "vitest": "^0.29.1",
  86. "vue-tsc": "^1.2.0"
  87. }
  88. }