0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/admin-x-demo
Daniel Lockyer 0187d6b6a2 Fixed versioning and npm visibility for internal apps
- these apps don't need to be published because they're internal and get
  compiled into Admin
- therefore, we can reset their versions back to 0.0.0 and remove the
  publishConfig block so we don't accidentally publish them
2024-09-25 09:09:06 +02:00
..
src Migrated the design system to Radix (#20244) 2024-08-19 20:37:33 +08:00
test Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
.eslintignore
.eslintrc.cjs
.gitignore Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
index.html Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
package.json Fixed versioning and npm visibility for internal apps 2024-09-25 09:09:06 +02:00
playwright.config.mjs Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
postcss.config.cjs
tailwind.config.cjs
tsconfig.json Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
vite.config.mjs