summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/package.json b/package.json
index f7674ce..735f7f5 100644
--- a/package.json
+++ b/package.json
@@ -19,17 +19,18 @@
19 }, 19 },
20 "dependencies": { 20 "dependencies": {
21 "@oddbird/blend": "^0.2.4", 21 "@oddbird/blend": "^0.2.4",
22 "include-media": "^1.4.9", 22 "include-media": "^2.0.0",
23 "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" 23 "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#972879aafb6cb2168178948471b96de6361b2e50"
24 }, 24 },
25 "devDependencies": { 25 "devDependencies": {
26 "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git", 26 "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#b854aa0bfdc5a1bd233606af8ffff6312017845e",
27 "postcss-scss": "^4.0.6", 27 "postcss-scss": "^4.0.6",
28 "pug": "^3.0.0", 28 "pug": "^3.0.3",
29 "pug-cli": "^1.0.0-alpha6", 29 "pug-cli": "^1.0.0-alpha6",
30 "sass": "^1.57.1", 30 "sass": "^1.77.6",
31 "stylelint": "^14.16.1", 31 "stylelint": "^16.6.1",
32 "stylelint-config-sass-guidelines": "^9.0.1", 32 "stylelint-config-sass-guidelines": "^11.1.0",
33 "svg-sprite": "^2.0.2" 33 "stylelint-order": "^6.0.4",
34 "svg-sprite": "^2.0.4"
34 } 35 }
35} 36}