ikramhussainsiyam-create-my-project 1.0.1 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/cli.js +17 -4
  2. package/package.json +1 -1
  3. package/templates/NextJS/JavaScript/.eslintrc.json +3 -0
  4. package/templates/NextJS/JavaScript/README.md +36 -0
  5. package/templates/NextJS/JavaScript/gitignore-template +38 -0
  6. package/templates/NextJS/JavaScript/jsconfig.json +7 -0
  7. package/templates/NextJS/JavaScript/next.config.mjs +4 -0
  8. package/templates/{ViteJS/TypeScript → NextJS/JavaScript}/package-lock.json +3099 -2165
  9. package/templates/NextJS/JavaScript/package.json +30 -0
  10. package/templates/NextJS/JavaScript/postcss.config.mjs +8 -0
  11. package/templates/NextJS/JavaScript/src/app/favicon.ico +0 -0
  12. package/templates/{ViteJS/TypeScript/src/index.css → NextJS/JavaScript/src/app/globals.css} +7 -2
  13. package/templates/NextJS/JavaScript/src/app/layout.jsx +26 -0
  14. package/templates/NextJS/JavaScript/src/app/page.jsx +3 -0
  15. package/templates/NextJS/JavaScript/src/components/Navlink.jsx +28 -0
  16. package/templates/NextJS/JavaScript/src/components/ToastContainer.jsx +84 -0
  17. package/templates/NextJS/JavaScript/src/components/ui/Alert.jsx +48 -0
  18. package/templates/NextJS/JavaScript/src/components/ui/Button.jsx +58 -0
  19. package/templates/NextJS/JavaScript/src/components/ui/Skeleton.jsx +14 -0
  20. package/templates/NextJS/JavaScript/src/lib/utils.js +24 -0
  21. package/templates/NextJS/JavaScript/tailwind.config.js +20 -0
  22. package/templates/ViteJS/JavaScript/README.md +3 -0
  23. package/templates/ViteJS/JavaScript/eslint.config.js +1 -4
  24. package/templates/ViteJS/JavaScript/gitignore-template +1 -0
  25. package/templates/ViteJS/JavaScript/package.json +7 -2
  26. package/templates/ViteJS/JavaScript/src/index.css +15 -1
  27. package/templates/ViteJS/JavaScript/src/lib/utils.js +10 -0
  28. package/templates/ViteJS/JavaScript/tailwind.config.js +8 -3
  29. package/templates/ViteJS/JavaScript/src/components/Button.jsx +0 -5
  30. package/templates/ViteJS/TypeScript/README.md +0 -50
  31. package/templates/ViteJS/TypeScript/eslint.config.js +0 -35
  32. package/templates/ViteJS/TypeScript/gitignore-template +0 -24
  33. package/templates/ViteJS/TypeScript/index.html +0 -13
  34. package/templates/ViteJS/TypeScript/package.json +0 -33
  35. package/templates/ViteJS/TypeScript/postcss.config.js +0 -6
  36. package/templates/ViteJS/TypeScript/public/vite.svg +0 -1
  37. package/templates/ViteJS/TypeScript/src/App.tsx +0 -5
  38. package/templates/ViteJS/TypeScript/src/components/Button.tsx +0 -3
  39. package/templates/ViteJS/TypeScript/src/main.tsx +0 -10
  40. package/templates/ViteJS/TypeScript/src/vite-env.d.ts +0 -1
  41. package/templates/ViteJS/TypeScript/tailwind.config.js +0 -13
  42. package/templates/ViteJS/TypeScript/tsconfig.app.json +0 -25
  43. package/templates/ViteJS/TypeScript/tsconfig.json +0 -7
  44. package/templates/ViteJS/TypeScript/tsconfig.node.json +0 -23
  45. package/templates/ViteJS/TypeScript/vite.config.ts +0 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.