nextjs-starter-kit 0.1.9 → 0.1.11

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.
Files changed (70) hide show
  1. package/README.md +0 -0
  2. package/package.json +1 -1
  3. package/template/.github/PR_REQUEST_TEMPLATE.md +0 -0
  4. package/template/.github/workflows/pr_check.yml +0 -0
  5. package/template/.husky/pre-commit +0 -0
  6. package/template/.prettierignore +0 -0
  7. package/template/.prettierrc +0 -0
  8. package/template/README.md +0 -0
  9. package/template/components.json +0 -0
  10. package/template/eslint.config.mjs +0 -0
  11. package/template/jsconfig.json +0 -0
  12. package/template/lint-staged.config.js +0 -0
  13. package/template/next.config.mjs +0 -0
  14. package/template/package.json +14 -14
  15. package/template/pnpm-lock.yaml +5593 -7246
  16. package/template/postcss.config.mjs +0 -0
  17. package/template/src/app/(routes)/(home)/page.jsx +0 -0
  18. package/template/src/app/favicon.ico +0 -0
  19. package/template/src/app/layout.js +0 -0
  20. package/template/src/app/not-found.jsx +0 -0
  21. package/template/src/app/robots.js +0 -0
  22. package/template/src/app/sitemap.js +0 -0
  23. package/template/src/assets/Logos/index.js +0 -0
  24. package/template/src/assets/index.js +0 -0
  25. package/template/src/components/ui/accordion.jsx +0 -0
  26. package/template/src/components/ui/alert-dialog.jsx +0 -0
  27. package/template/src/components/ui/alert.jsx +0 -0
  28. package/template/src/components/ui/avatar.jsx +0 -0
  29. package/template/src/components/ui/badge.jsx +0 -0
  30. package/template/src/components/ui/breadcrumb.jsx +0 -0
  31. package/template/src/components/ui/button.jsx +0 -0
  32. package/template/src/components/ui/calendar.jsx +0 -0
  33. package/template/src/components/ui/card.jsx +0 -0
  34. package/template/src/components/ui/carousel.jsx +0 -0
  35. package/template/src/components/ui/chart.jsx +0 -0
  36. package/template/src/components/ui/checkbox.jsx +0 -0
  37. package/template/src/components/ui/collapsible.jsx +0 -0
  38. package/template/src/components/ui/command.jsx +0 -0
  39. package/template/src/components/ui/container.jsx +0 -0
  40. package/template/src/components/ui/dialog.jsx +0 -0
  41. package/template/src/components/ui/drawer.jsx +0 -0
  42. package/template/src/components/ui/dropdown-menu.jsx +0 -0
  43. package/template/src/components/ui/form.jsx +0 -0
  44. package/template/src/components/ui/headings.jsx +0 -0
  45. package/template/src/components/ui/image.jsx +0 -0
  46. package/template/src/components/ui/input-otp.jsx +0 -0
  47. package/template/src/components/ui/input.jsx +0 -0
  48. package/template/src/components/ui/label.jsx +0 -0
  49. package/template/src/components/ui/pagination.jsx +0 -0
  50. package/template/src/components/ui/popover.jsx +0 -0
  51. package/template/src/components/ui/progress.jsx +0 -0
  52. package/template/src/components/ui/select.jsx +0 -0
  53. package/template/src/components/ui/separator.jsx +0 -0
  54. package/template/src/components/ui/sheet.jsx +0 -0
  55. package/template/src/components/ui/skeleton.jsx +0 -0
  56. package/template/src/components/ui/slider.jsx +0 -0
  57. package/template/src/components/ui/sonner.jsx +0 -0
  58. package/template/src/components/ui/switch.jsx +0 -0
  59. package/template/src/components/ui/table.jsx +0 -0
  60. package/template/src/components/ui/tabs.jsx +0 -0
  61. package/template/src/components/ui/textarea.jsx +0 -0
  62. package/template/src/components/ui/tooltip.jsx +0 -0
  63. package/template/src/lib/axios.js +0 -0
  64. package/template/src/lib/queryClient.js +0 -0
  65. package/template/src/lib/utils.js +0 -0
  66. package/template/src/providers/QueryProvider.jsx +0 -0
  67. package/template/src/shared/icons.js +0 -0
  68. package/template/src/styles/fonts.js +0 -0
  69. package/template/src/styles/globals.css +0 -0
  70. package/template/src/animations/loader.js +0 -81
package/README.md CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextjs-starter-kit",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "bin": {
5
5
  "create-nextjs-starter": "@/bin/cli.js"
6
6
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@hookform/resolvers": "^5.2.1",
16
- "@next/third-parties": "^15.5.0",
16
+ "@next/third-parties": "^15.5.2",
17
17
  "@radix-ui/react-accordion": "^1.2.12",
18
18
  "@radix-ui/react-alert-dialog": "^1.1.15",
19
19
  "@radix-ui/react-avatar": "^1.1.10",
@@ -32,8 +32,8 @@
32
32
  "@radix-ui/react-tabs": "^1.1.13",
33
33
  "@radix-ui/react-tooltip": "^1.2.8",
34
34
  "@tabler/icons-react": "^3.34.1",
35
- "@tanstack/react-query": "^5.85.5",
36
- "@tanstack/react-query-devtools": "^5.85.5",
35
+ "@tanstack/react-query": "^5.87.1",
36
+ "@tanstack/react-query-devtools": "^5.87.3",
37
37
  "axios": "^1.11.0",
38
38
  "class-variance-authority": "^0.7.1",
39
39
  "clsx": "^2.1.1",
@@ -41,32 +41,32 @@
41
41
  "date-fns": "^4.1.0",
42
42
  "embla-carousel-react": "^8.6.0",
43
43
  "input-otp": "^1.4.2",
44
- "lucide-react": "^0.541.0",
45
- "next": "15.5.0",
44
+ "lucide-react": "^0.542.0",
45
+ "next": "15.5.2",
46
46
  "next-themes": "^0.4.6",
47
- "react": "19.1.0",
47
+ "react": "19.1.1",
48
48
  "react-day-picker": "^9.9.0",
49
- "react-dom": "19.1.0",
49
+ "react-dom": "19.1.1",
50
50
  "react-hook-form": "^7.62.0",
51
- "recharts": "2.15.4",
51
+ "recharts": "3.2.0",
52
52
  "sonner": "^2.0.7",
53
53
  "tailwind-merge": "^3.3.1",
54
54
  "vaul": "^1.1.2",
55
- "zod": "^4.0.17"
55
+ "zod": "^4.1.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@eslint/eslintrc": "^3",
59
- "@tailwindcss/postcss": "^0.6.14",
60
- "@tanstack/eslint-plugin-query": "^5.83.1",
59
+ "@tailwindcss/postcss": "^4.1.13",
60
+ "@tanstack/eslint-plugin-query": "^5.86.0",
61
61
  "eslint": "^9",
62
- "eslint-config-next": "15.5.0",
62
+ "eslint-config-next": "15.5.2",
63
63
  "eslint-config-prettier": "^10.1.8",
64
64
  "eslint-plugin-react-hooks": "^5.2.0",
65
65
  "husky": "^9.1.7",
66
- "lint-staged": "^16.1.5",
66
+ "lint-staged": "^16.1.6",
67
67
  "prettier": "^3.6.2",
68
68
  "prettier-plugin-tailwindcss": "^0.6.14",
69
69
  "tailwindcss": "^4",
70
- "tw-animate-css": "^1.3.7"
70
+ "tw-animate-css": "^1.3.8"
71
71
  }
72
72
  }