diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/package.json b/package.json index cc74db1..c478deb 100644 --- a/package.json +++ b/package.json | |||
@@ -16,22 +16,24 @@ | |||
16 | "build:style": "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", |
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 | "watch": "nodemon --watch src --watch src_demo --watch tpl -e scss,pug --exec pnpm build" | ||
20 | }, | 21 | }, |
21 | "dependencies": { | 22 | "dependencies": { |
22 | "include-media": "^2.0.0", | 23 | "include-media": "^2.0.0", |
23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#351814a60e8909814c7120db96314a1a25d962bd" | 24 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#351814a60e8909814c7120db96314a1a25d962bd", |
25 | "nodemon": "^3.1.10" | ||
24 | }, | 26 | }, |
25 | "devDependencies": { | 27 | "devDependencies": { |
26 | "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", |
27 | "postcss-scss": "^4.0.6", | 29 | "postcss-scss": "^4.0.6", |
28 | "pug": "^3.0.3", | 30 | "pug": "^3.0.3", |
29 | "pug-cli": "^1.0.0-alpha6", | 31 | "pug-cli": "^1.0.0-alpha6", |
30 | "sass": "^1.79.4", | 32 | "sass": "^1.89.2", |
31 | "stylelint": "^16.9.0", | 33 | "stylelint": "^16.22.0", |
32 | "stylelint-config-recess-order": "^5.1.1", | 34 | "stylelint-config-recess-order": "^7.1.0", |
33 | "stylelint-config-sass-guidelines": "^12.1.0", | 35 | "stylelint-config-sass-guidelines": "^12.1.0", |
34 | "stylelint-order": "^6.0.4", | 36 | "stylelint-order": "^7.0.0", |
35 | "svg-sprite": "^2.0.4" | 37 | "svg-sprite": "^2.0.4" |
36 | } | 38 | } |
37 | } | 39 | } |