Commit a53034e
fix: move all console app deps to devDependencies for clean npm install
The @object-ui/console package publishes plugin.ts (which only uses
Node.js built-ins: url, path, fs) and pre-built dist/ static assets.
All React, UI, and example dependencies are only needed at build time,
not when consumers install the package. Moving them to devDependencies
ensures `npm install @object-ui/console` succeeds without pulling in
workspace-only packages.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent d6f51ce commit a53034e
2 files changed
Lines changed: 49 additions & 382 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 68 | | |
76 | 69 | | |
77 | 70 | | |
| |||
83 | 76 | | |
84 | 77 | | |
85 | 78 | | |
| 79 | + | |
86 | 80 | | |
87 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
0 commit comments