diff options
author | Volpeon <git@volpeon.ink> | 2024-10-18 18:08:24 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-18 18:08:24 +0200 |
commit | 365c56edcc36b5b92902bac01ce44b43d01e8685 (patch) | |
tree | 644611792591a76e605068d0c9e230fad6a633e7 /package.json | |
parent | Revamped variable management (diff) | |
download | iro-design-365c56edcc36b5b92902bac01ce44b43d01e8685.tar.gz iro-design-365c56edcc36b5b92902bac01ce44b43d01e8685.tar.bz2 iro-design-365c56edcc36b5b92902bac01ce44b43d01e8685.zip |
Refactoring
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index a992040..0267f04 100644 --- a/package.json +++ b/package.json | |||
@@ -2,7 +2,8 @@ | |||
2 | "name": "iro-design", | 2 | "name": "iro-design", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "Standard implementation of the Iro design system", | 4 | "description": "Standard implementation of the Iro design system", |
5 | "main": "src/index.scss", | 5 | "main": "src/_iro-design.scss", |
6 | "sass": "src/_iro-design.scss", | ||
6 | "author": "Volpeon", | 7 | "author": "Volpeon", |
7 | "license": "MIT", | 8 | "license": "MIT", |
8 | "private": true, | 9 | "private": true, |
@@ -12,15 +13,14 @@ | |||
12 | "build:assets": "cp -r static/* public/", | 13 | "build:assets": "cp -r static/* public/", |
13 | "build:app": "pug tpl/index.pug -p tpl --out public/", | 14 | "build:app": "pug tpl/index.pug -p tpl --out public/", |
14 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", | 15 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", |
15 | "build:demostyle": "sass --load-path=node_modules src_demo/index.scss public/style.css", | 16 | "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", |
16 | "build:style": "sass --load-path=node_modules src/index.scss public/style.css", | ||
17 | "lint:style": "stylelint \"src/**/*.scss\"", | 17 | "lint:style": "stylelint \"src/**/*.scss\"", |
18 | "fix:style": "stylelint \"src/**/*.scss\" --fix", | 18 | "fix:style": "stylelint \"src/**/*.scss\" --fix", |
19 | "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" | 19 | "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" |
20 | }, | 20 | }, |
21 | "dependencies": { | 21 | "dependencies": { |
22 | "include-media": "^2.0.0", | 22 | "include-media": "^2.0.0", |
23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#c82ae7f3c766ff9d36c82183abf0f734e72a00a8" | 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#5bb214ac10c3c965836f1e63a3ff9f37ab28af4c" |
24 | }, | 24 | }, |
25 | "devDependencies": { | 25 | "devDependencies": { |
26 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", | 26 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git#8b921f634a565fd9bb8f6e0ddb1b4d7ba207c0a0", |
@@ -29,6 +29,7 @@ | |||
29 | "pug-cli": "^1.0.0-alpha6", | 29 | "pug-cli": "^1.0.0-alpha6", |
30 | "sass": "^1.79.4", | 30 | "sass": "^1.79.4", |
31 | "stylelint": "^16.9.0", | 31 | "stylelint": "^16.9.0", |
32 | "stylelint-config-recess-order": "^5.1.1", | ||
32 | "stylelint-config-sass-guidelines": "^12.1.0", | 33 | "stylelint-config-sass-guidelines": "^12.1.0", |
33 | "stylelint-order": "^6.0.4", | 34 | "stylelint-order": "^6.0.4", |
34 | "svg-sprite": "^2.0.4" | 35 | "svg-sprite": "^2.0.4" |