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.

package.json 394B

12345678910111213141516171819
  1. {
  2. "license": "MIT",
  3. "devDependencies": {
  4. "autoprefixer": "9.6.0",
  5. "eslint": "5.16.0",
  6. "less": "3.9.0",
  7. "less-plugin-clean-css": "1.5.1",
  8. "postcss-cli": "6.1.2",
  9. "stylelint": "10.1.0",
  10. "stylelint-config-standard": "18.3.0",
  11. "updates": "8.1.0"
  12. },
  13. "browserslist": [
  14. "> 1%",
  15. "last 2 firefox versions",
  16. "last 2 safari versions",
  17. "ie 11"
  18. ]
  19. }