2017-09-20 23:35:11 -04:00
|
|
|
{
|
2022-01-15 15:06:29 -05:00
|
|
|
"name": "gitea",
|
2019-02-11 01:13:30 -05:00
|
|
|
"license": "MIT",
|
2019-07-02 15:11:24 -04:00
|
|
|
"private": true,
|
2021-04-08 06:41:57 -04:00
|
|
|
"type": "module",
|
2019-07-02 15:11:24 -04:00
|
|
|
"engines": {
|
2022-07-14 04:58:14 -04:00
|
|
|
"node": ">= 14.0.0"
|
2019-07-02 15:11:24 -04:00
|
|
|
},
|
2020-01-14 13:02:08 -05:00
|
|
|
"dependencies": {
|
2021-12-04 01:43:14 -05:00
|
|
|
"@claviska/jquery-minicolors": "2.3.6",
|
2022-08-10 09:20:10 -04:00
|
|
|
"@mcaptcha/vanilla-glue": "0.1.0-alpha-2",
|
2022-09-11 11:34:38 -04:00
|
|
|
"@primer/octicons": "17.5.0",
|
2022-10-01 10:26:38 -04:00
|
|
|
"@vue/compiler-sfc": "3.2.37",
|
2021-03-22 00:04:19 -04:00
|
|
|
"add-asset-webpack-plugin": "2.0.1",
|
2022-03-31 20:15:46 -04:00
|
|
|
"css-loader": "6.7.1",
|
2021-12-04 01:43:14 -05:00
|
|
|
"dropzone": "6.0.0-beta.2",
|
2022-08-25 10:11:12 -04:00
|
|
|
"easymde": "2.17.0",
|
2022-09-11 11:34:38 -04:00
|
|
|
"esbuild-loader": "2.20.0",
|
2021-04-24 06:07:22 -04:00
|
|
|
"escape-goat": "4.0.0",
|
2022-09-11 11:34:38 -04:00
|
|
|
"fast-glob": "3.2.12",
|
2020-07-06 04:56:54 -04:00
|
|
|
"font-awesome": "4.7.0",
|
2022-09-11 11:34:38 -04:00
|
|
|
"jquery": "3.6.1",
|
2020-03-18 22:45:23 -04:00
|
|
|
"jquery.are-you-sure": "1.9.0",
|
2022-09-13 12:33:37 -04:00
|
|
|
"katex": "0.16.2",
|
2022-07-20 11:48:06 -04:00
|
|
|
"less": "4.1.3",
|
2022-05-20 21:10:03 -04:00
|
|
|
"less-loader": "11.0.0",
|
2020-12-27 09:24:27 -05:00
|
|
|
"license-checker-webpack-plugin": "0.2.1",
|
2022-08-25 10:11:12 -04:00
|
|
|
"mermaid": "9.1.6",
|
2022-07-20 11:48:06 -04:00
|
|
|
"mini-css-extract-plugin": "2.6.1",
|
2022-08-25 10:11:12 -04:00
|
|
|
"monaco-editor": "0.34.0",
|
2022-01-18 10:01:36 -05:00
|
|
|
"monaco-editor-webpack-plugin": "7.0.1",
|
2022-07-20 11:48:06 -04:00
|
|
|
"pretty-ms": "8.0.0",
|
2022-03-31 20:15:46 -04:00
|
|
|
"sortablejs": "1.15.0",
|
2022-08-25 10:11:12 -04:00
|
|
|
"swagger-ui-dist": "4.14.0",
|
2022-07-18 18:33:34 -04:00
|
|
|
"tippy.js": "6.3.7",
|
2020-05-20 22:00:43 -04:00
|
|
|
"tributejs": "5.1.3",
|
2022-01-14 10:03:31 -05:00
|
|
|
"uint8-to-base64": "0.2.0",
|
2022-10-01 10:26:38 -04:00
|
|
|
"vue": "3.2.37",
|
|
|
|
"vue-bar-graph": "2.0.0",
|
|
|
|
"vue-loader": "17.0.0",
|
|
|
|
"vue3-calendar-heatmap": "2.0.0",
|
2022-08-06 11:30:13 -04:00
|
|
|
"webpack": "5.74.0",
|
2022-07-20 11:48:06 -04:00
|
|
|
"webpack-cli": "4.10.0",
|
2022-08-06 11:30:13 -04:00
|
|
|
"workbox-routing": "6.5.4",
|
|
|
|
"workbox-strategies": "6.5.4",
|
2021-03-22 00:04:19 -04:00
|
|
|
"worker-loader": "3.0.8",
|
2021-10-19 03:23:58 -04:00
|
|
|
"wrap-ansi": "8.0.1"
|
2019-05-16 01:57:47 -04:00
|
|
|
},
|
2020-03-18 22:45:23 -04:00
|
|
|
"devDependencies": {
|
2022-09-11 11:34:38 -04:00
|
|
|
"@playwright/test": "1.25.2",
|
2022-08-25 10:11:12 -04:00
|
|
|
"@stoplight/spectral-cli": "6.5.1",
|
2022-09-11 11:34:38 -04:00
|
|
|
"eslint": "8.23.0",
|
2022-05-10 15:44:36 -04:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-05-12 11:51:50 -04:00
|
|
|
"eslint-plugin-jquery": "1.5.1",
|
2022-08-25 10:11:12 -04:00
|
|
|
"eslint-plugin-sonarjs": "0.15.0",
|
2022-07-20 11:48:06 -04:00
|
|
|
"eslint-plugin-unicorn": "43.0.2",
|
2022-08-25 10:11:12 -04:00
|
|
|
"eslint-plugin-vue": "9.4.0",
|
2022-09-11 11:34:38 -04:00
|
|
|
"jest": "29.0.3",
|
|
|
|
"jest-environment-jsdom": "29.0.3",
|
|
|
|
"jest-extended": "3.1.0",
|
2022-08-25 10:11:12 -04:00
|
|
|
"markdownlint-cli": "0.32.2",
|
2022-01-18 10:01:36 -05:00
|
|
|
"postcss-less": "6.0.0",
|
2022-08-25 10:11:12 -04:00
|
|
|
"stylelint": "14.11.0",
|
|
|
|
"stylelint-config-standard": "28.0.0",
|
2021-11-10 20:52:16 -05:00
|
|
|
"svgo": "2.8.0",
|
2022-09-11 11:34:38 -04:00
|
|
|
"updates": "13.1.5"
|
2020-03-18 22:45:23 -04:00
|
|
|
},
|
2019-05-16 01:57:47 -04:00
|
|
|
"browserslist": [
|
2020-05-19 23:28:59 -04:00
|
|
|
"defaults",
|
|
|
|
"not ie > 0",
|
|
|
|
"not ie_mob > 0"
|
2019-05-16 01:57:47 -04:00
|
|
|
]
|
2018-03-05 20:22:16 -05:00
|
|
|
}
|