2017-09-21 06:35:11 +03:00
{
2021-04-08 13:41:57 +03:00
"type" : "module" ,
2019-07-02 22:11:24 +03:00
"engines" : {
2023-09-16 14:36:35 +03:00
"node" : ">= 18.0.0"
2019-07-02 22:11:24 +03:00
} ,
2020-01-14 21:02:08 +03:00
"dependencies" : {
2024-09-26 03:04:54 +03:00
"@citation-js/core" : "0.7.14" ,
"@citation-js/plugin-bibtex" : "0.7.16" ,
2023-04-03 02:47:14 +03:00
"@citation-js/plugin-software-formats" : "0.6.1" ,
2024-03-03 19:23:14 +03:00
"@github/markdown-toolbar-element" : "2.2.3" ,
2024-10-24 02:07:53 +03:00
"@github/quote-selection" : "2.1.0" ,
2024-12-06 03:03:05 +03:00
"@github/relative-time-element" : "4.4.4" ,
2024-10-11 03:03:35 +03:00
"@github/text-expander-element" : "2.8.0" ,
2022-10-10 15:02:20 +03:00
"@mcaptcha/vanilla-glue" : "0.1.0-alpha-3" ,
2024-12-05 03:04:08 +03:00
"@primer/octicons" : "19.13.0" ,
2023-08-29 21:29:13 +03:00
"ansi_up" : "6.0.2" ,
2024-06-16 03:02:14 +03:00
"asciinema-player" : "3.8.0" ,
2024-10-16 03:03:18 +03:00
"chart.js" : "4.4.5" ,
2024-02-16 01:21:13 +03:00
"chartjs-adapter-dayjs-4" : "1.0.4" ,
2024-11-27 03:03:02 +03:00
"chartjs-plugin-zoom" : "2.2.0" ,
2024-05-03 09:03:34 +03:00
"clippie" : "4.1.1" ,
2024-04-05 06:35:37 +03:00
"css-loader" : "7.0.0" ,
2024-07-19 03:03:48 +03:00
"dayjs" : "1.11.12" ,
2021-12-04 09:43:14 +03:00
"dropzone" : "6.0.0-beta.2" ,
2022-10-10 15:02:20 +03:00
"easymde" : "2.18.0" ,
2024-07-18 03:07:53 +03:00
"esbuild-loader" : "4.2.2" ,
2021-04-24 13:07:22 +03:00
"escape-goat" : "4.0.0" ,
2023-11-20 03:02:57 +03:00
"fast-glob" : "3.3.2" ,
2024-04-26 10:27:34 +03:00
"htmx.org" : "1.9.12" ,
2024-02-16 05:52:25 +03:00
"idiomorph" : "0.3.0" ,
2023-08-29 21:29:13 +03:00
"jquery" : "3.7.1" ,
2024-12-09 03:03:55 +03:00
"katex" : "0.16.14" ,
2024-11-28 03:03:01 +03:00
"mermaid" : "11.4.1" ,
2024-11-01 05:03:40 +03:00
"mini-css-extract-plugin" : "2.9.2" ,
2024-08-09 21:13:13 +03:00
"minimatch" : "10.0.1" ,
2024-09-23 03:04:43 +03:00
"monaco-editor" : "0.51.0" ,
2023-07-21 06:34:10 +03:00
"monaco-editor-webpack-plugin" : "7.1.0" ,
2024-02-16 05:20:50 +03:00
"pdfobject" : "2.3.0" ,
2024-11-12 05:03:17 +03:00
"postcss" : "8.4.49" ,
2024-03-03 19:23:14 +03:00
"postcss-loader" : "8.1.1" ,
2024-10-24 03:02:48 +03:00
"postcss-nesting" : "13.0.1" ,
2024-02-02 12:36:32 +03:00
"pretty-ms" : "9.0.0" ,
2024-11-29 03:02:57 +03:00
"sortablejs" : "1.15.6" ,
2024-05-31 07:06:55 +03:00
"swagger-ui-dist" : "5.17.14" ,
2024-12-04 10:13:48 +03:00
"tailwindcss" : "3.4.16" ,
2023-03-26 08:25:41 +03:00
"throttle-debounce" : "5.0.0" ,
2023-07-09 13:17:22 +03:00
"tinycolor2" : "1.6.0" ,
2022-07-19 01:33:34 +03:00
"tippy.js" : "6.3.7" ,
2023-06-27 05:45:24 +03:00
"toastify-js" : "1.12.0" ,
2020-05-21 05:00:43 +03:00
"tributejs" : "5.1.3" ,
2022-01-14 18:03:31 +03:00
"uint8-to-base64" : "0.2.0" ,
2024-04-03 12:15:06 +03:00
"vanilla-colorful" : "0.7.2" ,
2024-11-18 00:23:23 +03:00
"vue" : "3.5.13" ,
2024-04-10 03:06:37 +03:00
"vue-chartjs" : "5.3.1" ,
2024-02-02 12:36:32 +03:00
"vue-loader" : "17.4.2" ,
2023-04-03 02:47:14 +03:00
"vue3-calendar-heatmap" : "2.0.5" ,
2024-12-06 03:03:23 +03:00
"webpack" : "5.97.1" ,
2023-06-08 13:54:31 +03:00
"webpack-cli" : "5.1.4" ,
2023-11-07 00:14:32 +03:00
"wrap-ansi" : "9.0.0"
2019-05-16 08:57:47 +03:00
} ,
2020-03-19 05:45:23 +03:00
"devDependencies" : {
2024-11-12 03:02:42 +03:00
"@axe-core/playwright" : "4.10.1" ,
2024-11-01 11:19:28 +03:00
"@eslint-community/eslint-plugin-eslint-comments" : "4.4.1" ,
2024-10-26 03:03:11 +03:00
"@playwright/test" : "1.48.2" ,
2024-12-01 10:05:04 +03:00
"@stoplight/spectral-cli" : "6.14.2" ,
2024-11-01 11:19:28 +03:00
"@stylistic/eslint-plugin-js" : "2.10.1" ,
2024-10-05 03:02:50 +03:00
"@stylistic/stylelint-plugin" : "3.1.1" ,
2024-11-13 08:45:40 +03:00
"@typescript-eslint/parser" : "8.14.0" ,
2024-11-11 05:03:25 +03:00
"@vitejs/plugin-vue" : "5.1.5" ,
2024-10-29 13:03:46 +03:00
"@vitest/coverage-v8" : "2.1.4" ,
2024-12-01 11:33:15 +03:00
"@vitest/eslint-plugin" : "1.1.13" ,
2024-05-08 05:05:00 +03:00
"@vue/test-utils" : "2.4.6" ,
2024-11-04 09:04:10 +03:00
"eslint" : "9.14.0" ,
2024-10-29 13:47:39 +03:00
"eslint-import-resolver-typescript" : "3.6.3" ,
2024-11-03 13:03:24 +03:00
"eslint-plugin-array-func" : "5.0.2" ,
2024-11-13 08:45:40 +03:00
"eslint-plugin-import-x" : "4.4.2" ,
2024-08-21 19:18:41 +03:00
"eslint-plugin-no-jquery" : "3.0.2" ,
2024-11-01 11:19:28 +03:00
"eslint-plugin-no-use-extend-native" : "0.7.2" ,
2024-11-07 10:52:50 +03:00
"eslint-plugin-playwright" : "2.0.1" ,
2024-05-31 11:55:12 +03:00
"eslint-plugin-regexp" : "2.6.0" ,
2024-11-01 11:19:28 +03:00
"eslint-plugin-sonarjs" : "2.0.4" ,
2024-10-23 09:03:20 +03:00
"eslint-plugin-unicorn" : "56.0.0" ,
2024-03-26 12:41:40 +03:00
"eslint-plugin-vitest-globals" : "1.5.0" ,
2024-11-13 08:45:40 +03:00
"eslint-plugin-vue" : "9.31.0" ,
2024-06-24 03:02:54 +03:00
"eslint-plugin-vue-scoped-css" : "2.8.1" ,
2024-10-08 05:02:56 +03:00
"eslint-plugin-wc" : "2.2.0" ,
2024-12-02 08:44:16 +03:00
"globals" : "15.13.0" ,
2024-12-01 10:26:10 +03:00
"happy-dom" : "15.11.7" ,
2024-09-10 07:54:38 +03:00
"license-checker-rseidelsohn" : "4.4.2" ,
2024-09-27 05:03:21 +03:00
"markdownlint-cli" : "0.42.0" ,
2024-05-11 15:03:36 +03:00
"postcss-html" : "1.7.0" ,
2024-11-04 09:04:10 +03:00
"stylelint" : "16.10.0" ,
2024-02-02 12:36:32 +03:00
"stylelint-declaration-block-no-ignored-properties" : "2.8.0" ,
2024-07-30 13:02:20 +03:00
"stylelint-declaration-strict-value" : "1.10.6" ,
2024-03-29 23:32:35 +03:00
"stylelint-value-no-unknown-custom-properties" : "6.0.1" ,
2024-02-02 12:36:32 +03:00
"svgo" : "3.2.0" ,
2024-12-04 10:41:45 +03:00
"typescript" : "5.7.2" ,
2024-11-13 08:45:40 +03:00
"typescript-eslint" : "8.14.0" ,
2024-06-18 09:02:32 +03:00
"vite-string-plugin" : "1.3.4" ,
2024-10-29 13:03:46 +03:00
"vitest" : "2.1.4"
2020-03-19 05:45:23 +03:00
} ,
2024-10-29 13:47:39 +03:00
"browserslist" : [
"defaults"
]
2018-03-06 04:22:16 +03:00
}