|
16 | 16 | "deploy": "node --run lint && node --run test && node --experimental-strip-types --disable-warning=ExperimentalWarning tools/deploy.ts", |
17 | 17 | "deploy-all": "node --run lint && node --run test && node --experimental-strip-types --disable-warning=ExperimentalWarning tools/deploy-all.ts", |
18 | 18 | "start-watch": "concurrently --kill-others \"node --run start\" \"node --run watch\"", |
19 | | - "watch": "node --experimental-strip-types --disable-warning=ExperimentalWarning --loader=import-jsx tools/watch.ts", |
| 19 | + "watch": "node --experimental-strip-types --disable-warning=ExperimentalWarning tools/watch/cli.ts", |
20 | 20 | "lint": "concurrently --raw \"node --run lint-js\" \"node --run lint-ts\"", |
21 | 21 | "lint-js": "eslint", |
22 | 22 | "lint-ts": "node --run pre-test && tsc", |
|
150 | 150 | "globals": "^15.14.0", |
151 | 151 | "html-minifier-terser": "^7.2.0", |
152 | 152 | "husky": "^9.1.7", |
153 | | - "import-jsx": "github:dumbmatter/import-jsx#import-attributes", |
154 | | - "ink": "^5.1.0", |
155 | | - "ink-spinner": "^5.0.0", |
156 | 153 | "jest": "^29.7.0", |
157 | 154 | "jest-environment-jsdom": "^29.7.0", |
158 | 155 | "karma": "^6.4.4", |
|
164 | 161 | "karma-source-map-support": "^1.4.0", |
165 | 162 | "lightningcss": "^1.29.1", |
166 | 163 | "lint-staged": "^15.3.0", |
167 | | - "log-symbols": "^7.0.0", |
168 | 164 | "mocha": "^11.0.1", |
169 | 165 | "prettier": "^3.4.2", |
170 | 166 | "purgecss": "^7.0.2", |
|
174 | 170 | "sass": "1.77.6", |
175 | 171 | "typescript": "^5.7.3", |
176 | 172 | "typescript-eslint": "^8.20.0", |
177 | | - "workbox-build": "^7.3.0" |
| 173 | + "workbox-build": "^7.3.0", |
| 174 | + "yoctocolors": "^2.1.1" |
178 | 175 | }, |
179 | 176 | "engines": { |
180 | 177 | "node": "^22.0.0", |
|
0 commit comments