emirapp-cli
Version:
A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript
10 lines (9 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nextJsSimpleDependencies = exports.nextJsSimpleTemplates = void 0;
// Next.js Simple Template with Enterprise Structure
exports.nextJsSimpleTemplates = {
// This template creates the folder structure and barrel files
// The actual Next.js app is created by create-next-app
};
exports.nextJsSimpleDependencies = ["zod", "@tanstack/react-query"];