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 ,
"engines" : {
2020-04-30 12:37:01 +02:00
"node" : ">= 10.13.0"
2019-07-02 21:11:24 +02:00
} ,
2020-01-14 19:02:08 +01:00
"dependencies" : {
2020-09-03 23:26:50 +02:00
"@babel/core" : "7.11.6" ,
"@babel/plugin-transform-runtime" : "7.11.5" ,
"@babel/preset-env" : "7.11.5" ,
2020-08-12 00:30:47 +02:00
"@babel/runtime" : "7.11.2" ,
2020-07-29 20:44:23 +02:00
"@claviska/jquery-minicolors" : "2.3.5" ,
2020-09-10 06:16:40 +02:00
"@primer/octicons" : "11.0.0" ,
2020-08-22 03:23:03 +02:00
"add-asset-webpack-plugin" : "1.0.0" ,
2020-04-20 11:08:20 +02:00
"babel-loader" : "8.1.0" ,
2020-03-19 03:45:23 +01:00
"clipboard" : "2.0.6" ,
2020-04-20 11:08:20 +02:00
"core-js" : "3.6.5" ,
2020-09-10 06:16:40 +02:00
"css-loader" : "4.3.0" ,
2020-09-03 23:26:50 +02:00
"css-minimizer-webpack-plugin" : "1.1.3" ,
2020-07-27 23:01:25 +02:00
"dropzone" : "5.7.2" ,
2020-07-31 04:14:04 +02:00
"escape-goat" : "3.0.0" ,
2020-07-08 03:47:05 +02:00
"fast-glob" : "3.2.4" ,
2020-09-03 23:26:50 +02:00
"file-loader" : "6.1.0" ,
2020-09-10 06:16:40 +02:00
"fomantic-ui" : "2.8.7" ,
2020-07-06 10:56:54 +02:00
"font-awesome" : "4.7.0" ,
2020-05-15 21:46:49 +02:00
"jquery" : "3.5.1" ,
2020-03-19 03:45:23 +01:00
"jquery.are-you-sure" : "1.9.0" ,
2020-09-03 23:26:50 +02:00
"less" : "3.12.2" ,
"less-loader" : "7.0.1" ,
2020-07-27 23:01:25 +02:00
"license-webpack-plugin" : "2.3.0" ,
2020-09-10 06:16:40 +02:00
"mermaid" : "8.8.0" ,
"mini-css-extract-plugin" : "0.11.1" ,
2020-05-14 18:06:01 +02:00
"monaco-editor" : "0.20.0" ,
"monaco-editor-webpack-plugin" : "1.9.0" ,
2020-09-10 06:16:40 +02:00
"postcss" : "7.0.32" ,
"postcss-loader" : "4.0.1" ,
2020-01-25 09:41:34 +01:00
"postcss-preset-env" : "6.7.0" ,
2020-07-12 11:10:56 +02:00
"raw-loader" : "4.0.1" ,
2020-08-17 04:07:38 +01:00
"sortablejs" : "1.10.2" ,
2020-09-03 23:26:50 +02:00
"swagger-ui" : "3.32.5" ,
2020-08-12 00:30:47 +02:00
"terser-webpack-plugin" : "4.1.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" ,
2020-03-19 03:45:23 +01:00
"vue-bar-graph" : "1.2.0" ,
"vue-calendar-heatmap" : "0.8.4" ,
2020-07-08 03:47:05 +02:00
"vue-loader" : "15.9.3" ,
2020-09-03 23:26:50 +02:00
"vue-template-compiler" : "2.6.12" ,
2020-08-12 00:30:47 +02:00
"webpack" : "4.44.1" ,
2020-07-08 03:47:05 +02:00
"webpack-cli" : "3.3.12" ,
"webpack-fix-style-only-entries" : "0.5.1" ,
2020-09-10 06:16:40 +02:00
"workbox-routing" : "5.1.4" ,
"workbox-strategies" : "5.1.4" ,
2020-09-03 23:26:50 +02:00
"worker-loader" : "3.0.2" ,
2020-06-12 13:26:37 +02:00
"wrap-ansi" : "7.0.0"
2019-05-16 07:57:47 +02:00
} ,
2020-03-19 03:45:23 +01:00
"devDependencies" : {
2020-09-03 23:26:50 +02:00
"eslint" : "7.8.1" ,
2020-07-08 03:47:05 +02:00
"eslint-plugin-import" : "2.22.0" ,
2020-07-27 23:01:25 +02:00
"eslint-plugin-unicorn" : "21.0.0" ,
2020-09-03 23:26:50 +02:00
"stylelint" : "13.7.0" ,
2020-03-29 13:56:58 +02:00
"stylelint-config-standard" : "20.0.0" ,
2020-07-12 11:10:56 +02:00
"svgo" : "1.3.2" ,
2020-09-03 23:26:50 +02:00
"updates" : "10.3.6"
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
}