|
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | "scripts": { |
| 14 | + "compile:ts": "tsc", |
| 15 | + "compile:css": "postcss --dir dist --base src \"src/**/*.css\"", |
| 16 | + "compile": "node --run compile:ts && node --run compile:css", |
| 17 | + "publish": "node --run compile && node scripts/publish.mjs", |
14 | 18 | "lint": "turbo run lint:js lint:css", |
15 | 19 | "lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache", |
16 | 20 | "lint:fix": "node --run lint -- -- --fix", |
|
33 | 37 | "@radix-ui/react-tabs": "~1.1.12", |
34 | 38 | "@radix-ui/react-toast": "~1.2.14", |
35 | 39 | "@radix-ui/react-tooltip": "~1.2.7", |
36 | | - "@tailwindcss/postcss": "~4.1.11", |
37 | 40 | "@vcarl/remark-headings": "~0.1.0", |
38 | | - "classnames": "catalog:", |
39 | | - "postcss-calc": "^10.1.1", |
40 | | - "tailwindcss": "catalog:" |
| 41 | + "classnames": "catalog:" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
| 44 | + "@tailwindcss/postcss": "~4.1.11", |
| 45 | + "postcss-calc": "^10.1.1", |
| 46 | + "tailwindcss": "catalog:", |
43 | 47 | "@storybook/addon-styling-webpack": "^2.0.0", |
44 | 48 | "@storybook/addon-themes": "^9.0.15", |
45 | 49 | "@storybook/addon-webpack5-compiler-swc": "^3.0.0", |
|
53 | 57 | "eslint-plugin-react": "~7.37.4", |
54 | 58 | "eslint-plugin-storybook": "~9.0.3", |
55 | 59 | "global-jsdom": "^26.0.0", |
| 60 | + "postcss-cli": "^11.0.1", |
56 | 61 | "postcss-loader": "~8.1.1", |
57 | 62 | "react": "catalog:", |
58 | 63 | "storybook": "^9.0.15", |
|
0 commit comments