2017-10-07 01:35:02 +00:00
|
|
|
{
|
2018-01-21 22:54:43 +00:00
|
|
|
"comments": true,
|
2018-02-03 21:48:25 +00:00
|
|
|
"plugins": [
|
|
|
|
"lodash",
|
2018-09-04 04:46:24 +00:00
|
|
|
"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",
|
2019-07-13 03:56:44 +00:00
|
|
|
"@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
|
|
|
|
}
|
|
|
|
]
|
2018-02-03 21:48:25 +00:00
|
|
|
],
|
2017-10-07 01:35:02 +00:00
|
|
|
"presets": [
|
2018-09-04 04:46:24 +00:00
|
|
|
[
|
2018-09-29 19:39:09 +00:00
|
|
|
"@babel/preset-env", {
|
2019-06-01 00:43:29 +00:00
|
|
|
"useBuiltIns": "entry",
|
2019-07-13 03:56:44 +00:00
|
|
|
"corejs": 3,
|
|
|
|
"debug": true
|
2018-09-29 19:39:09 +00:00
|
|
|
}
|
2018-09-04 04:46:24 +00:00
|
|
|
]
|
2017-10-07 01:35:02 +00:00
|
|
|
]
|
|
|
|
}
|