package.json 859 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "my-vue3-project",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@codemirror/lang-python": "^6.1.6",
  13. "@codemirror/theme-one-dark": "^6.1.2",
  14. "@codemirror/view": "^6.36.1",
  15. "@element-plus/icons-vue": "^2.3.1",
  16. "@vitejs/plugin-vue": "^5.2.1",
  17. "@xterm/xterm": "^5.5.0",
  18. "axios": "^1.6.5",
  19. "blockly": "^10.3.0",
  20. "codemirror": "6.0.1",
  21. "element-plus": "^2.5.1",
  22. "install": "^0.13.0",
  23. "ll": "^1.2.0",
  24. "lodash": "^4.17.21",
  25. "material-icons": "^1.13.12",
  26. "pinia": "^2.1.7",
  27. "rimraf": "^5.0.5",
  28. "sass": "^1.70.0",
  29. "vite": "^6.0.5",
  30. "vue": "^3.3.11",
  31. "vue-codemirror": "^6.1.1",
  32. "vue-router": "^4.2.5",
  33. "xterm-addon-fit": "^0.8.0"
  34. }
  35. }