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.

52 lines
1.8 KiB

3 years ago
  1. {
  2. "name": "gin-vue-admin",
  3. "version": "2.4.6",
  4. "private": true,
  5. "scripts": {
  6. "serve": "node openDocument.js && vite --host --mode development",
  7. "build": "vite build --mode production",
  8. "limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
  9. "preview": "vite preview",
  10. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons": "0.0.11",
  14. "axios": "^0.19.2",
  15. "core-js": "^3.6.5",
  16. "echarts": "4.9.0",
  17. "element-plus": "1.2.0-beta.6",
  18. "highlight.js": "^10.6.0",
  19. "marked": "^2.0.0",
  20. "mitt": "^3.0.0",
  21. "path": "^0.12.7",
  22. "qs": "^6.8.0",
  23. "quill": "^1.3.7",
  24. "screenfull": "^5.0.2",
  25. "script-ext-html-webpack-plugin": "^2.1.4",
  26. "spark-md5": "^3.0.1",
  27. "vue": "^3.2.25",
  28. "vue-router": "^4.0.0-0",
  29. "vuex": "^4.0.0-0",
  30. "vuex-persist": "^2.1.0"
  31. },
  32. "devDependencies": {
  33. "@vitejs/plugin-legacy": "^1.4.4",
  34. "@vitejs/plugin-vue": "latest",
  35. "@vue/cli-plugin-babel": "~4.5.0",
  36. "@vue/cli-plugin-eslint": "~4.5.0",
  37. "@vue/cli-plugin-router": "~4.5.0",
  38. "@vue/cli-plugin-vuex": "~4.5.0",
  39. "@vue/cli-service": "~4.5.0",
  40. "@vue/compiler-sfc": "^3.1.5",
  41. "babel-eslint": "^10.1.0",
  42. "babel-plugin-import": "^1.13.3",
  43. "chalk": "^4.1.2",
  44. "dotenv": "^10.0.0",
  45. "eslint": "^6.7.2",
  46. "eslint-plugin-vue": "^7.0.0",
  47. "sass": "^1.26.5",
  48. "sass-loader": "^8.0.2",
  49. "vite": "2.5.10",
  50. "vite-plugin-banner": "^0.1.3",
  51. "vite-plugin-importer": "^0.2.5"
  52. }
  53. }