2017-09-21 05:35:11 +02:00
{
2019-02-11 07:13:30 +01:00
"license" : "MIT" ,
2019-07-02 21:11:24 +02:00
"private" : true ,
2021-04-08 12:41:57 +02:00
"type" : "module" ,
2019-07-02 21:11:24 +02:00
"engines" : {
2021-04-08 12:41:57 +02:00
"node" : ">= 12.17.0"
2019-07-02 21:11:24 +02:00
} ,
2020-01-14 19:02:08 +01:00
"dependencies" : {
2020-07-29 20:44:23 +02:00
"@claviska/jquery-minicolors" : "2.3.5" ,
2021-04-24 12:07:22 +02:00
"@primer/octicons" : "13.0.0" ,
2021-03-22 05:04:19 +01:00
"add-asset-webpack-plugin" : "2.0.1" ,
2021-04-24 12:07:22 +02:00
"codemirror" : "5.61.0" ,
"css-loader" : "5.2.4" ,
2021-04-06 03:03:07 +02:00
"dropzone" : "5.9.2" ,
2021-05-13 17:12:36 +02:00
"easymde" : "2.15.0" ,
"esbuild-loader" : "2.13.0" ,
2021-04-24 12:07:22 +02:00
"escape-goat" : "4.0.0" ,
2021-03-22 05:04:19 +01:00
"fast-glob" : "3.2.5" ,
2020-07-06 10:56:54 +02:00
"font-awesome" : "4.7.0" ,
2021-03-22 05:04:19 +01:00
"jquery" : "3.6.0" ,
2020-03-19 03:45:23 +01:00
"jquery.are-you-sure" : "1.9.0" ,
2021-03-22 05:04:19 +01:00
"less" : "4.1.1" ,
2021-04-24 12:07:22 +02:00
"less-loader" : "8.1.1" ,
2020-12-27 15:24:27 +01:00
"license-checker-webpack-plugin" : "0.2.1" ,
2021-05-13 17:12:36 +02:00
"mermaid" : "8.10.1" ,
"mini-css-extract-plugin" : "1.6.0" ,
"monaco-editor" : "0.24.0" ,
"monaco-editor-webpack-plugin" : "3.1.0" ,
2021-01-21 14:51:52 +00:00
"pretty-ms" : "7.0.1" ,
2021-03-22 05:04:19 +01:00
"sortablejs" : "1.13.0" ,
2021-05-13 17:12:36 +02:00
"swagger-ui-dist" : "3.48.0" ,
2020-05-21 04:00:43 +02:00
"tributejs" : "5.1.3" ,
2020-09-03 23:26:50 +02:00
"vue" : "2.6.12" ,
2021-05-13 17:12:36 +02:00
"vue-bar-graph" : "1.2.2" ,
2020-03-19 03:45:23 +01:00
"vue-calendar-heatmap" : "0.8.4" ,
2021-05-13 17:12:36 +02:00
"vue-loader" : "15.9.7" ,
2020-09-03 23:26:50 +02:00
"vue-template-compiler" : "2.6.12" ,
2021-05-13 17:12:36 +02:00
"webpack" : "5.37.0" ,
"webpack-cli" : "4.7.0" ,
2021-04-24 12:07:22 +02:00
"workbox-routing" : "6.1.5" ,
"workbox-strategies" : "6.1.5" ,
2021-03-22 05:04:19 +01:00
"worker-loader" : "3.0.8" ,
2021-04-24 12:07:22 +02:00
"wrap-ansi" : "8.0.0"
2019-05-16 07:57:47 +02:00
} ,
2020-03-19 03:45:23 +01:00
"devDependencies" : {
2021-04-11 05:46:37 +02:00
"editorconfig-checker" : "4.0.2" ,
2021-05-13 17:12:36 +02:00
"eslint" : "7.26.0" ,
2021-03-22 05:04:19 +01:00
"eslint-plugin-html" : "6.1.2" ,
2020-10-21 13:02:24 +02:00
"eslint-plugin-import" : "2.22.1" ,
2021-05-13 17:12:36 +02:00
"eslint-plugin-unicorn" : "32.0.1" ,
2021-04-24 12:07:22 +02:00
"eslint-plugin-vue" : "7.9.0" ,
2021-04-08 12:41:57 +02:00
"jest" : "26.6.3" ,
"jest-extended" : "0.11.5" ,
2021-05-13 17:12:36 +02:00
"stylelint" : "13.13.1" ,
"stylelint-config-standard" : "22.0.0" ,
2021-04-06 03:03:07 +02:00
"svgo" : "2.3.0" ,
2021-05-13 17:12:36 +02:00
"updates" : "12.1.0"
2020-03-19 03:45:23 +01:00
} ,
2019-05-16 07:57:47 +02:00
"browserslist" : [
2020-05-20 05:28:59 +02:00
"defaults" ,
"not ie > 0" ,
"not ie_mob > 0"
2019-05-16 07:57:47 +02:00
]
2018-03-06 02:22:16 +01:00
}