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.
- package/cli.js +17 -4
- package/package.json +1 -1
- package/templates/NextJS/JavaScript/.eslintrc.json +3 -0
- package/templates/NextJS/JavaScript/README.md +36 -0
- package/templates/NextJS/JavaScript/gitignore-template +38 -0
- package/templates/NextJS/JavaScript/jsconfig.json +7 -0
- package/templates/NextJS/JavaScript/next.config.mjs +4 -0
- package/templates/{ViteJS/TypeScript → NextJS/JavaScript}/package-lock.json +3099 -2165
- package/templates/NextJS/JavaScript/package.json +30 -0
- package/templates/NextJS/JavaScript/postcss.config.mjs +8 -0
- package/templates/NextJS/JavaScript/src/app/favicon.ico +0 -0
- package/templates/{ViteJS/TypeScript/src/index.css → NextJS/JavaScript/src/app/globals.css} +7 -2
- package/templates/NextJS/JavaScript/src/app/layout.jsx +26 -0
- package/templates/NextJS/JavaScript/src/app/page.jsx +3 -0
- package/templates/NextJS/JavaScript/src/components/Navlink.jsx +28 -0
- package/templates/NextJS/JavaScript/src/components/ToastContainer.jsx +84 -0
- package/templates/NextJS/JavaScript/src/components/ui/Alert.jsx +48 -0
- package/templates/NextJS/JavaScript/src/components/ui/Button.jsx +58 -0
- package/templates/NextJS/JavaScript/src/components/ui/Skeleton.jsx +14 -0
- package/templates/NextJS/JavaScript/src/lib/utils.js +24 -0
- package/templates/NextJS/JavaScript/tailwind.config.js +20 -0
- package/templates/ViteJS/JavaScript/README.md +3 -0
- package/templates/ViteJS/JavaScript/eslint.config.js +1 -4
- package/templates/ViteJS/JavaScript/gitignore-template +1 -0
- package/templates/ViteJS/JavaScript/package.json +7 -2
- package/templates/ViteJS/JavaScript/src/index.css +15 -1
- package/templates/ViteJS/JavaScript/src/lib/utils.js +10 -0
- package/templates/ViteJS/JavaScript/tailwind.config.js +8 -3
- package/templates/ViteJS/JavaScript/src/components/Button.jsx +0 -5
- package/templates/ViteJS/TypeScript/README.md +0 -50
- package/templates/ViteJS/TypeScript/eslint.config.js +0 -35
- package/templates/ViteJS/TypeScript/gitignore-template +0 -24
- package/templates/ViteJS/TypeScript/index.html +0 -13
- package/templates/ViteJS/TypeScript/package.json +0 -33
- package/templates/ViteJS/TypeScript/postcss.config.js +0 -6
- package/templates/ViteJS/TypeScript/public/vite.svg +0 -1
- package/templates/ViteJS/TypeScript/src/App.tsx +0 -5
- package/templates/ViteJS/TypeScript/src/components/Button.tsx +0 -3
- package/templates/ViteJS/TypeScript/src/main.tsx +0 -10
- package/templates/ViteJS/TypeScript/src/vite-env.d.ts +0 -1
- package/templates/ViteJS/TypeScript/tailwind.config.js +0 -13
- package/templates/ViteJS/TypeScript/tsconfig.app.json +0 -25
- package/templates/ViteJS/TypeScript/tsconfig.json +0 -7
- package/templates/ViteJS/TypeScript/tsconfig.node.json +0 -23
- 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.