summaryrefslogtreecommitdiffstats
path: root/package.json
blob: b046430e416f026a8b7d3410cfb82ed260d25479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "license": "MIT",
  "devDependencies": {
    "autoprefixer": "9.6.0",
    "eslint": "5.16.0",
    "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.1.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 firefox versions",
    "last 2 safari versions",
    "ie 11"
  ]
}