@arunpatidar
I have created a project with this command with the latest archetype still these are not visible in my project
Even core components those are available are having sightly code
mvn -B archetype:generate
-D archetypeGroupId=com.adobe.aem
-D archetypeArtifactId=aem-project-archetype
-D archetypeVersion=37
-D appTitle="Sample SPA React"
-D appId="sample-spa-react"
-D artifactId="sample-spa.react"
-D groupId="com.adobe.samplespa.react"
-D includeDispatcherConfig="n"
-D frontendModule="react"
-D includeExamples="y"
-D aemVersion="6.5"