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.

17 lines
312 B

  1. {
  2. "name": "@vue/template-explorer",
  3. "version": "3.2.47",
  4. "private": true,
  5. "buildOptions": {
  6. "formats": [
  7. "global"
  8. ],
  9. "compat": true,
  10. "env": "development",
  11. "enableNonBrowserBranches": true
  12. },
  13. "dependencies": {
  14. "monaco-editor": "^0.20.0",
  15. "source-map": "^0.6.1"
  16. }
  17. }