|
1 | 1 | { |
2 | 2 | "name": "@maicol07/material-web-additions", |
3 | | - "version": "1.7.0", |
| 3 | + "version": "1.8.0", |
4 | 4 | "publishConfig": { |
5 | 5 | "access": "public" |
6 | 6 | }, |
|
79 | 79 | }, |
80 | 80 | "pnpm": { |
81 | 81 | "peerDependencyRules": { |
82 | | - "ignoreMissing": ["css-loader", "sass-loader", "style-loader"] |
| 82 | + "ignoreMissing": [ |
| 83 | + "css-loader", |
| 84 | + "sass-loader", |
| 85 | + "style-loader" |
| 86 | + ] |
83 | 87 | } |
84 | 88 | }, |
85 | 89 | "wireit": { |
86 | 90 | "build": { |
87 | | - "dependencies": ["build:ts", "update-docs"] |
| 91 | + "dependencies": [ |
| 92 | + "build:ts", |
| 93 | + "update-docs" |
| 94 | + ] |
88 | 95 | }, |
89 | 96 | "build:ts": { |
90 | 97 | "command": "tsc --pretty", |
|
109 | 116 | "!scripts/" |
110 | 117 | ], |
111 | 118 | "clean": "if-file-deleted", |
112 | | - "dependencies": ["build:css-to-ts"] |
| 119 | + "dependencies": [ |
| 120 | + "build:css-to-ts" |
| 121 | + ] |
113 | 122 | }, |
114 | 123 | "build:css-to-ts": { |
115 | 124 | "command": "find . \\( -path ./.wireit -o -path ./node_modules -o -path ./catalog \\) -prune -o -name '*.css' -print | xargs node css-to-ts.js", |
116 | | - "files": ["css-to-ts.js", "!scripts/", "!node_modules"], |
117 | | - "output": ["**/*.css.ts", "!catalog", "!scripts/"], |
118 | | - "dependencies": ["build:sass"] |
| 125 | + "files": [ |
| 126 | + "css-to-ts.js", |
| 127 | + "!scripts/", |
| 128 | + "!node_modules" |
| 129 | + ], |
| 130 | + "output": [ |
| 131 | + "**/*.css.ts", |
| 132 | + "!catalog", |
| 133 | + "!scripts/" |
| 134 | + ], |
| 135 | + "dependencies": [ |
| 136 | + "build:sass" |
| 137 | + ] |
119 | 138 | }, |
120 | 139 | "build:sass": { |
121 | 140 | "command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -vE 'node_modules|catalog')", |
122 | | - "files": ["**/*.scss", "!catalog", "!scripts/", "!node_modules"], |
123 | | - "output": ["**/*.css", "**/*.css.map", "!catalog", "!scripts/"] |
| 141 | + "files": [ |
| 142 | + "**/*.scss", |
| 143 | + "!catalog", |
| 144 | + "!scripts/", |
| 145 | + "!node_modules" |
| 146 | + ], |
| 147 | + "output": [ |
| 148 | + "**/*.css", |
| 149 | + "**/*.css.map", |
| 150 | + "!catalog", |
| 151 | + "!scripts/" |
| 152 | + ] |
124 | 153 | }, |
125 | 154 | "build:catalog": { |
126 | | - "dependencies": ["./catalog:build:prod"] |
| 155 | + "dependencies": [ |
| 156 | + "./catalog:build:prod" |
| 157 | + ] |
127 | 158 | }, |
128 | 159 | "build:analyzer": { |
129 | 160 | "command": "tsc -b scripts/tsconfig.json --pretty", |
|
154 | 185 | "!node_modules" |
155 | 186 | ], |
156 | 187 | "output": [], |
157 | | - "dependencies": ["build:analyzer"] |
| 188 | + "dependencies": [ |
| 189 | + "build:analyzer" |
| 190 | + ] |
158 | 191 | } |
159 | 192 | }, |
160 | 193 | "web-types": "./web-types.json" |
|
0 commit comments