create-apppaaaul 2.0.13 → 2.0.14

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.
@@ -1,49 +1,50 @@
1
- {
2
- "name": "{{name}}",
3
- "version": "0.1.0",
4
- "private": true,
5
- "scripts": {
6
- "dev": "next dev --turbopack",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint"
10
- },
11
- "dependencies": {
12
- "@radix-ui/react-slot": "^1.2.0",
13
- "@tailwindcss/postcss": "^4.1.4",
14
- "autoprefixer": "^10.4.21",
15
- "class-variance-authority": "^0.7.1",
16
- "clsx": "^2.1.1",
17
- "lucide-react": "^0.525.0",
18
- "next": "^15.3.1",
19
- "postcss": "^8.5.3",
20
- "react": "19.1.0",
21
- "react-dom": "19.1.0",
22
- "tailwind-merge": "^3.2.0",
23
- "tailwindcss": "^4.1.4",
24
- "tailwindcss-animate": "^1.0.7"
25
- },
26
- "devDependencies": {
27
- "@eslint/compat": "^1.2.8",
28
- "@next/eslint-plugin-next": "15.3.5",
29
- "@types/node": "^22.15.3",
30
- "@types/react": "^19.1.8",
31
- "@types/react-dom": "^19.1.2",
32
- "@vercel/style-guide": "^6.0.0",
33
- "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
34
- "eslint": "^9.30.1",
35
- "eslint-config-next": "^15.3.5",
36
- "eslint-config-prettier": "^10.1.5",
37
- "eslint-plugin-import": "^2.31.0",
38
- "eslint-plugin-jsx-a11y": "^6.10.2",
39
- "eslint-plugin-prettier": "^5.5.1",
40
- "eslint-plugin-react": "^7.37.5",
41
- "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
42
- "eslint-plugin-react-hooks": "^5.2.0",
43
- "globals": "^16.3.0",
44
- "prettier": "^3.5.3",
45
- "prettier-plugin-tailwindcss": "^0.6.14",
46
- "typescript": "^5.8.3",
47
- "typescript-eslint": "^8.36.0"
48
- }
1
+ {
2
+ "name": "{{name}}",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "next dev --turbopack",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint",
10
+ "prod": "pnpm build && git checkout main && git pull origin main && git merge dev && pnpm version patch && git push origin main && git tag latest --force && git push origin main --tags --force && git checkout dev && echo ✅ Deploy completado"
11
+ },
12
+ "dependencies": {
13
+ "@radix-ui/react-slot": "^1.2.3",
14
+ "@tailwindcss/postcss": "^4.1.11",
15
+ "autoprefixer": "^10.4.21",
16
+ "class-variance-authority": "^0.7.1",
17
+ "clsx": "^2.1.1",
18
+ "lucide-react": "^0.539.0",
19
+ "next": "^15.4.6",
20
+ "postcss": "^8.5.6",
21
+ "react": "19.1.1",
22
+ "react-dom": "19.1.1",
23
+ "tailwind-merge": "^3.3.1",
24
+ "tailwindcss": "^4.1.11",
25
+ "tailwindcss-animate": "^1.0.7"
26
+ },
27
+ "devDependencies": {
28
+ "@eslint/compat": "^1.3.2",
29
+ "@next/eslint-plugin-next": "15.4.6",
30
+ "@types/node": "^24.2.1",
31
+ "@types/react": "^19.1.9",
32
+ "@types/react-dom": "^19.1.7",
33
+ "@vercel/style-guide": "^6.0.0",
34
+ "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
35
+ "eslint": "^9.33.0",
36
+ "eslint-config-next": "^15.4.6",
37
+ "eslint-config-prettier": "^10.1.8",
38
+ "eslint-plugin-import": "^2.32.0",
39
+ "eslint-plugin-jsx-a11y": "^6.10.2",
40
+ "eslint-plugin-prettier": "^5.5.4",
41
+ "eslint-plugin-react": "^7.37.5",
42
+ "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
43
+ "eslint-plugin-react-hooks": "^5.2.0",
44
+ "globals": "^16.3.0",
45
+ "prettier": "^3.6.2",
46
+ "prettier-plugin-tailwindcss": "^0.6.14",
47
+ "typescript": "^5.9.2",
48
+ "typescript-eslint": "^8.39.0"
49
+ }
49
50
  }
@@ -1,58 +1,59 @@
1
- {
2
- "name": "{{name}}",
3
- "version": "0.1.0",
4
- "private": true,
5
- "scripts": {
6
- "dev": "next dev --turbopack",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint",
10
- "db:push": "drizzle-kit push",
11
- "db:studio": "pnpm drizzle-kit studio"
12
- },
13
- "dependencies": {
14
- "@auth/drizzle-adapter": "^1.10.0",
15
- "@radix-ui/react-slot": "^1.2.3",
16
- "@tailwindcss/postcss": "^4.1.4",
17
- "autoprefixer": "^10.4.21",
18
- "bcryptjs": "^3.0.2",
19
- "class-variance-authority": "^0.7.1",
20
- "clsx": "^2.1.1",
21
- "dotenv": "^17.2.0",
22
- "drizzle-orm": "^0.44.2",
23
- "lucide-react": "^0.525.0",
24
- "next": "^15.3.5",
25
- "next-auth": "4.24.11",
26
- "postcss": "^8.5.6",
27
- "postgres": "^3.4.7",
28
- "react": "^19.1.0",
29
- "react-dom": "^19.1.0",
30
- "sonner": "^2.0.6",
31
- "tailwind-merge": "^3.3.1",
32
- "tailwindcss": "^4.1.11",
33
- "tailwindcss-animate": "^1.0.7",
34
- "tsx": "^4.20.3",
35
- "zod": "^4.0.5"
36
- },
37
- "devDependencies": {
38
- "@eslint/compat": "^1.3.1",
39
- "@next/eslint-plugin-next": "15.3.5",
40
- "@types/node": "^24.0.13",
41
- "@types/react": "^19.1.8",
42
- "@types/react-dom": "^19.1.6",
43
- "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
44
- "drizzle-kit": "^0.31.4",
45
- "eslint": "^9.30.1",
46
- "eslint-config-next": "15.3.5",
47
- "eslint-config-prettier": "^10.1.5",
48
- "eslint-plugin-import": "^2.32.0",
49
- "eslint-plugin-jsx-a11y": "^6.10.2",
50
- "eslint-plugin-prettier": "^5.5.1",
51
- "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
52
- "globals": "^16.3.0",
53
- "prettier": "^3.6.2",
54
- "prettier-plugin-tailwindcss": "^0.6.14",
55
- "typescript": "^5.8.3",
56
- "typescript-eslint": "^8.36.0"
57
- }
1
+ {
2
+ "name": "{{name}}",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "next dev --turbopack",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint",
10
+ "db:push": "drizzle-kit push",
11
+ "db:studio": "pnpm drizzle-kit studio",
12
+ "prod": "pnpm build && git checkout main && git pull origin main && git merge dev && pnpm version patch && git push origin main && git tag latest --force && git push origin main --tags --force && git checkout dev && echo ✅ Deploy completado"
13
+ },
14
+ "dependencies": {
15
+ "@auth/drizzle-adapter": "^1.10.0",
16
+ "@radix-ui/react-slot": "^1.2.3",
17
+ "@tailwindcss/postcss": "^4.1.11",
18
+ "autoprefixer": "^10.4.21",
19
+ "bcryptjs": "^3.0.2",
20
+ "class-variance-authority": "^0.7.1",
21
+ "clsx": "^2.1.1",
22
+ "dotenv": "^17.2.1",
23
+ "drizzle-orm": "^0.44.4",
24
+ "lucide-react": "^0.539.0",
25
+ "next": "^15.4.6",
26
+ "next-auth": "4.24.11",
27
+ "postcss": "^8.5.6",
28
+ "postgres": "^3.4.7",
29
+ "react": "^19.1.1",
30
+ "react-dom": "^19.1.1",
31
+ "sonner": "^2.0.7",
32
+ "tailwind-merge": "^3.3.1",
33
+ "tailwindcss": "^4.1.11",
34
+ "tailwindcss-animate": "^1.0.7",
35
+ "tsx": "^4.20.3",
36
+ "zod": "^4.0.17"
37
+ },
38
+ "devDependencies": {
39
+ "@eslint/compat": "^1.3.2",
40
+ "@next/eslint-plugin-next": "15.4.6",
41
+ "@types/node": "^24.2.1",
42
+ "@types/react": "^19.1.9",
43
+ "@types/react-dom": "^19.1.7",
44
+ "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
45
+ "drizzle-kit": "^0.31.4",
46
+ "eslint": "^9.33.0",
47
+ "eslint-config-next": "15.4.6",
48
+ "eslint-config-prettier": "^10.1.8",
49
+ "eslint-plugin-import": "^2.32.0",
50
+ "eslint-plugin-jsx-a11y": "^6.10.2",
51
+ "eslint-plugin-prettier": "^5.5.4",
52
+ "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
53
+ "globals": "^16.3.0",
54
+ "prettier": "^3.6.2",
55
+ "prettier-plugin-tailwindcss": "^0.6.14",
56
+ "typescript": "^5.9.2",
57
+ "typescript-eslint": "^8.39.0"
58
+ }
58
59
  }
@@ -1,58 +1,59 @@
1
- {
2
- "name": "{{name}}",
3
- "version": "0.1.0",
4
- "private": true,
5
- "scripts": {
6
- "dev": "next dev --turbopack",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint",
10
- "db:push": "npx prisma generate &&npx prisma db push"
11
- },
12
- "dependencies": {
13
- "@auth/prisma-adapter": "^2.9.0",
14
- "@prisma/client": "^6.6.0",
15
- "@radix-ui/react-slot": "^1.2.0",
16
- "@tailwindcss/postcss": "^4.1.4",
17
- "autoprefixer": "^10.4.21",
18
- "bcryptjs": "^3.0.2",
19
- "class-variance-authority": "^0.7.1",
20
- "clsx": "^2.1.1",
21
- "dotenv": "^17.2.0",
22
- "lucide-react": "^0.525.0",
23
- "next": "^15.3.5",
24
- "next-auth": "4.24.11",
25
- "postcss": "^8.5.6",
26
- "postgres": "^3.4.7",
27
- "react": "^19.1.0",
28
- "react-dom": "^19.1.0",
29
- "sonner": "^2.0.6",
30
- "tailwind-merge": "^3.3.1",
31
- "tailwindcss": "^4.1.11",
32
- "tailwindcss-animate": "^1.0.7",
33
- "zod": "^4.0.5"
34
- },
35
- "devDependencies": {
36
- "@eslint/compat": "^1.3.1",
37
- "@next/eslint-plugin-next": "15.3.5",
38
- "@types/node": "^24.0.13",
39
- "@types/react": "^19.1.8",
40
- "@types/react-dom": "^19.1.6",
41
- "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
42
- "eslint": "^9.30.1",
43
- "eslint-config-next": "^15.3.5",
44
- "eslint-config-prettier": "^10.1.5",
45
- "eslint-plugin-import": "^2.32.0",
46
- "eslint-plugin-jsx-a11y": "^6.10.2",
47
- "eslint-plugin-prettier": "^5.5.1",
48
- "eslint-plugin-react": "^7.37.5",
49
- "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
50
- "eslint-plugin-react-hooks": "^5.2.0",
51
- "globals": "^16.3.0",
52
- "prettier": "^3.6.2",
53
- "prettier-plugin-tailwindcss": "^0.6.14",
54
- "prisma": "^6.6.0",
55
- "typescript": "^5.8.3",
56
- "typescript-eslint": "^8.36.0"
57
- }
1
+ {
2
+ "name": "{{name}}",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "next dev --turbopack",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint",
10
+ "db:push": "npx prisma generate &&npx prisma db push",
11
+ "prod": "pnpm build && git checkout main && git pull origin main && git merge dev && pnpm version patch && git push origin main && git tag latest --force && git push origin main --tags --force && git checkout dev && echo ✅ Deploy completado"
12
+ },
13
+ "dependencies": {
14
+ "@auth/prisma-adapter": "^2.10.0",
15
+ "@prisma/client": "^6.13.0",
16
+ "@radix-ui/react-slot": "^1.2.3",
17
+ "@tailwindcss/postcss": "^4.1.11",
18
+ "autoprefixer": "^10.4.21",
19
+ "bcryptjs": "^3.0.2",
20
+ "class-variance-authority": "^0.7.1",
21
+ "clsx": "^2.1.1",
22
+ "dotenv": "^17.2.1",
23
+ "lucide-react": "^0.539.0",
24
+ "next": "^15.4.6",
25
+ "next-auth": "4.24.11",
26
+ "postcss": "^8.5.6",
27
+ "postgres": "^3.4.7",
28
+ "react": "^19.1.1",
29
+ "react-dom": "^19.1.1",
30
+ "sonner": "^2.0.7",
31
+ "tailwind-merge": "^3.3.1",
32
+ "tailwindcss": "^4.1.11",
33
+ "tailwindcss-animate": "^1.0.7",
34
+ "zod": "^4.0.17"
35
+ },
36
+ "devDependencies": {
37
+ "@eslint/compat": "^1.3.2",
38
+ "@next/eslint-plugin-next": "15.3.5",
39
+ "@types/node": "^24.2.1",
40
+ "@types/react": "^19.1.9",
41
+ "@types/react-dom": "^19.1.7",
42
+ "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
43
+ "eslint": "^9.33.0",
44
+ "eslint-config-next": "^15.4.6",
45
+ "eslint-config-prettier": "^10.1.8",
46
+ "eslint-plugin-import": "^2.32.0",
47
+ "eslint-plugin-jsx-a11y": "^6.10.2",
48
+ "eslint-plugin-prettier": "^5.5.4",
49
+ "eslint-plugin-react": "^7.37.5",
50
+ "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
51
+ "eslint-plugin-react-hooks": "^5.2.0",
52
+ "globals": "^16.3.0",
53
+ "prettier": "^3.6.2",
54
+ "prettier-plugin-tailwindcss": "^0.6.14",
55
+ "prisma": "^6.13.0",
56
+ "typescript": "^5.9.2",
57
+ "typescript-eslint": "^8.39.0"
58
+ }
58
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-apppaaaul",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Create projects as paaauldev would",
5
5
  "main": "index.mjs",
6
6
  "bin": {