summaryrefslogtreecommitdiffstats
path: root/package.json
blob: c5709869cff0053610e225cdd8348734bc4b3c53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "dependencies": {
    "autoprefixer": "^10.4.13",
    "include-media": "^1.4.9",
    "iro-design": "git+https://git.vulpes.one/git/iro-design.git",
    "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git",
    "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git",
    "postcss": "^8.4.21",
    "postcss-cli": "^10.1.0",
    "postcss-csso": "^6.0.1",
    "postcss-scss": "^4.0.6",
    "sass": "^1.57.1",
    "svg-sprite": "^2.0.2"
  },
  "devDependencies": {
    "stylelint": "^14.16.1",
    "stylelint-config-sass-guidelines": "^9.0.1"
  },
  "scripts": {
    "lint": "stylelint \"src/**/*.scss\"",
    "fix": "stylelint \"src/**/*.scss\" --fix"
  },
  "browserslist": [
    "defaults"
  ]
}