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
314 B

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