@yoamigo.com/cli 0.1.16 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,14 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@yoamigo.com/core": "^0.1.4",
12
+ "@tiptap/core": "^3.11.1",
13
+ "@tiptap/extension-link": "^3.11.1",
14
+ "@tiptap/extension-text-style": "^3.11.1",
15
+ "@tiptap/pm": "^3.11.1",
16
+ "@tiptap/react": "^3.11.1",
17
+ "@tiptap/starter-kit": "^3.11.1",
18
+ "@yoamigo.com/core": "^0.1.7",
19
+ "dompurify": "^3.2.3",
13
20
  "react": "^19.2.1",
14
21
  "react-dom": "^19.2.1"
15
22
  },
@@ -1,4 +1,4 @@
1
- {
1
+ export default {
2
2
  "site.name": "My Website",
3
3
  "hero.title": "Build Something Amazing",
4
4
  "hero.subtitle": "Create beautiful, modern websites with our intuitive template system. Click any text to customize it in the builder.",
@@ -24,4 +24,4 @@
24
24
  "contact.addressTitle": "Address",
25
25
  "contact.addressValue": "123 Main Street, Suite 100\nSan Francisco, CA 94102",
26
26
  "footer.copyright": "© 2025 My Website. All rights reserved."
27
- }
27
+ } as const satisfies Record<string, string>
@@ -2,7 +2,7 @@ import { StrictMode } from 'react'
2
2
  import { createRoot } from 'react-dom/client'
3
3
  import { ContentStoreProvider, registerContent } from '@yoamigo.com/core'
4
4
  import App from './App'
5
- import content from './content.json'
5
+ import content from './content'
6
6
  import './styles/globals.css'
7
7
 
8
8
  // Register content for the content store
@@ -1,5 +1,4 @@
1
1
  @import 'tailwindcss';
2
- @import '@yoamigo.com/core/styles.css';
3
2
 
4
3
  /* Custom Styles */
5
4
  body {