create-apppaaaul 2.0.48 → 2.0.50
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/dist/templates/nextjs-ts-clean/project/package.json +0 -1
- package/dist/templates/nextjs-ts-clean/project/tsconfig.json +41 -27
- package/dist/templates/nextjs-ts-landing-prisma/project/package.json +1 -1
- package/dist/templates/nextjs-ts-landing-prisma/project/pnpm-lock.yaml +18 -12
- package/dist/templates/nextjs-ts-landing-prisma/project/src/app/not-found.tsx +4 -4
- package/package.json +1 -1
|
@@ -1,27 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "es6",
|
|
4
|
-
"lib": [
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "es6",
|
|
4
|
+
"lib": [
|
|
5
|
+
"dom",
|
|
6
|
+
"dom.iterable",
|
|
7
|
+
"esnext"
|
|
8
|
+
],
|
|
9
|
+
"allowJs": true,
|
|
10
|
+
"skipLibCheck": true,
|
|
11
|
+
"strict": true,
|
|
12
|
+
"noEmit": true,
|
|
13
|
+
"esModuleInterop": true,
|
|
14
|
+
"module": "esnext",
|
|
15
|
+
"moduleResolution": "bundler",
|
|
16
|
+
"resolveJsonModule": true,
|
|
17
|
+
"isolatedModules": true,
|
|
18
|
+
"jsx": "react-jsx",
|
|
19
|
+
"incremental": true,
|
|
20
|
+
"plugins": [
|
|
21
|
+
{
|
|
22
|
+
"name": "next"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"paths": {
|
|
26
|
+
"@/*": [
|
|
27
|
+
"./src/*"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"include": [
|
|
32
|
+
"next-env.d.ts",
|
|
33
|
+
"**/*.ts",
|
|
34
|
+
"**/*.tsx",
|
|
35
|
+
".next/types/**/*.ts",
|
|
36
|
+
".next/dev/types/**/*.ts"
|
|
37
|
+
],
|
|
38
|
+
"exclude": [
|
|
39
|
+
"node_modules"
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -41,6 +41,9 @@ importers:
|
|
|
41
41
|
'@stylistic/eslint-plugin':
|
|
42
42
|
specifier: ^5.7.1
|
|
43
43
|
version: 5.7.1(eslint@9.39.2(jiti@2.6.1))
|
|
44
|
+
'@tabler/icons-react':
|
|
45
|
+
specifier: ^3.31.0
|
|
46
|
+
version: 3.40.0(react@19.2.4)
|
|
44
47
|
'@tailwindcss/postcss':
|
|
45
48
|
specifier: ^4.1.18
|
|
46
49
|
version: 4.1.18
|
|
@@ -65,9 +68,6 @@ importers:
|
|
|
65
68
|
dotenv:
|
|
66
69
|
specifier: ^17.2.3
|
|
67
70
|
version: 17.2.3
|
|
68
|
-
lucide-react:
|
|
69
|
-
specifier: ^0.563.0
|
|
70
|
-
version: 0.563.0(react@19.2.4)
|
|
71
71
|
motion:
|
|
72
72
|
specifier: ^12.31.0
|
|
73
73
|
version: 12.31.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -1378,6 +1378,14 @@ packages:
|
|
|
1378
1378
|
'@swc/helpers@0.5.15':
|
|
1379
1379
|
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
|
1380
1380
|
|
|
1381
|
+
'@tabler/icons-react@3.40.0':
|
|
1382
|
+
resolution: {integrity: sha512-oO5+6QCnna4a//mYubx4euZfECtzQZFDGsDMIdzZUhbdyBCT+3bRVFBPueGIcemWld4Vb/0UQ39C/cmGfGylAg==}
|
|
1383
|
+
peerDependencies:
|
|
1384
|
+
react: '>= 16'
|
|
1385
|
+
|
|
1386
|
+
'@tabler/icons@3.40.0':
|
|
1387
|
+
resolution: {integrity: sha512-V/Q4VgNPKubRTiLdmWjV/zscYcj5IIk+euicUtaVVqF6luSC9rDngYWgST5/yh3Mrg/mYUwRv1YVTk71Jp0twQ==}
|
|
1388
|
+
|
|
1381
1389
|
'@tailwindcss/node@4.1.18':
|
|
1382
1390
|
resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==}
|
|
1383
1391
|
|
|
@@ -2820,11 +2828,6 @@ packages:
|
|
|
2820
2828
|
resolution: {integrity: sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==}
|
|
2821
2829
|
engines: {bun: '>=1.0.0', deno: '>=1.30.0', node: '>=8.0.0'}
|
|
2822
2830
|
|
|
2823
|
-
lucide-react@0.563.0:
|
|
2824
|
-
resolution: {integrity: sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==}
|
|
2825
|
-
peerDependencies:
|
|
2826
|
-
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2827
|
-
|
|
2828
2831
|
magic-string@0.30.21:
|
|
2829
2832
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
2830
2833
|
|
|
@@ -5278,6 +5281,13 @@ snapshots:
|
|
|
5278
5281
|
dependencies:
|
|
5279
5282
|
tslib: 2.8.1
|
|
5280
5283
|
|
|
5284
|
+
'@tabler/icons-react@3.40.0(react@19.2.4)':
|
|
5285
|
+
dependencies:
|
|
5286
|
+
'@tabler/icons': 3.40.0
|
|
5287
|
+
react: 19.2.4
|
|
5288
|
+
|
|
5289
|
+
'@tabler/icons@3.40.0': {}
|
|
5290
|
+
|
|
5281
5291
|
'@tailwindcss/node@4.1.18':
|
|
5282
5292
|
dependencies:
|
|
5283
5293
|
'@jridgewell/remapping': 2.3.5
|
|
@@ -6894,10 +6904,6 @@ snapshots:
|
|
|
6894
6904
|
|
|
6895
6905
|
lru.min@1.1.4: {}
|
|
6896
6906
|
|
|
6897
|
-
lucide-react@0.563.0(react@19.2.4):
|
|
6898
|
-
dependencies:
|
|
6899
|
-
react: 19.2.4
|
|
6900
|
-
|
|
6901
6907
|
magic-string@0.30.21:
|
|
6902
6908
|
dependencies:
|
|
6903
6909
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import Link from "next/link";
|
|
4
|
-
import {
|
|
4
|
+
import { IconBrain, IconHome, IconArrowLeft } from "@tabler/icons-react";
|
|
5
5
|
import { motion } from "motion/react";
|
|
6
6
|
|
|
7
7
|
import { Button } from "@/components/ui/button";
|
|
@@ -18,7 +18,7 @@ export default function NotFound() {
|
|
|
18
18
|
transition={{ duration: 2, repeat: Infinity, ease: "easeInOut" }}
|
|
19
19
|
>
|
|
20
20
|
<div className="from-primary to-accent text-primary-foreground flex size-12 items-center justify-center rounded-xl bg-gradient-to-br shadow-lg">
|
|
21
|
-
<
|
|
21
|
+
<IconBrain className="size-7" />
|
|
22
22
|
</div>
|
|
23
23
|
<span className="from-foreground to-primary bg-gradient-to-r bg-clip-text text-transparent">
|
|
24
24
|
Nuvace
|
|
@@ -60,7 +60,7 @@ export default function NotFound() {
|
|
|
60
60
|
<div className="flex w-full max-w-sm flex-col gap-4 sm:flex-row">
|
|
61
61
|
<Button asChild className="flex-1 gap-2" size="lg">
|
|
62
62
|
<Link href="/">
|
|
63
|
-
<
|
|
63
|
+
<IconHome className="size-4" />
|
|
64
64
|
Ir al inicio
|
|
65
65
|
</Link>
|
|
66
66
|
</Button>
|
|
@@ -72,7 +72,7 @@ export default function NotFound() {
|
|
|
72
72
|
variant="ghost"
|
|
73
73
|
onClick={() => window.history.back()}
|
|
74
74
|
>
|
|
75
|
-
<
|
|
75
|
+
<IconArrowLeft className="size-4" />
|
|
76
76
|
Volver atrás
|
|
77
77
|
</Button>
|
|
78
78
|
|