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-08-17 07:32:48 +02:00
"@primer/octicons" : "15.0.1" ,
2021-03-22 05:04:19 +01:00
"add-asset-webpack-plugin" : "2.0.1" ,
2021-08-17 07:32:48 +02:00
"codemirror" : "5.62.2" ,
"css-loader" : "6.2.0" ,
2021-04-06 03:03:07 +02:00
"dropzone" : "5.9.2" ,
2021-05-13 17:12:36 +02:00
"easymde" : "2.15.0" ,
2021-08-17 07:32:48 +02:00
"esbuild-loader" : "2.15.0" ,
2021-04-24 12:07:22 +02:00
"escape-goat" : "4.0.0" ,
2021-08-17 07:32:48 +02:00
"fast-glob" : "3.2.7" ,
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-08-17 07:32:48 +02:00
"less-loader" : "10.0.1" ,
2020-12-27 15:24:27 +01:00
"license-checker-webpack-plugin" : "0.2.1" ,
2021-08-17 07:32:48 +02:00
"mermaid" : "8.11.5" ,
"mini-css-extract-plugin" : "2.2.0" ,
"monaco-editor" : "0.27.0" ,
"monaco-editor-webpack-plugin" : "4.1.2" ,
2021-01-21 14:51:52 +00:00
"pretty-ms" : "7.0.1" ,
2021-08-17 07:32:48 +02:00
"sortablejs" : "1.14.0" ,
"swagger-ui-dist" : "4.0.0-beta.4" ,
2020-05-21 04:00:43 +02:00
"tributejs" : "5.1.3" ,
2021-08-17 07:32:48 +02:00
"vue" : "2.6.14" ,
"vue-bar-graph" : "1.3.0" ,
2020-03-19 03:45:23 +01:00
"vue-calendar-heatmap" : "0.8.4" ,
2021-08-17 07:32:48 +02:00
"vue-loader" : "15.9.8" ,
"vue-template-compiler" : "2.6.14" ,
"webpack" : "5.50.0" ,
"webpack-cli" : "4.8.0" ,
"workbox-routing" : "6.2.4" ,
"workbox-strategies" : "6.2.4" ,
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-08-17 07:32:48 +02:00
"eslint" : "7.32.0" ,
2021-03-22 05:04:19 +01:00
"eslint-plugin-html" : "6.1.2" ,
2021-08-17 07:32:48 +02:00
"eslint-plugin-import" : "2.24.0" ,
"eslint-plugin-unicorn" : "35.0.0" ,
"eslint-plugin-vue" : "7.16.0" ,
"jest" : "27.0.6" ,
2021-04-08 12:41:57 +02:00
"jest-extended" : "0.11.5" ,
2021-05-13 17:12:36 +02:00
"stylelint" : "13.13.1" ,
"stylelint-config-standard" : "22.0.0" ,
2021-08-17 07:32:48 +02:00
"svgo" : "2.4.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
}