2017-09-21 09:05:11 +05:30
|
|
|
{
|
2022-01-16 01:36:29 +05:30
|
|
|
"name": "gitea",
|
2019-02-11 11:43:30 +05:30
|
|
|
"license": "MIT",
|
2019-07-03 00:41:24 +05:30
|
|
|
"private": true,
|
2021-04-08 16:11:57 +05:30
|
|
|
"type": "module",
|
2019-07-03 00:41:24 +05:30
|
|
|
"engines": {
|
2022-07-14 14:28:14 +05:30
|
|
|
"node": ">= 14.0.0"
|
2019-07-03 00:41:24 +05:30
|
|
|
},
|
2020-01-14 23:32:08 +05:30
|
|
|
"dependencies": {
|
2022-11-11 22:32:50 +05:30
|
|
|
"@citation-js/core": "0.6.1",
|
|
|
|
"@citation-js/plugin-bibtex": "0.6.1",
|
2022-11-22 06:28:55 +05:30
|
|
|
"@citation-js/plugin-csl": "0.6.4",
|
2022-11-11 22:32:50 +05:30
|
|
|
"@citation-js/plugin-software-formats": "0.6.0",
|
2021-12-04 12:13:14 +05:30
|
|
|
"@claviska/jquery-minicolors": "2.3.6",
|
2022-10-10 17:32:20 +05:30
|
|
|
"@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
|
2022-12-21 03:45:47 +05:30
|
|
|
"@primer/octicons": "17.10.0",
|
2022-11-22 06:28:55 +05:30
|
|
|
"@vue/compiler-sfc": "3.2.45",
|
2021-03-22 09:34:19 +05:30
|
|
|
"add-asset-webpack-plugin": "2.0.1",
|
2022-12-21 03:45:47 +05:30
|
|
|
"css-loader": "6.7.3",
|
2021-12-04 12:13:14 +05:30
|
|
|
"dropzone": "6.0.0-beta.2",
|
2022-10-10 17:32:20 +05:30
|
|
|
"easymde": "2.18.0",
|
2022-09-11 21:04:38 +05:30
|
|
|
"esbuild-loader": "2.20.0",
|
2021-04-24 15:37:22 +05:30
|
|
|
"escape-goat": "4.0.0",
|
2022-09-11 21:04:38 +05:30
|
|
|
"fast-glob": "3.2.12",
|
2020-07-06 14:26:54 +05:30
|
|
|
"font-awesome": "4.7.0",
|
2022-12-21 03:45:47 +05:30
|
|
|
"jquery": "3.6.2",
|
2020-03-19 08:15:23 +05:30
|
|
|
"jquery.are-you-sure": "1.9.0",
|
2022-12-21 03:45:47 +05:30
|
|
|
"katex": "0.16.4",
|
2022-07-20 21:18:06 +05:30
|
|
|
"less": "4.1.3",
|
2022-10-10 17:32:20 +05:30
|
|
|
"less-loader": "11.1.0",
|
2020-12-27 19:54:27 +05:30
|
|
|
"license-checker-webpack-plugin": "0.2.1",
|
2022-12-21 03:45:47 +05:30
|
|
|
"mermaid": "9.3.0",
|
|
|
|
"mini-css-extract-plugin": "2.7.2",
|
2022-10-28 19:10:50 +05:30
|
|
|
"monaco-editor": "0.34.1",
|
2022-01-18 20:31:36 +05:30
|
|
|
"monaco-editor-webpack-plugin": "7.0.1",
|
2022-07-20 21:18:06 +05:30
|
|
|
"pretty-ms": "8.0.0",
|
2022-04-01 05:45:46 +05:30
|
|
|
"sortablejs": "1.15.0",
|
2022-11-22 06:28:55 +05:30
|
|
|
"swagger-ui-dist": "4.15.5",
|
2022-07-19 04:03:34 +05:30
|
|
|
"tippy.js": "6.3.7",
|
2020-05-21 07:30:43 +05:30
|
|
|
"tributejs": "5.1.3",
|
2022-01-14 20:33:31 +05:30
|
|
|
"uint8-to-base64": "0.2.0",
|
2022-11-22 06:28:55 +05:30
|
|
|
"vue": "3.2.45",
|
2022-10-01 19:56:38 +05:30
|
|
|
"vue-bar-graph": "2.0.0",
|
2022-11-22 06:28:55 +05:30
|
|
|
"vue-loader": "17.0.1",
|
2022-10-01 19:56:38 +05:30
|
|
|
"vue3-calendar-heatmap": "2.0.0",
|
2022-11-22 06:28:55 +05:30
|
|
|
"webpack": "5.75.0",
|
2022-12-21 03:45:47 +05:30
|
|
|
"webpack-cli": "5.0.1",
|
2022-08-06 21:00:13 +05:30
|
|
|
"workbox-routing": "6.5.4",
|
|
|
|
"workbox-strategies": "6.5.4",
|
2021-03-22 09:34:19 +05:30
|
|
|
"worker-loader": "3.0.8",
|
2021-10-19 12:53:58 +05:30
|
|
|
"wrap-ansi": "8.0.1"
|
2019-05-16 11:27:47 +05:30
|
|
|
},
|
2020-03-19 08:15:23 +05:30
|
|
|
"devDependencies": {
|
2022-12-21 03:45:47 +05:30
|
|
|
"@playwright/test": "1.29.0",
|
2022-10-28 19:10:50 +05:30
|
|
|
"@rollup/pluginutils": "5.0.2",
|
2022-11-22 06:28:55 +05:30
|
|
|
"@stoplight/spectral-cli": "6.6.0",
|
2022-12-21 03:45:47 +05:30
|
|
|
"eslint": "8.30.0",
|
2022-05-11 01:14:36 +05:30
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-05-12 21:21:50 +05:30
|
|
|
"eslint-plugin-jquery": "1.5.1",
|
2022-12-21 03:45:47 +05:30
|
|
|
"eslint-plugin-sonarjs": "0.17.0",
|
|
|
|
"eslint-plugin-unicorn": "45.0.2",
|
|
|
|
"eslint-plugin-vue": "9.8.0",
|
2022-11-22 06:28:55 +05:30
|
|
|
"jsdom": "20.0.3",
|
2022-08-25 19:41:12 +05:30
|
|
|
"markdownlint-cli": "0.32.2",
|
2022-01-18 20:31:36 +05:30
|
|
|
"postcss-less": "6.0.0",
|
2022-12-21 03:45:47 +05:30
|
|
|
"stylelint": "14.16.0",
|
2022-10-28 19:10:50 +05:30
|
|
|
"stylelint-config-standard": "29.0.0",
|
2022-11-23 05:52:27 +05:30
|
|
|
"stylelint-declaration-strict-value": "1.9.1",
|
2022-11-22 06:28:55 +05:30
|
|
|
"svgo": "3.0.2",
|
2022-12-21 03:45:47 +05:30
|
|
|
"updates": "13.2.4",
|
|
|
|
"vitest": "0.26.1"
|
2020-03-19 08:15:23 +05:30
|
|
|
},
|
2019-05-16 11:27:47 +05:30
|
|
|
"browserslist": [
|
2020-05-20 08:58:59 +05:30
|
|
|
"defaults",
|
|
|
|
"not ie > 0",
|
|
|
|
"not ie_mob > 0"
|
2019-05-16 11:27:47 +05:30
|
|
|
]
|
2018-03-06 06:52:16 +05:30
|
|
|
}
|