12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "comments": true,
- "plugins": [
- "lodash",
- "graphql-tag",
- "@babel/plugin-syntax-dynamic-import",
- "@babel/plugin-syntax-import-meta",
- "@babel/plugin-proposal-class-properties",
- "@babel/plugin-proposal-json-strings",
- [
- "@babel/plugin-proposal-decorators",
- {
- "legacy": true
- }
- ],
- "@babel/plugin-proposal-function-sent",
- "@babel/plugin-proposal-export-namespace-from",
- "@babel/plugin-proposal-numeric-separator",
- "@babel/plugin-proposal-throw-expressions",
- [
- "prismjs", {
- "languages": [
- "markup",
- "css",
- "clike",
- "javascript",
- "c",
- "bash",
- "basic",
- "cpp",
- "csharp",
- "arduino",
- "ruby",
- "elixir",
- "fsharp",
- "go",
- "graphql",
- "handlebars",
- "haskell",
- "ini",
- "java",
- "json",
- "kotlin",
- "latex",
- "less",
- "makefile",
- "markdown",
- "matlab",
- "nginx",
- "objectivec",
- "perl",
- "php",
- "powershell",
- "pug",
- "python",
- "typescript",
- "rust",
- "scss",
- "scala",
- "smalltalk",
- "sql",
- "stylus",
- "swift",
- "vbnet",
- "yaml"
- ],
- "plugins": ["line-numbers"],
- "theme": "dark",
- "css": true
- }
- ]
- ],
- "presets": [
- [
- "@babel/preset-env", {
- "useBuiltIns": "entry",
- "corejs": 3,
- "debug": true
- }
- ]
- ]
- }
|