diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 6cf8b90..f7674ce 100644 --- a/package.json +++ b/package.json | |||
| @@ -18,18 +18,18 @@ | |||
| 18 | "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" | 18 | "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" |
| 19 | }, | 19 | }, |
| 20 | "dependencies": { | 20 | "dependencies": { |
| 21 | "@oddbird/blend": "^0.2.3", | 21 | "@oddbird/blend": "^0.2.4", |
| 22 | "include-media": "^1.4.9", | 22 | "include-media": "^1.4.9", |
| 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" | 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" |
| 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", |
| 27 | "postcss-scss": "^4.0.4", | 27 | "postcss-scss": "^4.0.6", |
| 28 | "pug": "^3.0.0", | 28 | "pug": "^3.0.0", |
| 29 | "pug-cli": "^1.0.0-alpha6", | 29 | "pug-cli": "^1.0.0-alpha6", |
| 30 | "sass": "^1.52.3", | 30 | "sass": "^1.57.1", |
| 31 | "stylelint": "^14.9.1", | 31 | "stylelint": "^14.16.1", |
| 32 | "stylelint-config-sass-guidelines": "^9.0.1", | 32 | "stylelint-config-sass-guidelines": "^9.0.1", |
| 33 | "svg-sprite": "^1.5.4" | 33 | "svg-sprite": "^2.0.2" |
| 34 | } | 34 | } |
| 35 | } | 35 | } |
