create-nextblock 0.2.67 → 0.2.70
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.
package/bin/create-nextblock.js
CHANGED
|
@@ -641,6 +641,12 @@ async function runSetupWizard(projectDir, projectName) {
|
|
|
641
641
|
|
|
642
642
|
await fs.writeFile(npmrcPath, npmrcContent);
|
|
643
643
|
clack.note('Premium modules configured in .npmrc!');
|
|
644
|
+
|
|
645
|
+
clack.note('Installing @nextblock-cms/ecom...');
|
|
646
|
+
await runCommand('npm', ['install', '@nextblock-cms/ecom'], {
|
|
647
|
+
cwd: projectPath,
|
|
648
|
+
});
|
|
649
|
+
clack.note('Premium module installed!');
|
|
644
650
|
}
|
|
645
651
|
|
|
646
652
|
await appendEnvBlock('SMTP', [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextblock-cms/template",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.47",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "next dev",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"@supabase/ssr": "^0.6.1",
|
|
19
19
|
"@supabase/supabase-js": "^2.47.2",
|
|
20
20
|
"@tiptap/react": "^3.3.0",
|
|
21
|
+
"critters": "^0.0.25",
|
|
21
22
|
"date-fns": "^3.6.0",
|
|
22
23
|
"dotenv": "^16.5.0",
|
|
23
24
|
"fast-json-patch": "^3.1.1",
|
|
@@ -44,6 +45,7 @@
|
|
|
44
45
|
"@types/node": "22.10.2",
|
|
45
46
|
"@types/react": "^19.0.0",
|
|
46
47
|
"@types/react-dom": "19.0.2",
|
|
48
|
+
"@tailwindcss/postcss": "^4.0.0",
|
|
47
49
|
"autoprefixer": "^10.4.13",
|
|
48
50
|
"eslint": "^9.8.0",
|
|
49
51
|
"eslint-config-next": "^15.5.4",
|