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.
- package/README.md +0 -0
- package/package.json +1 -1
- package/template/.github/PR_REQUEST_TEMPLATE.md +0 -0
- package/template/.github/workflows/pr_check.yml +0 -0
- package/template/.husky/pre-commit +0 -0
- package/template/.prettierignore +0 -0
- package/template/.prettierrc +0 -0
- package/template/README.md +0 -0
- package/template/components.json +0 -0
- package/template/eslint.config.mjs +0 -0
- package/template/jsconfig.json +0 -0
- package/template/lint-staged.config.js +0 -0
- package/template/next.config.mjs +0 -0
- package/template/package.json +14 -14
- package/template/pnpm-lock.yaml +5593 -7246
- package/template/postcss.config.mjs +0 -0
- package/template/src/app/(routes)/(home)/page.jsx +0 -0
- package/template/src/app/favicon.ico +0 -0
- package/template/src/app/layout.js +0 -0
- package/template/src/app/not-found.jsx +0 -0
- package/template/src/app/robots.js +0 -0
- package/template/src/app/sitemap.js +0 -0
- package/template/src/assets/Logos/index.js +0 -0
- package/template/src/assets/index.js +0 -0
- package/template/src/components/ui/accordion.jsx +0 -0
- package/template/src/components/ui/alert-dialog.jsx +0 -0
- package/template/src/components/ui/alert.jsx +0 -0
- package/template/src/components/ui/avatar.jsx +0 -0
- package/template/src/components/ui/badge.jsx +0 -0
- package/template/src/components/ui/breadcrumb.jsx +0 -0
- package/template/src/components/ui/button.jsx +0 -0
- package/template/src/components/ui/calendar.jsx +0 -0
- package/template/src/components/ui/card.jsx +0 -0
- package/template/src/components/ui/carousel.jsx +0 -0
- package/template/src/components/ui/chart.jsx +0 -0
- package/template/src/components/ui/checkbox.jsx +0 -0
- package/template/src/components/ui/collapsible.jsx +0 -0
- package/template/src/components/ui/command.jsx +0 -0
- package/template/src/components/ui/container.jsx +0 -0
- package/template/src/components/ui/dialog.jsx +0 -0
- package/template/src/components/ui/drawer.jsx +0 -0
- package/template/src/components/ui/dropdown-menu.jsx +0 -0
- package/template/src/components/ui/form.jsx +0 -0
- package/template/src/components/ui/headings.jsx +0 -0
- package/template/src/components/ui/image.jsx +0 -0
- package/template/src/components/ui/input-otp.jsx +0 -0
- package/template/src/components/ui/input.jsx +0 -0
- package/template/src/components/ui/label.jsx +0 -0
- package/template/src/components/ui/pagination.jsx +0 -0
- package/template/src/components/ui/popover.jsx +0 -0
- package/template/src/components/ui/progress.jsx +0 -0
- package/template/src/components/ui/select.jsx +0 -0
- package/template/src/components/ui/separator.jsx +0 -0
- package/template/src/components/ui/sheet.jsx +0 -0
- package/template/src/components/ui/skeleton.jsx +0 -0
- package/template/src/components/ui/slider.jsx +0 -0
- package/template/src/components/ui/sonner.jsx +0 -0
- package/template/src/components/ui/switch.jsx +0 -0
- package/template/src/components/ui/table.jsx +0 -0
- package/template/src/components/ui/tabs.jsx +0 -0
- package/template/src/components/ui/textarea.jsx +0 -0
- package/template/src/components/ui/tooltip.jsx +0 -0
- package/template/src/lib/axios.js +0 -0
- package/template/src/lib/queryClient.js +0 -0
- package/template/src/lib/utils.js +0 -0
- package/template/src/providers/QueryProvider.jsx +0 -0
- package/template/src/shared/icons.js +0 -0
- package/template/src/styles/fonts.js +0 -0
- package/template/src/styles/globals.css +0 -0
- package/template/src/animations/loader.js +0 -81
package/README.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/template/.prettierignore
CHANGED
|
File without changes
|
package/template/.prettierrc
CHANGED
|
File without changes
|
package/template/README.md
CHANGED
|
File without changes
|
package/template/components.json
CHANGED
|
File without changes
|
|
File without changes
|
package/template/jsconfig.json
CHANGED
|
File without changes
|
|
File without changes
|
package/template/next.config.mjs
CHANGED
|
File without changes
|
package/template/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@hookform/resolvers": "^5.2.1",
|
|
16
|
-
"@next/third-parties": "^15.5.
|
|
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.
|
|
36
|
-
"@tanstack/react-query-devtools": "^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.
|
|
45
|
-
"next": "15.5.
|
|
44
|
+
"lucide-react": "^0.542.0",
|
|
45
|
+
"next": "15.5.2",
|
|
46
46
|
"next-themes": "^0.4.6",
|
|
47
|
-
"react": "19.1.
|
|
47
|
+
"react": "19.1.1",
|
|
48
48
|
"react-day-picker": "^9.9.0",
|
|
49
|
-
"react-dom": "19.1.
|
|
49
|
+
"react-dom": "19.1.1",
|
|
50
50
|
"react-hook-form": "^7.62.0",
|
|
51
|
-
"recharts": "2.
|
|
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.
|
|
55
|
+
"zod": "^4.1.5"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@eslint/eslintrc": "^3",
|
|
59
|
-
"@tailwindcss/postcss": "^
|
|
60
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
59
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
60
|
+
"@tanstack/eslint-plugin-query": "^5.86.0",
|
|
61
61
|
"eslint": "^9",
|
|
62
|
-
"eslint-config-next": "15.5.
|
|
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.
|
|
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.
|
|
70
|
+
"tw-animate-css": "^1.3.8"
|
|
71
71
|
}
|
|
72
72
|
}
|