From 943ee062fe2c0344165e28f4d612176878159133 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 21 Jul 2025 16:03:52 +0200 Subject: Consolidating button, action-button and badge; change design to have some 3D components --- package.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cc74db1..c478deb 100644 --- a/package.json +++ b/package.json @@ -16,22 +16,24 @@ "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", "lint:style": "stylelint \"src/**/*.scss\"", "fix:style": "stylelint \"src/**/*.scss\" --fix", - "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" + "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001", + "watch": "nodemon --watch src --watch src_demo --watch tpl -e scss,pug --exec pnpm build" }, "dependencies": { "include-media": "^2.0.0", - "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#351814a60e8909814c7120db96314a1a25d962bd" + "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#351814a60e8909814c7120db96314a1a25d962bd", + "nodemon": "^3.1.10" }, "devDependencies": { "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", "postcss-scss": "^4.0.6", "pug": "^3.0.3", "pug-cli": "^1.0.0-alpha6", - "sass": "^1.79.4", - "stylelint": "^16.9.0", - "stylelint-config-recess-order": "^5.1.1", + "sass": "^1.89.2", + "stylelint": "^16.22.0", + "stylelint-config-recess-order": "^7.1.0", "stylelint-config-sass-guidelines": "^12.1.0", - "stylelint-order": "^6.0.4", + "stylelint-order": "^7.0.0", "svg-sprite": "^2.0.4" } } -- cgit v1.2.3-70-g09d2