|
22 | 22 | "lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache", |
23 | 23 | "lint": "turbo run lint:js lint:css", |
24 | 24 | "lint:fix": "turbo run lint:js lint:css --no-cache -- --fix", |
25 | | - "storybook": "pnpm exec cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006 --quiet --no-open", |
| 25 | + "storybook": "pnpm exec cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006 --quiet", |
26 | 26 | "storybook:build": "pnpm exec cross-env NODE_NO_WARNINGS=1 storybook build --quiet --webpack-stats-json", |
27 | 27 | "test:unit": "pnpm exec cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test-coverage-exclude=**/*.test.* --enable-source-maps --import=global-jsdom/register --import=tsx --import=../../tests/setup.mjs --test **/*.test.*", |
28 | 28 | "test:unit:watch": "pnpm exec cross-env NODE_OPTIONS=\"--watch\" pnpm test:unit", |
|
58 | 58 | "@storybook/react-webpack5": "^8.6.12", |
59 | 59 | "@testing-library/user-event": "~14.6.1", |
60 | 60 | "cross-env": "7.0.3", |
| 61 | + "css-loader": "~6.11.0", |
61 | 62 | "eslint-plugin-react": "~7.37.4", |
62 | 63 | "eslint-plugin-storybook": "~0.12.0", |
63 | 64 | "global-jsdom": "^26.0.0", |
| 65 | + "postcss-loader": "~8.1.1", |
64 | 66 | "storybook": "^8.6.11", |
65 | 67 | "stylelint": "^16.17.0", |
66 | 68 | "stylelint-config-standard": "^37.0.0", |
67 | 69 | "stylelint-order": "6.0.4", |
68 | 70 | "stylelint-selector-bem-pattern": "4.0.1", |
| 71 | + "style-loader": "~3.3.4", |
69 | 72 | "tsx": "^4.19.3", |
70 | 73 | "typescript": "~5.8.2", |
71 | 74 | "typescript-eslint": "~8.29.0" |
|
0 commit comments