8716752d22
Now includes Firefox ESR, Opera and a few more browser with usages between 0.5% and 1%. defaults resolves to > 0.5%, last 2 versions, Firefox ESR, not dead. Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
36 lines
844 B
JSON
36 lines
844 B
JSON
{
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"swagger-ui": "3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.7.7",
|
|
"@babel/plugin-transform-runtime": "7.7.6",
|
|
"@babel/preset-env": "7.7.7",
|
|
"@babel/runtime": "7.7.7",
|
|
"autoprefixer": "9.7.3",
|
|
"babel-loader": "8.0.6",
|
|
"core-js": "3.6.2",
|
|
"css-loader": "3.4.1",
|
|
"cssnano": "4.1.10",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-airbnb-base": "14.0.0",
|
|
"eslint-plugin-import": "2.19.1",
|
|
"less": "3.10.3",
|
|
"postcss-cli": "7.1.0",
|
|
"style-loader": "1.1.2",
|
|
"stylelint": "12.0.1",
|
|
"stylelint-config-standard": "19.0.0",
|
|
"terser-webpack-plugin": "2.3.2",
|
|
"updates": "9.3.3",
|
|
"webpack": "4.41.5",
|
|
"webpack-cli": "3.3.10"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|