You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-fork-majority-judgment/package.json

24 lines
450 B

{
"license": "MIT",
"private": true,
"engines": {
"node": ">=8"
},
"devDependencies": {
"autoprefixer": "9.6.0",
"eslint": "6.0.1",
"less": "3.9.0",
"less-plugin-clean-css": "1.5.1",
"postcss-cli": "6.1.2",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"updates": "8.2.0"
},
"browserslist": [
"> 1%",
"last 2 firefox versions",
"last 2 safari versions",
"ie 11"
]
}