summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index aa9474b..4540831 100644
--- a/package.json
+++ b/package.json
@@ -4,11 +4,17 @@
4 "stylelint-config-sass-guidelines": "^7.1.0" 4 "stylelint-config-sass-guidelines": "^7.1.0"
5 }, 5 },
6 "dependencies": { 6 "dependencies": {
7 "autoprefixer": "^10.2.5",
7 "include-media": "^1.4.9", 8 "include-media": "^1.4.9",
8 "iro-sass": "git+https://git.vulpes.one/iro-sass/" 9 "iro-sass": "git+https://git.vulpes.one/iro-sass/",
10 "postcss": "^8.2.12",
11 "postcss-cli": "^8.3.1"
9 }, 12 },
10 "scripts": { 13 "scripts": {
11 "lint": "stylelint \"assets/css/**/*.scss\"", 14 "lint": "stylelint \"assets/css/**/*.scss\"",
12 "fix": "stylelint \"assets/css/**/*.scss\" --fix" 15 "fix": "stylelint \"assets/css/**/*.scss\" --fix"
13 } 16 },
17 "browserslist": [
18 "defaults"
19 ]
14} 20}