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.

82 lines
1.6 KiB

  1. {
  2. "comments": true,
  3. "plugins": [
  4. "lodash",
  5. "graphql-tag",
  6. "@babel/plugin-syntax-dynamic-import",
  7. "@babel/plugin-syntax-import-meta",
  8. "@babel/plugin-proposal-class-properties",
  9. "@babel/plugin-proposal-json-strings",
  10. [
  11. "@babel/plugin-proposal-decorators",
  12. {
  13. "legacy": true
  14. }
  15. ],
  16. "@babel/plugin-proposal-function-sent",
  17. "@babel/plugin-proposal-export-namespace-from",
  18. "@babel/plugin-proposal-numeric-separator",
  19. "@babel/plugin-proposal-throw-expressions",
  20. [
  21. "prismjs", {
  22. "languages": [
  23. "markup",
  24. "css",
  25. "clike",
  26. "javascript",
  27. "c",
  28. "bash",
  29. "basic",
  30. "cpp",
  31. "csharp",
  32. "arduino",
  33. "ruby",
  34. "elixir",
  35. "fsharp",
  36. "go",
  37. "graphql",
  38. "handlebars",
  39. "haskell",
  40. "ini",
  41. "java",
  42. "json",
  43. "kotlin",
  44. "latex",
  45. "less",
  46. "makefile",
  47. "markdown",
  48. "matlab",
  49. "nginx",
  50. "objectivec",
  51. "perl",
  52. "php",
  53. "powershell",
  54. "pug",
  55. "python",
  56. "typescript",
  57. "rust",
  58. "scss",
  59. "scala",
  60. "smalltalk",
  61. "sql",
  62. "stylus",
  63. "swift",
  64. "vbnet",
  65. "yaml"
  66. ],
  67. "plugins": ["line-numbers"],
  68. "theme": "dark",
  69. "css": true
  70. }
  71. ]
  72. ],
  73. "presets": [
  74. [
  75. "@babel/preset-env", {
  76. "useBuiltIns": "entry",
  77. "corejs": 3,
  78. "debug": true
  79. }
  80. ]
  81. ]
  82. }