diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/package.json b/package.json index ff42d59..0ea461b 100644 --- a/package.json +++ b/package.json | |||
@@ -12,26 +12,28 @@ | |||
12 | "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", | 12 | "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", |
13 | "build:assets": "cp -r static/* public/", | 13 | "build:assets": "cp -r static/* public/", |
14 | "build:app": "pug tpl/index.pug -p tpl --out public/", | 14 | "build:app": "pug tpl/index.pug -p tpl --out public/", |
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:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right arrow-left 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", |
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#f0f84513f8efe533b6ee670a6f1a0c074387b2ec", |
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 | } |