summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 18 insertions, 10 deletions
diff --git a/package.json b/package.json
index e2f226b..376729e 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,28 @@
1{ 1{
2 "devDependencies": {
3 "postcss-scss": "^4.0.3",
4 "stylelint": "^14.7.0",
5 "stylelint-config-sass-guidelines": "^9.0.1"
6 },
7 "dependencies": { 2 "dependencies": {
8 "autoprefixer": "^10.4.4", 3 "autoprefixer": "^10.4.7",
9 "include-media": "^1.4.9", 4 "include-media": "^1.4.9",
10 "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#e20e9a1a94090b263746acf475a1212522c6f9fa", 5 "iro-design": "git+https://git.vulpes.one/git/iro-design.git",
11 "postcss": "^8.4.12", 6 "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git",
7 "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git",
8 "postcss": "^8.4.14",
12 "postcss-cli": "^9.1.0", 9 "postcss-cli": "^9.1.0",
13 "postcss-csso": "^6.0.0" 10 "postcss-csso": "^6.0.0"
14 }, 11 },
12 "devDependencies": {
13 "autoprefixer": "^10.4.4",
14 "postcss": "^8.4.12",
15 "postcss-cli": "^9.0.2",
16 "postcss-csso": "^6.0.0",
17 "postcss-scss": "^4.0.4",
18 "sass": "^1.50.0",
19 "stylelint": "^14.9.1",
20 "stylelint-config-sass-guidelines": "^9.0.1",
21 "svg-sprite": "^1.5.4"
22 },
15 "scripts": { 23 "scripts": {
16 "lint": "stylelint \"assets/css/**/*.scss\"", 24 "lint": "stylelint \"src/**/*.scss\"",
17 "fix": "stylelint \"assets/css/**/*.scss\" --fix" 25 "fix": "stylelint \"src/**/*.scss\" --fix"
18 }, 26 },
19 "browserslist": [ 27 "browserslist": [
20 "defaults" 28 "defaults"