diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 0ea461b..a9d4cec 100644 --- a/package.json +++ b/package.json | |||
| @@ -20,20 +20,20 @@ | |||
| 20 | "watch": "nodemon --watch src --watch src_demo --watch tpl -e scss,pug --exec pnpm build" | 20 | "watch": "nodemon --watch src --watch src_demo --watch tpl -e scss,pug --exec pnpm build" |
| 21 | }, | 21 | }, |
| 22 | "dependencies": { | 22 | "dependencies": { |
| 23 | "include-media": "^2.0.0", | 23 | "include-media": "git+https://github.com/eduardoboucas/include-media.git", |
| 24 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#f0f84513f8efe533b6ee670a6f1a0c074387b2ec", | 24 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#9df4a41f916389715d505730268459326068e9b6", |
| 25 | "nodemon": "^3.1.10" | 25 | "nodemon": "^3.1.11" |
| 26 | }, | 26 | }, |
| 27 | "devDependencies": { | 27 | "devDependencies": { |
| 28 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", | 28 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", |
| 29 | "postcss-scss": "^4.0.6", | 29 | "postcss-scss": "^4.0.6", |
| 30 | "pug": "^3.0.3", | 30 | "pug": "^3.0.3", |
| 31 | "pug-cli": "^1.0.0-alpha6", | 31 | "pug-cli": "^1.0.0-alpha6", |
| 32 | "sass": "^1.89.2", | 32 | "sass": "^1.97.3", |
| 33 | "stylelint": "^16.22.0", | 33 | "stylelint": "^17.0.0", |
| 34 | "stylelint-config-recess-order": "^7.1.0", | 34 | "stylelint-config-recess-order": "^7.6.0", |
| 35 | "stylelint-config-sass-guidelines": "^12.1.0", | 35 | "stylelint-config-sass-guidelines": "^12.1.0", |
| 36 | "stylelint-order": "^7.0.0", | 36 | "stylelint-order": "^7.0.1", |
| 37 | "svg-sprite": "^2.0.4" | 37 | "svg-sprite": "^2.0.4" |
| 38 | } | 38 | } |
| 39 | } | 39 | } |
