d672206800
This is the result of `make npm-update`. I also fixed a minor linting issue which came up with the eslint 6.7 update.
36 lines
862 B
JSON
36 lines
862 B
JSON
{
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.7.4",
|
|
"@babel/plugin-transform-runtime": "7.7.4",
|
|
"@babel/preset-env": "7.7.4",
|
|
"@babel/runtime": "7.7.4",
|
|
"autoprefixer": "9.7.3",
|
|
"babel-loader": "8.0.6",
|
|
"core-js": "3.4.7",
|
|
"css-loader": "3.2.1",
|
|
"cssnano": "4.1.10",
|
|
"eslint": "6.7.2",
|
|
"eslint-config-airbnb-base": "14.0.0",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"less": "3.10.3",
|
|
"postcss-cli": "6.1.3",
|
|
"style-loader": "1.0.1",
|
|
"stylelint": "12.0.0",
|
|
"stylelint-config-standard": "19.0.0",
|
|
"terser-webpack-plugin": "2.2.1",
|
|
"updates": "9.3.0",
|
|
"webpack": "4.41.2",
|
|
"webpack-cli": "3.3.10"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 firefox versions",
|
|
"last 2 safari versions",
|
|
"ie 11"
|
|
]
|
|
}
|