create-lx2-app 0.11.2-beta.bd3d8b4 → 0.11.2

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/LICENSE.md ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Lasse Lammers
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,99 +1,99 @@
1
1
  {
2
- "name": "create-lx2-app",
3
- "version": "0.11.2-beta.bd3d8b4",
4
- "description": "The Most Opinionated Way to Build Next.js Apps",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/slickyeet/create-lx2-app",
9
- "directory": "cli"
10
- },
11
- "keywords": [
12
- "create-lx2-app",
13
- "lx2-app",
14
- "typescript",
15
- "next.js",
16
- "tailwind"
17
- ],
18
- "type": "module",
19
- "exports": "./dist/index.js",
20
- "bin": {
21
- "create-lx2-app": "./dist/index.js"
22
- },
23
- "files": [
24
- "dist",
25
- "template",
26
- "README.md",
27
- "LICENSE",
28
- "package.json"
29
- ],
30
- "engines": {
31
- "node": ">=18"
32
- },
33
- "scripts": {
34
- "dev": "tsup --watch",
35
- "build": "tsup",
36
- "start": "node dist/index.js",
37
- "format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
38
- "format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check",
39
- "typecheck": "tsc",
40
- "clean": "rm -rf dist .turbo node_modules",
41
- "link": "pnpm run build && npm link",
42
- "release": "changeset version",
43
- "pub:beta": "pnpm run build && npm publish --tag beta",
44
- "pub:release": "pnpm run build && npm publish"
45
- },
46
- "dependencies": {
47
- "@inquirer/prompts": "^8.0.1",
48
- "chalk": "^5.6.2",
49
- "commander": "^14.0.2",
50
- "execa": "^9.6.0",
51
- "fs-extra": "^11.3.2",
52
- "gradient-string": "^3.0.0",
53
- "ora": "^9.0.0",
54
- "sort-package-json": "^3.4.0"
55
- },
56
- "devDependencies": {
57
- "@auth/drizzle-adapter": "^1.11.1",
58
- "@auth/prisma-adapter": "^2.11.1",
59
- "@biomejs/biome": "^2.3.7",
60
- "@eslint/eslintrc": "^3.3.1",
61
- "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
62
- "@libsql/client": "^0.15.15",
63
- "@payloadcms/db-sqlite": "^3.64.0",
64
- "@payloadcms/db-vercel-postgres": "^3.64.0",
65
- "@payloadcms/next": "^3.64.0",
66
- "@payloadcms/payload-cloud": "^3.64.0",
67
- "@payloadcms/richtext-lexical": "^3.64.0",
68
- "@prisma/client": "^7.0.0",
69
- "@t3-oss/env-nextjs": "^0.13.8",
70
- "@types/better-sqlite3": "^7.6.13",
71
- "@types/fs-extra": "^11.0.4",
72
- "@types/node": "^24.10.1",
73
- "@types/react": "^19.2.7",
74
- "@types/react-dom": "^19.2.3",
75
- "better-auth": "^1.4.1",
76
- "better-sqlite3": "^12.4.6",
77
- "drizzle-kit": "^0.31.7",
78
- "drizzle-orm": "^0.44.7",
79
- "eslint": "^9.39.1",
80
- "eslint-config-next": "^16.0.4",
81
- "graphql": "^16.12.0",
82
- "mysql2": "^3.15.3",
83
- "next": "^16.0.4",
84
- "next-auth": "^5.0.0-beta.25",
85
- "payload": "^3.64.0",
86
- "postgres": "^3.4.7",
87
- "prettier": "^3.6.2",
88
- "prettier-plugin-tailwindcss": "^0.7.1",
89
- "prisma": "^7.0.0",
90
- "react": "^19.2.0",
91
- "react-dom": "^19.2.0",
92
- "sharp": "^0.34.5",
93
- "tailwindcss": "^4.1.17",
94
- "tsup": "^8.5.1",
95
- "type-fest": "^5.2.0",
96
- "typescript": "^5.9.3",
97
- "zod": "^4.1.13"
98
- }
99
- }
2
+ "name": "create-lx2-app",
3
+ "version": "0.11.2",
4
+ "description": "The Most Opinionated Way to Build Next.js Apps",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/slickyeet/create-lx2-app",
9
+ "directory": "cli"
10
+ },
11
+ "keywords": [
12
+ "create-lx2-app",
13
+ "lx2-app",
14
+ "typescript",
15
+ "next.js",
16
+ "tailwind"
17
+ ],
18
+ "type": "module",
19
+ "exports": "./dist/index.js",
20
+ "bin": {
21
+ "create-lx2-app": "./dist/index.js"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "template",
26
+ "README.md",
27
+ "LICENSE",
28
+ "package.json"
29
+ ],
30
+ "engines": {
31
+ "node": ">=18"
32
+ },
33
+ "dependencies": {
34
+ "@inquirer/prompts": "^8.0.1",
35
+ "chalk": "^5.6.2",
36
+ "commander": "^14.0.2",
37
+ "execa": "^9.6.0",
38
+ "fs-extra": "^11.3.2",
39
+ "gradient-string": "^3.0.0",
40
+ "ora": "^9.0.0",
41
+ "sort-package-json": "^3.4.0"
42
+ },
43
+ "devDependencies": {
44
+ "@auth/drizzle-adapter": "^1.11.1",
45
+ "@auth/prisma-adapter": "^2.11.1",
46
+ "@biomejs/biome": "^2.3.7",
47
+ "@eslint/eslintrc": "^3.3.1",
48
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
49
+ "@libsql/client": "^0.15.15",
50
+ "@payloadcms/db-sqlite": "^3.64.0",
51
+ "@payloadcms/db-vercel-postgres": "^3.64.0",
52
+ "@payloadcms/next": "^3.64.0",
53
+ "@payloadcms/payload-cloud": "^3.64.0",
54
+ "@payloadcms/richtext-lexical": "^3.64.0",
55
+ "@prisma/client": "^7.0.0",
56
+ "@t3-oss/env-nextjs": "^0.13.8",
57
+ "@types/better-sqlite3": "^7.6.13",
58
+ "@types/fs-extra": "^11.0.4",
59
+ "@types/node": "^24.10.1",
60
+ "@types/react": "^19.2.7",
61
+ "@types/react-dom": "^19.2.3",
62
+ "better-auth": "^1.4.1",
63
+ "better-sqlite3": "^12.4.6",
64
+ "drizzle-kit": "^0.31.7",
65
+ "drizzle-orm": "^0.44.7",
66
+ "eslint": "^9.39.1",
67
+ "eslint-config-next": "^16.0.4",
68
+ "graphql": "^16.12.0",
69
+ "mysql2": "^3.15.3",
70
+ "next": "^16.0.4",
71
+ "next-auth": "^5.0.0-beta.25",
72
+ "payload": "^3.64.0",
73
+ "postgres": "^3.4.7",
74
+ "prettier": "^3.6.2",
75
+ "prettier-plugin-tailwindcss": "^0.7.1",
76
+ "prisma": "^7.0.0",
77
+ "react": "^19.2.0",
78
+ "react-dom": "^19.2.0",
79
+ "sharp": "^0.34.5",
80
+ "tailwindcss": "^4.1.17",
81
+ "tsup": "^8.5.1",
82
+ "type-fest": "^5.2.0",
83
+ "typescript": "^5.9.3",
84
+ "zod": "^4.1.13"
85
+ },
86
+ "scripts": {
87
+ "dev": "tsup --watch",
88
+ "build": "tsup",
89
+ "start": "node dist/index.js",
90
+ "format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
91
+ "format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check",
92
+ "typecheck": "tsc",
93
+ "clean": "rm -rf dist .turbo node_modules",
94
+ "link": "pnpm run build && npm link",
95
+ "release": "changeset version",
96
+ "pub:beta": "pnpm run build && npm publish --tag beta",
97
+ "pub:release": "pnpm run build && npm publish"
98
+ }
99
+ }
@@ -50,7 +50,7 @@ export default function HomePage() {
50
50
  </svg>
51
51
  </a>
52
52
  <a
53
- href="https://link.lx2.dev/discord"
53
+ href="https://hub.lx2.dev/discord"
54
54
  target="_blank"
55
55
  rel="noopener noreferrer"
56
56
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -99,7 +99,7 @@ export default async function HomePage() {
99
99
  </svg>
100
100
  </a>
101
101
  <a
102
- href="https://link.lx2.dev/discord"
102
+ href="https://hub.lx2.dev/discord"
103
103
  target="_blank"
104
104
  rel="noopener noreferrer"
105
105
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -97,7 +97,7 @@ export default async function HomePage() {
97
97
  </svg>
98
98
  </a>
99
99
  <a
100
- href="https://link.lx2.dev/discord"
100
+ href="https://hub.lx2.dev/discord"
101
101
  target="_blank"
102
102
  rel="noopener noreferrer"
103
103
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -93,7 +93,7 @@ export default async function HomePage() {
93
93
  </svg>
94
94
  </a>
95
95
  <a
96
- href="https://link.lx2.dev/discord"
96
+ href="https://hub.lx2.dev/discord"
97
97
  target="_blank"
98
98
  rel="noopener noreferrer"
99
99
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -115,7 +115,7 @@ export default async function HomePage() {
115
115
  </svg>
116
116
  </a>
117
117
  <a
118
- href="https://link.lx2.dev/discord"
118
+ href="https://hub.lx2.dev/discord"
119
119
  target="_blank"
120
120
  rel="noopener noreferrer"
121
121
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -113,7 +113,7 @@ export default async function HomePage() {
113
113
  </svg>
114
114
  </a>
115
115
  <a
116
- href="https://link.lx2.dev/discord"
116
+ href="https://hub.lx2.dev/discord"
117
117
  target="_blank"
118
118
  rel="noopener noreferrer"
119
119
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -109,7 +109,7 @@ export default async function HomePage() {
109
109
  </svg>
110
110
  </a>
111
111
  <a
112
- href="https://link.lx2.dev/discord"
112
+ href="https://hub.lx2.dev/discord"
113
113
  target="_blank"
114
114
  rel="noopener noreferrer"
115
115
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -57,7 +57,7 @@ export default async function HomePage() {
57
57
  </svg>
58
58
  </a>
59
59
  <a
60
- href="https://link.lx2.dev/discord"
60
+ href="https://hub.lx2.dev/discord"
61
61
  target="_blank"
62
62
  rel="noopener noreferrer"
63
63
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -91,7 +91,7 @@ export default async function HomePage() {
91
91
  </svg>
92
92
  </a>
93
93
  <a
94
- href="https://link.lx2.dev/discord"
94
+ href="https://hub.lx2.dev/discord"
95
95
  target="_blank"
96
96
  rel="noopener noreferrer"
97
97
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"
@@ -55,7 +55,7 @@ export default async function HomePage() {
55
55
  </svg>
56
56
  </a>
57
57
  <a
58
- href="https://link.lx2.dev/discord"
58
+ href="https://hub.lx2.dev/discord"
59
59
  target="_blank"
60
60
  rel="noopener noreferrer"
61
61
  className="flex items-center rounded-md border border-white/25 px-2 py-1 outline-none hover:opacity-80 focus:opacity-80 active:opacity-70"