2017-09-21 06:35:11 +03:00
{
2019-02-11 09:13:30 +03:00
"license" : "MIT" ,
2019-07-02 22:11:24 +03:00
"private" : true ,
2021-04-08 13:41:57 +03:00
"type" : "module" ,
2019-07-02 22:11:24 +03:00
"engines" : {
2021-04-08 13:41:57 +03:00
"node" : ">= 12.17.0"
2019-07-02 22:11:24 +03:00
} ,
2020-01-14 21:02:08 +03:00
"dependencies" : {
2020-07-29 21:44:23 +03:00
"@claviska/jquery-minicolors" : "2.3.5" ,
2021-10-19 10:23:58 +03:00
"@primer/octicons" : "16.0.0" ,
2021-03-22 07:04:19 +03:00
"add-asset-webpack-plugin" : "2.0.1" ,
2021-10-19 10:23:58 +03:00
"codemirror" : "5.63.3" ,
"css-loader" : "6.4.0" ,
"dropzone" : "5.9.3" ,
2021-05-13 18:12:36 +03:00
"easymde" : "2.15.0" ,
2021-10-19 10:23:58 +03:00
"esbuild-loader" : "2.16.0" ,
2021-04-24 13:07:22 +03:00
"escape-goat" : "4.0.0" ,
2021-08-17 08:32:48 +03:00
"fast-glob" : "3.2.7" ,
2020-07-06 11:56:54 +03:00
"font-awesome" : "4.7.0" ,
2021-03-22 07:04:19 +03:00
"jquery" : "3.6.0" ,
2020-03-19 05:45:23 +03:00
"jquery.are-you-sure" : "1.9.0" ,
2021-10-19 10:23:58 +03:00
"less" : "4.1.2" ,
"less-loader" : "10.2.0" ,
2020-12-27 17:24:27 +03:00
"license-checker-webpack-plugin" : "0.2.1" ,
2021-10-19 10:23:58 +03:00
"mermaid" : "8.13.3" ,
"mini-css-extract-plugin" : "2.4.2" ,
"monaco-editor" : "0.29.1" ,
"monaco-editor-webpack-plugin" : "5.0.0" ,
2021-01-21 17:51:52 +03:00
"pretty-ms" : "7.0.1" ,
2021-08-17 08:32:48 +03:00
"sortablejs" : "1.14.0" ,
"swagger-ui-dist" : "4.0.0-beta.4" ,
2020-05-21 05:00:43 +03:00
"tributejs" : "5.1.3" ,
2021-08-17 08:32:48 +03:00
"vue" : "2.6.14" ,
"vue-bar-graph" : "1.3.0" ,
2020-03-19 05:45:23 +03:00
"vue-calendar-heatmap" : "0.8.4" ,
2021-08-17 08:32:48 +03:00
"vue-loader" : "15.9.8" ,
"vue-template-compiler" : "2.6.14" ,
2021-10-25 14:54:25 +03:00
"webpack" : "5.59.1" ,
2021-10-19 10:23:58 +03:00
"webpack-cli" : "4.9.1" ,
"workbox-routing" : "6.3.0" ,
"workbox-strategies" : "6.3.0" ,
2021-03-22 07:04:19 +03:00
"worker-loader" : "3.0.8" ,
2021-10-19 10:23:58 +03:00
"wrap-ansi" : "8.0.1"
2019-05-16 08:57:47 +03:00
} ,
2020-03-19 05:45:23 +03:00
"devDependencies" : {
2021-04-11 06:46:37 +03:00
"editorconfig-checker" : "4.0.2" ,
2021-10-19 10:23:58 +03:00
"eslint" : "8.0.1" ,
"eslint-plugin-html" : "6.2.0" ,
"eslint-plugin-import" : "2.25.2" ,
"eslint-plugin-unicorn" : "37.0.1" ,
"eslint-plugin-vue" : "7.19.1" ,
"jest" : "27.3.0" ,
"jest-extended" : "1.1.0" ,
2021-05-13 18:12:36 +03:00
"stylelint" : "13.13.1" ,
"stylelint-config-standard" : "22.0.0" ,
2021-10-19 10:23:58 +03:00
"svgo" : "2.7.0" ,
"updates" : "12.2.2"
2020-03-19 05:45:23 +03:00
} ,
2019-05-16 08:57:47 +03:00
"browserslist" : [
2020-05-20 06:28:59 +03:00
"defaults" ,
"not ie > 0" ,
"not ie_mob > 0"
2019-05-16 08:57:47 +03:00
]
2018-03-06 04:22:16 +03:00
}