summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 8034c87752e793c9631156d35f794d49da2ddb1b (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
27
28
29
30
{
  "dependencies": {
    "autoprefixer": "^10.4.8",
    "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.14",
    "postcss-cli": "^10.0.0",
    "postcss-csso": "^6.0.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.4",
    "postcss": "^8.4.12",
    "postcss-cli": "^9.0.2",
    "postcss-csso": "^6.0.0",
    "postcss-scss": "^4.0.4",
    "sass": "^1.54.0",
    "stylelint": "^14.9.1",
    "stylelint-config-sass-guidelines": "^9.0.1",
    "svg-sprite": "^1.5.4"
  },
  "scripts": {
    "lint": "stylelint \"src/**/*.scss\"",
    "fix": "stylelint \"src/**/*.scss\" --fix"
  },
  "browserslist": [
    "defaults"
  ]
}