mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 06:52:37 +00:00
bc4f7ba69b
* Add automatic JS license generation Removed librejs file and replaced it with a plaintext file that is built from all JS dependencies that are included in the webpack build. It does not cover the few remaining statically vendored files and fomantic is added manually because it's not yet in the webpack build process. Fixes: https://github.com/go-gitea/gitea/issues/11630 * fix lint * remove jslicense, we're not librejs compatible any more * remove license.txt test as it depens on absent files * small optimization * trailing comma * localize and capitalize the word 'licenses' * reduce text to just 'Licenses' Co-authored-by: Lauris BH <lauris@nix.lv>
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.10.2",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
|
|
"@babel/plugin-transform-runtime": "7.10.1",
|
|
"@babel/preset-env": "7.10.2",
|
|
"@babel/runtime": "7.10.2",
|
|
"@primer/octicons": "9.6.0",
|
|
"babel-loader": "8.1.0",
|
|
"clipboard": "2.0.6",
|
|
"core-js": "3.6.5",
|
|
"css-loader": "3.5.3",
|
|
"cssnano": "4.1.10",
|
|
"domino": "2.1.5",
|
|
"dropzone": "5.7.1",
|
|
"fast-glob": "3.2.2",
|
|
"file-loader": "6.0.0",
|
|
"fomantic-ui": "2.8.5",
|
|
"highlight.js": "10.0.3",
|
|
"jquery": "3.5.1",
|
|
"jquery.are-you-sure": "1.9.0",
|
|
"less-loader": "6.1.0",
|
|
"license-webpack-plugin": "2.2.0",
|
|
"mini-css-extract-plugin": "0.9.0",
|
|
"monaco-editor": "0.20.0",
|
|
"monaco-editor-webpack-plugin": "1.9.0",
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "4.0.2",
|
|
"svg-sprite-loader": "5.0.0",
|
|
"svgo": "1.3.2",
|
|
"svgo-loader": "2.2.1",
|
|
"swagger-ui": "3.26.0",
|
|
"terser-webpack-plugin": "3.0.3",
|
|
"tributejs": "5.1.3",
|
|
"vue": "2.6.11",
|
|
"vue-bar-graph": "1.2.0",
|
|
"vue-calendar-heatmap": "0.8.4",
|
|
"vue-loader": "15.9.2",
|
|
"vue-template-compiler": "2.6.11",
|
|
"webpack": "4.43.0",
|
|
"webpack-cli": "3.3.11",
|
|
"webpack-fix-style-only-entries": "0.5.0",
|
|
"workbox-routing": "5.1.3",
|
|
"workbox-strategies": "5.1.3",
|
|
"worker-loader": "2.0.0",
|
|
"wrap-ansi": "7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.2.0",
|
|
"eslint-plugin-import": "2.21.2",
|
|
"eslint-plugin-sonarjs": "0.5.0",
|
|
"eslint-plugin-unicorn": "20.1.0",
|
|
"stylelint": "13.6.0",
|
|
"stylelint-config-standard": "20.0.0",
|
|
"updates": "10.2.13"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"not ie > 0",
|
|
"not ie_mob > 0"
|
|
]
|
|
}
|