2017-09-21 05:35:11 +02:00
{
2021-04-08 12:41:57 +02:00
"type" : "module" ,
2019-07-02 21:11:24 +02:00
"engines" : {
2023-09-16 07:36:35 -04:00
"node" : ">= 18.0.0"
2019-07-02 21:11:24 +02:00
} ,
2020-01-14 19:02:08 +01:00
"dependencies" : {
2024-04-19 00:02:54 +00:00
"@citation-js/core" : "0.7.11" ,
"@citation-js/plugin-bibtex" : "0.7.11" ,
2023-04-03 01:47:14 +02:00
"@citation-js/plugin-software-formats" : "0.6.1" ,
2024-03-03 17:23:14 +01:00
"@github/markdown-toolbar-element" : "2.2.3" ,
2024-06-11 00:03:06 +00:00
"@github/relative-time-element" : "4.4.2" ,
2024-05-29 00:10:32 +00:00
"@github/text-expander-element" : "2.7.1" ,
2022-10-10 14:02:20 +02:00
"@mcaptcha/vanilla-glue" : "0.1.0-alpha-3" ,
2024-03-26 10:41:40 +01:00
"@primer/octicons" : "19.9.0" ,
2023-08-29 23:59:13 +05:30
"ansi_up" : "6.0.2" ,
2024-06-16 00:02:14 +00:00
"asciinema-player" : "3.8.0" ,
2024-03-03 17:23:14 +01:00
"chart.js" : "4.4.2" ,
2024-02-16 01:21:13 +03:00
"chartjs-adapter-dayjs-4" : "1.0.4" ,
"chartjs-plugin-zoom" : "2.0.1" ,
2024-05-03 06:03:34 +00:00
"clippie" : "4.1.1" ,
2024-04-05 05:35:37 +02:00
"css-loader" : "7.0.0" ,
2024-07-19 00:03:48 +00:00
"dayjs" : "1.11.12" ,
2021-12-03 22:43:14 -08:00
"dropzone" : "6.0.0-beta.2" ,
2022-10-10 14:02:20 +02:00
"easymde" : "2.18.0" ,
2024-07-18 00:07:53 +00:00
"esbuild-loader" : "4.2.2" ,
2021-04-24 12:07:22 +02:00
"escape-goat" : "4.0.0" ,
2023-11-20 01:02:57 +01:00
"fast-glob" : "3.3.2" ,
2024-04-26 10:27:34 +03:00
"htmx.org" : "1.9.12" ,
2024-02-16 04:52:25 +02:00
"idiomorph" : "0.3.0" ,
2023-08-29 23:59:13 +05:30
"jquery" : "3.7.1" ,
2024-07-03 00:02:23 +00:00
"katex" : "0.16.11" ,
2024-05-15 00:05:40 +00:00
"mermaid" : "10.9.1" ,
2024-04-20 00:03:42 +00:00
"mini-css-extract-plugin" : "2.9.0" ,
2024-08-09 18:13:13 +00:00
"minimatch" : "10.0.1" ,
2024-07-21 00:03:40 +00:00
"monaco-editor" : "0.50.0" ,
2023-07-21 05:34:10 +02:00
"monaco-editor-webpack-plugin" : "7.1.0" ,
2024-02-16 03:20:50 +01:00
"pdfobject" : "2.3.0" ,
2024-08-06 00:16:18 +00:00
"postcss" : "8.4.41" ,
2024-03-03 17:23:14 +01:00
"postcss-loader" : "8.1.1" ,
2024-05-24 02:04:27 +00:00
"postcss-nesting" : "12.1.5" ,
2024-02-02 10:36:32 +01:00
"pretty-ms" : "9.0.0" ,
"sortablejs" : "1.15.2" ,
2024-05-31 04:06:55 +00:00
"swagger-ui-dist" : "5.17.14" ,
2024-08-14 00:03:05 +00:00
"tailwindcss" : "3.4.10" ,
2024-04-08 10:09:28 +00:00
"temporal-polyfill" : "0.2.4" ,
2023-03-26 13:25:41 +08:00
"throttle-debounce" : "5.0.0" ,
2023-07-09 12:17:22 +02:00
"tinycolor2" : "1.6.0" ,
2022-07-19 00:33:34 +02:00
"tippy.js" : "6.3.7" ,
2023-06-27 04:45:24 +02:00
"toastify-js" : "1.12.0" ,
2020-05-21 04:00:43 +02:00
"tributejs" : "5.1.3" ,
2022-01-14 23:03:31 +08:00
"uint8-to-base64" : "0.2.0" ,
2024-04-03 11:15:06 +02:00
"vanilla-colorful" : "0.7.2" ,
2024-08-16 08:03:23 +00:00
"vue" : "3.4.38" ,
2024-04-10 00:06:37 +00:00
"vue-chartjs" : "5.3.1" ,
2024-02-02 10:36:32 +01:00
"vue-loader" : "17.4.2" ,
2023-04-03 01:47:14 +02:00
"vue3-calendar-heatmap" : "2.0.5" ,
2024-07-14 00:06:01 +00:00
"webpack" : "5.93.0" ,
2023-06-08 12:54:31 +02:00
"webpack-cli" : "5.1.4" ,
2023-11-06 22:14:32 +01:00
"wrap-ansi" : "9.0.0"
2019-05-16 07:57:47 +02:00
} ,
2020-03-19 03:45:23 +01:00
"devDependencies" : {
2024-08-16 02:03:27 +00:00
"@eslint-community/eslint-plugin-eslint-comments" : "4.4.0" ,
2024-08-17 00:02:44 +00:00
"@playwright/test" : "1.46.1" ,
2024-04-05 04:23:05 +00:00
"@stoplight/spectral-cli" : "6.11.1" ,
2024-08-16 02:03:01 +00:00
"@stylistic/eslint-plugin-js" : "2.6.4" ,
2024-08-09 18:12:59 +00:00
"@stylistic/stylelint-plugin" : "3.0.0" ,
2024-07-28 00:02:00 +00:00
"@vitejs/plugin-vue" : "5.1.1" ,
2024-08-09 18:13:31 +00:00
"@vitest/coverage-v8" : "2.0.5" ,
2024-05-08 02:05:00 +00:00
"@vue/test-utils" : "2.4.6" ,
2024-03-03 17:23:14 +01:00
"eslint" : "8.57.0" ,
2023-09-16 07:36:35 -04:00
"eslint-plugin-array-func" : "4.0.0" ,
2024-03-03 17:23:14 +01:00
"eslint-plugin-github" : "4.10.2" ,
2023-12-30 06:29:03 +01:00
"eslint-plugin-i" : "2.29.1" ,
2022-05-12 17:51:50 +02:00
"eslint-plugin-jquery" : "1.5.1" ,
2023-04-20 18:28:27 +09:00
"eslint-plugin-no-jquery" : "2.7.0" ,
2023-05-18 03:14:31 +02:00
"eslint-plugin-no-use-extend-native" : "0.5.0" ,
2024-07-22 20:03:32 +02:00
"eslint-plugin-playwright" : "1.6.2" ,
2024-05-31 08:55:12 +00:00
"eslint-plugin-regexp" : "2.6.0" ,
2024-04-05 05:35:37 +02:00
"eslint-plugin-sonarjs" : "0.25.1" ,
"eslint-plugin-unicorn" : "52.0.0" ,
2024-04-24 02:04:15 +00:00
"eslint-plugin-vitest" : "0.5.4" ,
2024-03-26 10:41:40 +01:00
"eslint-plugin-vitest-globals" : "1.5.0" ,
2024-07-04 06:07:24 +00:00
"eslint-plugin-vue" : "9.27.0" ,
2024-06-24 00:02:54 +00:00
"eslint-plugin-vue-scoped-css" : "2.8.1" ,
2024-04-24 02:04:15 +00:00
"eslint-plugin-wc" : "2.1.0" ,
2024-06-22 00:03:09 +00:00
"happy-dom" : "14.12.3" ,
2024-07-18 23:32:38 +02:00
"license-checker-rseidelsohn" : "4.3.0" ,
2024-05-27 00:04:18 +00:00
"markdownlint-cli" : "0.41.0" ,
2024-05-11 12:03:36 +00:00
"postcss-html" : "1.7.0" ,
2024-08-16 00:03:27 +00:00
"stylelint" : "16.8.2" ,
2024-02-02 10:36:32 +01:00
"stylelint-declaration-block-no-ignored-properties" : "2.8.0" ,
2024-07-30 10:02:20 +00:00
"stylelint-declaration-strict-value" : "1.10.6" ,
2024-03-29 21:32:35 +01:00
"stylelint-value-no-unknown-custom-properties" : "6.0.1" ,
2024-02-02 10:36:32 +01:00
"svgo" : "3.2.0" ,
2024-06-18 06:02:32 +00:00
"vite-string-plugin" : "1.3.4" ,
2024-08-09 18:13:31 +00:00
"vitest" : "2.0.5"
2020-03-19 03:45:23 +01:00
} ,
2024-07-18 23:32:38 +02:00
"browserslist" : [
"defaults"
]
2018-03-06 02:22:16 +01:00
}