mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
253add883d
* Swap swagger-ui with swagger-ui-dist The prebuilt version of swagger-ui is identical to the regular one but brings the benefit of faster webpack compilation and less npm dependencies so it npm installs will speed up too. * use bundle file directly
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.12.9",
|
|
"@babel/plugin-transform-runtime": "7.12.1",
|
|
"@babel/preset-env": "7.12.7",
|
|
"@babel/runtime": "7.12.5",
|
|
"@claviska/jquery-minicolors": "2.3.5",
|
|
"@primer/octicons": "11.1.0",
|
|
"add-asset-webpack-plugin": "1.0.0",
|
|
"babel-loader": "8.2.2",
|
|
"clipboard": "2.0.6",
|
|
"codemirror": "5.58.3",
|
|
"core-js": "3.8.0",
|
|
"css-loader": "5.0.1",
|
|
"css-minimizer-webpack-plugin": "1.1.5",
|
|
"dropzone": "5.7.2",
|
|
"easymde": "2.13.0",
|
|
"escape-goat": "3.0.0",
|
|
"fast-glob": "3.2.4",
|
|
"file-loader": "6.2.0",
|
|
"font-awesome": "4.7.0",
|
|
"jquery": "3.5.1",
|
|
"jquery.are-you-sure": "1.9.0",
|
|
"less": "3.12.2",
|
|
"less-loader": "7.1.0",
|
|
"license-webpack-plugin": "2.3.1",
|
|
"mermaid": "8.8.3",
|
|
"mini-css-extract-plugin": "1.3.1",
|
|
"monaco-editor": "0.21.2",
|
|
"monaco-editor-webpack-plugin": "2.0.0",
|
|
"postcss": "8.1.10",
|
|
"raw-loader": "4.0.2",
|
|
"sortablejs": "1.12.0",
|
|
"swagger-ui-dist": "3.37.2",
|
|
"terser-webpack-plugin": "4.2.3",
|
|
"tributejs": "5.1.3",
|
|
"vue": "2.6.12",
|
|
"vue-bar-graph": "1.2.0",
|
|
"vue-calendar-heatmap": "0.8.4",
|
|
"vue-loader": "15.9.5",
|
|
"vue-template-compiler": "2.6.12",
|
|
"webpack": "4.44.1",
|
|
"webpack-cli": "3.3.12",
|
|
"webpack-fix-style-only-entries": "0.6.0",
|
|
"workbox-routing": "5.1.4",
|
|
"workbox-strategies": "5.1.4",
|
|
"worker-loader": "3.0.5",
|
|
"wrap-ansi": "7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.14.0",
|
|
"eslint-plugin-html": "6.1.1",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-unicorn": "23.0.0",
|
|
"eslint-plugin-vue": "7.1.0",
|
|
"stylelint": "13.8.0",
|
|
"stylelint-config-standard": "20.0.0",
|
|
"svgo": "1.3.2",
|
|
"updates": "11.4.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"not ie > 0",
|
|
"not ie_mob > 0"
|
|
]
|
|
}
|