diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-21 23:07:50 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-21 23:07:50 +0200 |
| commit | 48cb00040763459fc46d4aa108bf72c12f48f422 (patch) | |
| tree | 9609470d56bb31d55697ef0c42f1c908804dd3f1 /package.json | |
| parent | Update (diff) | |
| download | iro-design-48cb00040763459fc46d4aa108bf72c12f48f422.tar.gz iro-design-48cb00040763459fc46d4aa108bf72c12f48f422.tar.bz2 iro-design-48cb00040763459fc46d4aa108bf72c12f48f422.zip | |
WIP: Refactoring
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
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 | } |
