|
5 | 5 | "css": { |
6 | 6 | "@import \"tailwindcss\"": {}, |
7 | 7 | "@import \"tw-animate-css\"": {}, |
8 | | - "@plugin \"@soybean-react-ui/tailwind-plugin\"": {}, |
| 8 | + "@plugin \"../plugins/tailwind-plugin\"": {}, |
9 | 9 | "@plugin \"tailwindcss-animate\"": {}, |
10 | 10 | "html": { |
11 | | - "overflowX": "hidden" |
| 11 | + "overflow-x": "hidden" |
12 | 12 | }, |
13 | 13 | "html,body,#app": { |
14 | 14 | "height": "100%" |
15 | 15 | } |
16 | 16 | }, |
17 | | - "dependencies": ["tailwind-variants", "lucide-react", "clsx", "tailwind-merge"], |
| 17 | + "dependencies": [ |
| 18 | + "tailwind-variants", |
| 19 | + "tailwindcss-animate", |
| 20 | + "tw-animate-css", |
| 21 | + "tailwindcss", |
| 22 | + "lucide-react", |
| 23 | + "clsx", |
| 24 | + "tailwind-merge", |
| 25 | + "@tailwindcss/postcss" |
| 26 | + ], |
18 | 27 | "extends": "none", |
19 | | - "files": [], |
| 28 | + "files": [ |
| 29 | + { |
| 30 | + "path": "../tailwind-plugin/src/generate.ts", |
| 31 | + "target": "plugins/tailwind-plugin/generate.ts", |
| 32 | + "type": "registry:file" |
| 33 | + }, |
| 34 | + { |
| 35 | + "path": "../tailwind-plugin/src/types.ts", |
| 36 | + "target": "plugins/tailwind-plugin/types.ts", |
| 37 | + "type": "registry:file" |
| 38 | + }, |
| 39 | + { |
| 40 | + "path": "../tailwind-plugin/src/themePresets.ts", |
| 41 | + "target": "plugins/tailwind-plugin/themePresets.ts", |
| 42 | + "type": "registry:file" |
| 43 | + }, |
| 44 | + { |
| 45 | + "path": "../tailwind-plugin/src/index.ts", |
| 46 | + "target": "plugins/tailwind-plugin/index.ts", |
| 47 | + "type": "registry:file" |
| 48 | + }, |
| 49 | + { |
| 50 | + "path": "../tailwind-plugin/src/presets.ts", |
| 51 | + "target": "plugins/tailwind-plugin/presets.ts", |
| 52 | + "type": "registry:file" |
| 53 | + }, |
| 54 | + { |
| 55 | + "path": "../tailwind-plugin/src/theme.json", |
| 56 | + "target": "plugins/tailwind-plugin/theme.json", |
| 57 | + "type": "registry:file" |
| 58 | + } |
| 59 | + ], |
20 | 60 | "name": "style", |
21 | 61 | "registryDependencies": ["https://ui-play.skyroc.me/r/utils.json", "https://ui-play.skyroc.me/r/types.json"], |
22 | 62 | "type": "registry:style" |
|
1208 | 1248 | ], |
1209 | 1249 | "name": "icon", |
1210 | 1250 | "title": "Icon", |
1211 | | - "type": "registry:block" |
| 1251 | + "type": "registry:block", |
| 1252 | + "dependencies": ["@iconify/react"] |
1212 | 1253 | }, |
1213 | 1254 | { |
1214 | 1255 | "files": [ |
|
0 commit comments