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